diff --git a/src/app/page.tsx b/src/app/page.tsx index 077260f..bfa1546 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Chef, Sparkles, Utensils, Leaf, Star } from 'lucide-react'; +import { Sparkles, Utensils, Leaf, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -62,7 +62,6 @@ export default function LandingPage() { title="Meet Your Private Chef" description="With over 15 years of culinary expertise, I bring fine dining directly to your table. Specializing in personalized menus crafted to your preferences, dietary requirements, and occasion, I deliver an unforgettable gastronomic experience." tag="About Me" - tagIcon={Chef} tagAnimation="slide-up" bulletPoints={[ { @@ -101,19 +100,19 @@ export default function LandingPage() { features={[ { id: "1", title: "Private Dinner Parties", tags: ["Intimate Gatherings", "Custom Menu"], - imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=1", imageAlt: "Elegant private dinner table setting" + imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg", imageAlt: "Elegant private dinner table setting" }, { id: "2", title: "Corporate Events & Entertaining", tags: ["Professional Service", "Large Groups"], - imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=2", imageAlt: "Professional catering setup" + imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg", imageAlt: "Professional catering setup" }, { id: "3", title: "Special Occasions", tags: ["Celebrations", "Memorable Moments"], - imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=3", imageAlt: "Celebratory dinner presentation" + imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg", imageAlt: "Celebratory dinner presentation" }, { id: "4", title: "Cooking Classes", tags: ["Education", "Interactive Experience"], - imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=4", imageAlt: "Interactive cooking demonstration" + imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg", imageAlt: "Interactive cooking demonstration" } ]} animationType="slide-up" @@ -213,7 +212,7 @@ export default function LandingPage() { }} buttonText="Request Consultation" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg" imageAlt="Elegant dining table setup" mediaAnimation="slide-up" mediaPosition="right"