diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f5e47e..9fc4848 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import LegalSection from '@/components/legal/LegalSection'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Award, Star, Users } from "lucide-react"; +import LegalSection from '@/components/legal/LegalSection'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Star, Users, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -26,216 +26,101 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - +
); -} +} \ No newline at end of file