Update src/app/page.tsx

This commit is contained in:
2026-03-13 20:07:07 +00:00
parent c036f9ebcc
commit 4d5404e2f2

View File

@@ -56,15 +56,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Margaret Stevens", handle: "@margarets_dining", testimonial: "An absolutely transcendent dining experience. Every course was perfection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1396.jpg", imageAlt: "Margaret Stevens"
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1396.jpg?_wi=1", imageAlt: "Margaret Stevens"
},
{
name: "James Richardson", handle: "@culinaryexplorer", testimonial: "The attention to detail is extraordinary. This is fine dining at its finest.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg", imageAlt: "James Richardson"
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg?_wi=1", imageAlt: "James Richardson"
},
{
name: "Sophie Laurent", handle: "@sophiegourmet", testimonial: "Consistently exceptional. The chef's creativity and passion shine in every plate.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", imageAlt: "Sophie Laurent"
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg?_wi=1", imageAlt: "Sophie Laurent"
}
]}
testimonialRotationInterval={5000}
@@ -100,28 +100,28 @@ export default function LandingPage() {
{
id: 1,
title: "Sommelier-Curated Wine Collection", description: "Our expert sommeliers have personally selected the finest wines from around the world to perfectly complement our tasting menu.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-tasty-fruits-arrangement_23-2149629951.jpg", imageAlt: "Wine cellar with premium selections"
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-tasty-fruits-arrangement_23-2149629951.jpg?_wi=1", imageAlt: "Wine cellar with premium selections"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-tasty-fruits-arrangement_23-2149629951.jpg", imageAlt: "Wine cellar premium collection"
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-tasty-fruits-arrangement_23-2149629951.jpg?_wi=2", imageAlt: "Wine cellar premium collection"
}
},
{
id: 2,
title: "Executive Chef's Innovation", description: "Chef Marco's visionary approach combines classical French techniques with contemporary sensibilities, creating dishes that transcend expectation.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg", imageAlt: "Professional chef in fine dining kitchen"
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg?_wi=1", imageAlt: "Professional chef in fine dining kitchen"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg", imageAlt: "Chef preparing gourmet dishes"
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg?_wi=2", imageAlt: "Chef preparing gourmet dishes"
}
},
{
id: 3,
title: "Elegant Dining Atmosphere", description: "Sophisticated décor, soft candlelight, and impeccable service create an ambiance of refined luxury for your special occasion.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-iris-flowers-stands-table-with-food-restaurant_8353-11469.jpg", imageAlt: "Elegant table setting in fine dining"
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-iris-flowers-stands-table-with-food-restaurant_8353-11469.jpg?_wi=1", imageAlt: "Elegant table setting in fine dining"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-iris-flowers-stands-table-with-food-restaurant_8353-11469.jpg", imageAlt: "Premium dining table setup"
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-iris-flowers-stands-table-with-food-restaurant_8353-11469.jpg?_wi=2", imageAlt: "Premium dining table setup"
}
}
]}
@@ -135,13 +135,13 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "test-1", name: "Margaret Stevens", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1396.jpg", imageAlt: "Margaret Stevens profile"
id: "test-1", name: "Margaret Stevens", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1396.jpg?_wi=2", imageAlt: "Margaret Stevens profile"
},
{
id: "test-2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg", imageAlt: "James Richardson profile"
id: "test-2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg?_wi=2", imageAlt: "James Richardson profile"
},
{
id: "test-3", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", imageAlt: "Sophie Laurent profile"
id: "test-3", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg?_wi=2", imageAlt: "Sophie Laurent profile"
},
{
id: "test-4", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg", imageAlt: "David Chen profile"