Merge version_3 into main #3

Merged
development merged 2 commits from version_3 into main 2025-12-25 16:13:39 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1265,4 +1265,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

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>
); );
} }