Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94e04665da | |||
| 6d830b540b | |||
| ef5115e9a6 |
@@ -164,6 +164,11 @@ export default function LandingPage() {
|
||||
id: "m5", icon: Award,
|
||||
title: "Comprehensive", value: "Warranty & Care"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Collection", href: "#collection"
|
||||
}
|
||||
]}
|
||||
title="Assured Trust & Excellence"
|
||||
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"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #efebe5;
|
||||
--card: #f7f2ea;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #000000;
|
||||
--primary-cta-text: #f5f4f0;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #f5f4f0;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #e1b875;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user