12 Commits

Author SHA1 Message Date
c64982c403 Merge version_4 into main
Merge version_4 into main
2025-12-25 16:16:27 +00:00
65dfd390ce Update src/app/page.tsx 2025-12-25 16:16:23 +00:00
036d8214c0 Merge version_3 into main
Merge version_3 into main
2025-12-25 16:13:38 +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
d0423401c1 Merge version_3 into main
Merge version_3 into main
2025-12-25 16:11:15 +00:00
4dd9cf08de Update src/app/page.tsx 2025-12-25 16:11:10 +00:00
fb8ef16417 Update src/app/page.tsx 2025-12-25 12:18:23 +00:00
8d05f92109 Update src/app/globals.css 2025-12-25 12:18:22 +00:00
c4ad5c1710 Update src/app/page.tsx 2025-12-25 12:18:05 +00:00
2c47d88e4f Update src/app/globals.css 2025-12-25 12:18:04 +00:00
15a36d3bfb Merge version_2 into main
Merge version_2 into main
2025-12-25 12:13:14 +00:00
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -128,11 +128,11 @@ export default function LandingPage() {
imageAlt: "Cappuccino with foam" imageAlt: "Cappuccino with foam"
}, },
{ {
id: "4", id: "5",
name: "Fresh Pastries", name: "Lavande Raff",
price: "$4.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: "Croissant and pastries" imageAlt: "Lavender infused raffeccino"
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -202,4 +202,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }