Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 10:48:44 +00:00

View File

@@ -58,7 +58,7 @@ export default function VeganCastlePage() {
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "Elegant restaurant interior with modern ambiance"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-salad-staying-table-cafe_651396-1431.jpg", imageAlt: "Beautifully plated vegan cuisine"
imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-salad-staying-table-cafe_651396-1431.jpg?_wi=1", imageAlt: "Beautifully plated vegan cuisine"
}
]}
mediaAnimation="slide-up"
@@ -98,7 +98,7 @@ export default function VeganCastlePage() {
features={[
{
id: 1,
title: "Appetizers", description: "Delicate starters featuring crispy tempura, artisan spreads, and seasonal vegetables that ignite the palate with sophisticated flavor profiles", imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-salad-staying-table-cafe_651396-1431.jpg", imageAlt: "Gourmet plant-based appetizer presentation"
title: "Appetizers", description: "Delicate starters featuring crispy tempura, artisan spreads, and seasonal vegetables that ignite the palate with sophisticated flavor profiles", imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-salad-staying-table-cafe_651396-1431.jpg?_wi=2", imageAlt: "Gourmet plant-based appetizer presentation"
},
{
id: 2,
@@ -166,22 +166,22 @@ export default function VeganCastlePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sophie Laurent"
id: "1", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Sophie Laurent"
},
{
id: "2", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Marcus Chen"
id: "2", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Marcus Chen"
},
{
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Elena Rodriguez"
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Elena Rodriguez"
},
{
id: "4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "James Mitchell"
id: "4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=4", imageAlt: "James Mitchell"
},
{
id: "5", name: "Aria Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Aria Patel"
id: "5", name: "Aria Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=5", imageAlt: "Aria Patel"
},
{
id: "6", name: "Lucas Webb", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Lucas Webb"
id: "6", name: "Lucas Webb", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=6", imageAlt: "Lucas Webb"
}
]}
/>