5 Commits

Author SHA1 Message Date
4d543101c3 Update theme colors 2026-06-09 23:06:16 +00:00
03e980acac Update theme colors 2026-06-09 23:06:14 +00:00
94e04665da Update theme colors 2026-06-09 23:06:09 +00:00
6d830b540b Update src/app/page.tsx 2026-06-09 22:46:28 +00:00
ef5115e9a6 Merge version_4 into main
Merge version_4 into main
2026-06-09 22:45:04 +00:00
2 changed files with 13 additions and 8 deletions

View File

@@ -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"

View File

@@ -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);