import Link from "next/link"; import { Hero } from "@/components/landing/hero"; import { CarouselSection } from "@/components/landing/carousel-animation"; import { AboutSection } from "@/components/landing/about-section"; import { HowItWorks } from "@/components/landing/how-it-works"; export default function LandingPage() { return (
Login / Get Started
); }