Compare commits
6 Commits
9dfcff456e
...
version_9
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f7b7d893b | |||
| 50945b0869 | |||
| 3b4466cb2c | |||
| a252479caf | |||
| 756eaea081 | |||
| fd04113c58 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #faf8f3;
|
||||
--card: #fff5eb;
|
||||
--foreground: #2d2a24;
|
||||
--primary-cta: #3d9d4d;
|
||||
--background: #ffffff;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #ffd700;
|
||||
--background-accent: #e6cc80;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1274,4 +1274,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -121,7 +121,6 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Classic Espresso",
|
||||
price: "$3.50",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920190905-afgbf22n.jpg",
|
||||
imageAlt: "Bold and rich espresso shot"
|
||||
},
|
||||
@@ -129,7 +128,6 @@ export default function LandingPage() {
|
||||
id: "2",
|
||||
name: "Silky Cappuccino",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504472539-8fcfbdrv.jpg",
|
||||
imageAlt: "Creamy cappuccino with perfect foam"
|
||||
},
|
||||
@@ -137,7 +135,6 @@ export default function LandingPage() {
|
||||
id: "3",
|
||||
name: "Smooth Latte",
|
||||
price: "$5.50",
|
||||
rating: 4,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920191959-azsx4ig5.jpg",
|
||||
imageAlt: "Smooth and creamy latte"
|
||||
},
|
||||
@@ -145,7 +142,6 @@ export default function LandingPage() {
|
||||
id: "4",
|
||||
name: "Cold Brew",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920192796-cd28tqbs.jpg",
|
||||
imageAlt: "Refreshing iced cold brew"
|
||||
}
|
||||
@@ -267,7 +263,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -375,4 +370,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user