diff --git a/src/app/page.tsx b/src/app/page.tsx index 1083a9e..13b08f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ 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"; +import { ChefHat, Calendar, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -69,6 +69,7 @@ export default function LandingPage() { textboxLayout="split" title="Elevated Culinary Services" description="From intimate dinners to large-scale events, every service is tailored to exceed your highest expectations." + useInvertedBackground={false} features={[ { id: "1", title: "Private Chef Service", descriptions: ["Full menu curation for private homes"], imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg?_wi=2" }, { id: "2", title: "Event Catering", descriptions: ["Premium service for corporate and social events"], imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720770.jpg" } @@ -84,7 +85,8 @@ export default function LandingPage() { description="A selection of my current signature dishes focused on seasonal local produce." products={[ { id: "m1", name: "Truffle Scallops", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-rice-raddish_140725-3403.jpg" }, - { id: "m2", name: "Wagyu Steak", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-slices-garnished-with-herbs-sauce-served-with-grilled-vegetables_140725-226.jpg" } + { id: "m2", name: "Wagyu Steak", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-slices-garnished-with-herbs-sauce-served-with-grilled-vegetables_140725-226.jpg" }, + { id: "m3", name: "Signature Salad", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-fresh-vegetables_1203-9044.jpg" } ]} textboxLayout="default" useInvertedBackground={true} @@ -97,6 +99,7 @@ export default function LandingPage() { textboxLayout="default" title="Pricing Tiers" description="Choose the culinary experience that best fits your vision." + useInvertedBackground={false} plans={[ { id: "basic", badge: "Essential", price: "$250/p", subtitle: "Perfect for intimate dining", features: ["3-Course Menu", "Local Ingredients", "Full Service"], buttons: [{ text: "Select" }] }, { id: "pro", badge: "Signature", price: "$450/p", subtitle: "The full gourmet experience", features: ["7-Course Tasting", "Premium Wine Pairing", "Chef Q&A"], buttons: [{ text: "Book Now" }] } @@ -110,7 +113,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" title="Client Highlights" testimonials={[ - { id: "t1", name: "Alexandra P.", role: "Host", company: "Private Client", rating: 5, testimonial: "Unmatched culinary mastery and service." } + { id: "t1", name: "Alexandra P.", role: "Host", company: "Private Client", rating: 5, imageSrc: "https://img.freepik.com/free-photo/woman-smiling_23-2148107567.jpg" } ]} textboxLayout="default" useInvertedBackground={true} @@ -127,6 +130,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -137,12 +141,14 @@ export default function LandingPage() { description="I am accepting bookings for upcoming seasons. Let's discuss your perfect event." buttons={[{ text: "Send an Inquiry", href: "mailto:chef@chefstudio.com" }]} background={{ variant: "plain" }} + useInvertedBackground={false} />