4 Commits

Author SHA1 Message Date
65dfd390ce Update src/app/page.tsx 2025-12-25 16:16:23 +00:00
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 7 additions and 7 deletions

View File

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

View File

@@ -128,11 +128,11 @@ export default function LandingPage() {
imageAlt: "Cappuccino with foam"
},
{
id: "4",
name: "Fresh Pastries",
price: "$4.00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766664625172-2jwimtv6.jpg",
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"
@@ -202,4 +202,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}