Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-03 10:52:23 +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/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?_wi=1", imageAlt: "Beautifully plated vegan cuisine" imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-salad-staying-table-cafe_651396-1431.jpg", imageAlt: "Beautifully plated vegan cuisine"
} }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -83,6 +83,7 @@ export default function VeganCastlePage() {
imageAlt="Chef preparing innovative vegan dishes" imageAlt="Chef preparing innovative vegan dishes"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false}
/> />
</div> </div>
@@ -98,7 +99,7 @@ export default function VeganCastlePage() {
features={[ features={[
{ {
id: 1, 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?_wi=2", 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", imageAlt: "Gourmet plant-based appetizer presentation"
}, },
{ {
id: 2, id: 2,
@@ -166,22 +167,22 @@ export default function VeganCastlePage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
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: "1", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sophie Laurent"
}, },
{ {
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: "2", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Marcus Chen"
}, },
{ {
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: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Elena Rodriguez"
}, },
{ {
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: "4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "James Mitchell"
}, },
{ {
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: "5", name: "Aria Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Aria Patel"
}, },
{ {
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" id: "6", name: "Lucas Webb", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Lucas Webb"
} }
]} ]}
/> />