Merge version_7 into main

Merge version_7 into main
This commit was merged in pull request #4.
This commit is contained in:
2025-12-28 12:58:20 +00:00
3 changed files with 15 additions and 11 deletions

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff; --background: #ffffff;
--card: #fcfcfc; --card: #f7fffa;
--foreground: #120006e6; --foreground: #001a0a;
--primary-cta: #e63946; --primary-cta: #0a7039;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--accent: #e2e2e2; --accent: #a8d9be;
--background-accent: #c4c4c4; --background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -122,28 +122,32 @@ export default function LandingPage() {
name: "Classic Espresso", name: "Classic Espresso",
price: "$3.50", price: "$3.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920190905-afgbf22n.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920190905-afgbf22n.jpg",
imageAlt: "Bold and rich espresso shot" imageAlt: "Bold and rich espresso shot",
rating: 4.8
}, },
{ {
id: "2", id: "2",
name: "Silky Cappuccino", name: "Silky Cappuccino",
price: "$5.00", price: "$5.00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504472539-8fcfbdrv.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504472539-8fcfbdrv.jpg",
imageAlt: "Creamy cappuccino with perfect foam" imageAlt: "Creamy cappuccino with perfect foam",
rating: 4.9
}, },
{ {
id: "3", id: "3",
name: "Smooth Latte", name: "Smooth Latte",
price: "$5.50", price: "$5.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920191959-azsx4ig5.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920191959-azsx4ig5.jpg",
imageAlt: "Smooth and creamy latte" imageAlt: "Smooth and creamy latte",
rating: 4.7
}, },
{ {
id: "4", id: "4",
name: "Cold Brew", name: "Cold Brew",
price: "$4.50", price: "$4.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920192796-cd28tqbs.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920192796-cd28tqbs.jpg",
imageAlt: "Refreshing iced cold brew" imageAlt: "Refreshing iced cold brew",
rating: 4.6
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"