3 Commits

Author SHA1 Message Date
0c913b6f96 Update src/app/page.tsx 2025-12-25 16:13:34 +00:00
9f8f030479 Update src/app/layout.tsx 2025-12-25 16:13:34 +00:00
4dd9cf08de Update src/app/page.tsx 2025-12-25 16:11:10 +00:00
2 changed files with 9 additions and 2 deletions

View File

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

View File

@@ -133,6 +133,13 @@ export default function LandingPage() {
price: "$4.00", price: "$4.00",
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-1766664625172-2jwimtv6.jpg",
imageAlt: "Croissant and pastries" imageAlt: "Croissant and pastries"
},
{
id: "5",
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" gridVariant="uniform-all-items-equal"
@@ -202,4 +209,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }