Compare commits
3 Commits
version_2
...
9dfcff456e
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dfcff456e | |||
| ad1fced854 | |||
| 9fb8e0f191 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #fff8f5;;
|
--background: #faf8f3;
|
||||||
--card: #fff0eb;;
|
--card: #fff5eb;
|
||||||
--foreground: #3d2c29;;
|
--foreground: #2d2a24;
|
||||||
--primary-cta: #e8a090;;
|
--primary-cta: #3d9d4d;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #f5d5cc;;
|
--accent: #ffd700;
|
||||||
--background-accent: #f0c4b8;;
|
--background-accent: #e6cc80;
|
||||||
|
|
||||||
/* 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);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-open-sans), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-open-sans), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -121,6 +121,7 @@ export default function LandingPage() {
|
|||||||
id: "1",
|
id: "1",
|
||||||
name: "Classic Espresso",
|
name: "Classic Espresso",
|
||||||
price: "$3.50",
|
price: "$3.50",
|
||||||
|
rating: 5,
|
||||||
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"
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@ export default function LandingPage() {
|
|||||||
id: "2",
|
id: "2",
|
||||||
name: "Silky Cappuccino",
|
name: "Silky Cappuccino",
|
||||||
price: "$5.00",
|
price: "$5.00",
|
||||||
|
rating: 5,
|
||||||
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"
|
||||||
},
|
},
|
||||||
@@ -135,6 +137,7 @@ export default function LandingPage() {
|
|||||||
id: "3",
|
id: "3",
|
||||||
name: "Smooth Latte",
|
name: "Smooth Latte",
|
||||||
price: "$5.50",
|
price: "$5.50",
|
||||||
|
rating: 4,
|
||||||
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"
|
||||||
},
|
},
|
||||||
@@ -142,6 +145,7 @@ export default function LandingPage() {
|
|||||||
id: "4",
|
id: "4",
|
||||||
name: "Cold Brew",
|
name: "Cold Brew",
|
||||||
price: "$4.50",
|
price: "$4.50",
|
||||||
|
rating: 5,
|
||||||
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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user