diff --git a/src/app/page.tsx b/src/app/page.tsx index f6b6c19..570b9cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Flame, ChefHat, Sparkles, Utensils, Star, Users, MessageSquare, HelpCircle } from 'lucide-react'; +import { Flame, MessageSquare } from 'lucide-react'; export default function LandingPage() { return ( @@ -63,7 +63,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000316.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" - textboxLayout="split" useInvertedBackground={false} /> @@ -80,6 +79,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split-actions" + useInvertedBackground={false} /> @@ -93,6 +93,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -106,6 +107,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" title="Our Team" + description="Meet the passionate people who make Rancho 6 special." + useInvertedBackground={false} /> @@ -118,6 +121,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" title="Guest Feedback" + description="Hear from our wonderful community." + useInvertedBackground={false} /> @@ -130,6 +135,8 @@ export default function LandingPage() { faqsAnimation="slide-up" textboxLayout="split" title="Common Questions" + description="Everything you need to know." + useInvertedBackground={false} /> @@ -141,6 +148,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000316.jpg" + useInvertedBackground={false} />