Update src/app/page.tsx
This commit is contained in:
@@ -82,11 +82,14 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Contemporary French Cuisine", price: "Upon Request", variant: "Modern Techniques & Tradition", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg", imageAlt: "Contemporary French dish"},
|
||||
id: "1", name: "Contemporary French Cuisine", price: "Starting at $500", variant: "Modern Techniques & Tradition", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg", imageAlt: "Contemporary French dish"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Artisanal Plating Mastery", price: "Upon Request", variant: "Visual Elegance & Taste", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-mussels-cream_140725-5203.jpg", imageAlt: "Artisanal plated dish"},
|
||||
id: "2", name: "Artisanal Plating Mastery", price: "Custom Pricing", variant: "Visual Elegance & Taste", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-mussels-cream_140725-5203.jpg", imageAlt: "Artisanal plated dish"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Seasonal Ingredient Driven", price: "Upon Request", variant: "Farm Fresh Excellence", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-herbs-three-bowls-spices-black-pepper-raddish-herbs_140725-122951.jpg", imageAlt: "Seasonal ingredients preparation"},
|
||||
id: "3", name: "Seasonal Ingredient Driven", price: "$250+", variant: "Farm Fresh Excellence", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-herbs-three-bowls-spices-black-pepper-raddish-herbs_140725-122951.jpg", imageAlt: "Seasonal ingredients preparation"
|
||||
},
|
||||
]}
|
||||
title="Featured Culinary Specialties"
|
||||
description="Discover my signature offerings that showcase culinary innovation and dedication to quality."
|
||||
@@ -108,11 +111,13 @@ export default function LandingPage() {
|
||||
description="Personalized culinary solutions tailored to your vision, whether it's intimate dinners, corporate events, or exclusive tasting experiences."
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic catering approach", "Limited ingredient sourcing", "Rushed preparation without passion", "No customization options"],
|
||||
"Generic catering approach", "Limited ingredient sourcing", "Rushed preparation without passion", "No customization options"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Bespoke menu design for you", "Premium, locally-sourced ingredients", "Meticulous attention to every detail", "Fully customized culinary experiences", "Professional kitchen expertise"],
|
||||
"Bespoke menu design for you", "Premium, locally-sourced ingredients", "Meticulous attention to every detail", "Fully customized culinary experiences", "Professional kitchen expertise"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -128,16 +133,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@eventplanner", testimonial: "Absolutely phenomenal! The chef elevated our corporate event beyond expectations. Every course was a masterpiece.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg", imageAlt: "Sarah Mitchell"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", handle: "@foodcritic", testimonial: "Exceptional talent and dedication. The seasonal menu was innovative yet respectful of culinary tradition.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "James Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "@hostwithmost", testimonial: "Simply outstanding. The chef transformed our intimate gathering into an unforgettable culinary journey.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hiker-adjusting-camera-lens_23-2148148686.jpg", imageAlt: "Emma Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hiker-adjusting-camera-lens_23-2148148686.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Thompson", handle: "@restaurateur", testimonial: "Professional excellence in every aspect. Highly recommended for anyone seeking authentic culinary artistry.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg", imageAlt: "Michael Thompson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg", imageAlt: "Michael Thompson"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Testimonials"
|
||||
|
||||
Reference in New Issue
Block a user