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

View File

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