Update src/app/page.tsx

This commit is contained in:
2026-05-11 16:21:21 +00:00
parent 5a2c838471
commit e7188840a5

View File

@@ -48,7 +48,7 @@ export default function ItalianRestaurantPage() {
background={{ variant: "sparkles-gradient" }}
tag="Handmade with Love"
tagIcon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaNDaGmSXM3CRTFdrWQ5AITOxS/uploaded-1778516446695-kidkiek1.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaNDaGmSXM3CRTFdrWQ5AITOxS/uploaded-1778516446695-kidkiek1.jpg?_wi=1"
imageAlt="Assorted sweet treats"
buttons={[
{ text: "View Menu", href: "#menu" },
@@ -99,7 +99,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" }
{ 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" }
]}
textboxLayout="default"
useInvertedBackground={true}