diff --git a/src/app/page.tsx b/src/app/page.tsx index 53cb7e0..1083a9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,12 +6,13 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import { ChefHat, Calendar, Users, Star, MessageCircle, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -28,353 +29,125 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);