diff --git a/src/app/page.tsx b/src/app/page.tsx index f295711..a6d7543 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,176 +2,176 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Coffee, Users, Utensils } from "lucide-react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);