diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5a0b2e2..8602ac3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1258,4 +1258,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 36c6872..45df4af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Leaf, Mail } from 'lucide-react'; +import { Mail, Utensils, Clock, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,9 +28,9 @@ export default function LandingPage() {
- -
- -
-
- -
- -
-
-
- + +
+ +
+
@@ -162,4 +170,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}