Update src/app/page.tsx

This commit is contained in:
2026-05-11 16:26:04 +00:00
parent 86cbe2b203
commit d38fa9a306

View File

@@ -75,7 +75,8 @@ export default function ItalianRestaurantPage() {
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
buttons={[{ text: "Order Now", href: "#contact" }]}
textboxLayout="split-actions"
useInvertedBackground={false}
/>
</div>
@@ -99,7 +100,7 @@ export default function ItalianRestaurantPage() {
description="See why our customers keep coming back for more sweetness."
testimonials={[
{ id: "1", title: "Heavenly Taste", quote: "The best truffles I have ever had!", name: "Alex P.", role: "Regular Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaNDaGmSXM3CRTFdrWQ5AITOxS/uploaded-1778516446696-4hefquwp.jpg" },
{ id: "2", title: "Exquisite Quality", quote: "Every bite is pure bliss.", name: "Sarah M.", role: "Foodie", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaNDaGmSXM3CRTFdrWQ5AITOxS/uploaded-1778516446695-kidkiek1.jpg?_wi=2" }
{ id: "2", title: "Exquisite Quality", quote: "Every bite is pure bliss.", name: "Sarah M.", role: "Foodie", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaNDaGmSXM3CRTFdrWQ5AIThek1.jpg?_wi=2" }
]}
textboxLayout="default"
useInvertedBackground={true}