5 Commits

Author SHA1 Message Date
d38fa9a306 Update src/app/page.tsx 2026-05-11 16:26:04 +00:00
86cbe2b203 Merge version_4 into main
Merge version_4 into main
2026-05-11 16:22:04 +00:00
6d5e53f933 Update src/app/page.tsx 2026-05-11 16:22:01 +00:00
b7d13dfa47 Merge version_3 into main
Merge version_3 into main
2026-05-11 16:21:25 +00:00
85d9fa31c3 Merge version_3 into main
Merge version_3 into main
2026-05-11 16:21:01 +00:00

View File

@@ -52,7 +52,7 @@ export default function ItalianRestaurantPage() {
imageAlt="Assorted sweet treats"
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Place Order", href: "#contact" }
{ text: "Order Your Sweets", href: "#contact" }
]}
/>
</div>
@@ -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}