diff --git a/src/app/page.tsx b/src/app/page.tsx index d29f37b..c66806e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Clock, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -65,6 +64,7 @@ export default function LandingPage() { showStepNumbers={true} animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} title="Signature Service Offerings" description="From intimate dinners to grand celebrations, we provide professional chef services tailored to your specific taste." features={[ @@ -82,6 +82,8 @@ export default function LandingPage() { showRating={true} animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} + description="" title="What Our Clients Say" testimonials={[ { @@ -95,6 +97,7 @@ export default function LandingPage() { @@ -121,6 +125,7 @@ export default function LandingPage() { { title: "Legal", items: [{ label: "Privacy" }, { label: "Terms" }] } ]} bottomLeftText="© 2024 Chef Artisan" + bottomRightText="All Rights Reserved" />