Update src/app/page.tsx

This commit is contained in:
2025-12-25 16:13:34 +00:00
parent 9f8f030479
commit 0c913b6f96

View File

@@ -136,10 +136,10 @@ export default function LandingPage() {
}, },
{ {
id: "5", id: "5",
name: "Lavande Raffles", name: "Lavande Raff",
price: "$6.00", price: "$5.75",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766664625172-2jwimtv6.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766664622705-s6lfoh63.jpg",
imageAlt: "Lavande Raffles specialty drink" imageAlt: "Lavender infused raffeccino"
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -209,4 +209,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }