Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03e980acac | |||
| 94e04665da | |||
| 6d830b540b | |||
| ef5115e9a6 |
@@ -164,6 +164,11 @@ export default function LandingPage() {
|
|||||||
id: "m5", icon: Award,
|
id: "m5", icon: Award,
|
||||||
title: "Comprehensive", value: "Warranty & Care"},
|
title: "Comprehensive", value: "Warranty & Care"},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Explore Our Collection", href: "#collection"
|
||||||
|
}
|
||||||
|
]}
|
||||||
title="Assured Trust & Excellence"
|
title="Assured Trust & Excellence"
|
||||||
description="Every timepiece in our collection undergoes stringent verification and is backed by our commitment to unparalleled quality and service."
|
description="Every timepiece in our collection undergoes stringent verification and is backed by our commitment to unparalleled quality and service."
|
||||||
className="py-20 lg:py-32"
|
className="py-20 lg:py-32"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #efebe5;
|
--background: #fafffb;
|
||||||
--card: #f7f2ea;
|
--card: #ffffff;
|
||||||
--foreground: #000000;
|
--foreground: #001a0a;
|
||||||
--primary-cta: #000000;
|
--primary-cta: #0a705f;
|
||||||
--primary-cta-text: #f5f4f0;
|
--primary-cta-text: #fafffb;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #f5f4f0;
|
--secondary-cta-text: #001a0a;
|
||||||
--accent: #ffffff;
|
--accent: #a8d9be;
|
||||||
--background-accent: #e1b875;
|
--background-accent: #6bbfb8;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user