Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b69676cf06 | |||
| 3a5062f5e6 | |||
| 61ee71abb0 | |||
| 1778889d45 | |||
| aa6975dd28 | |||
| 30a8697c4f | |||
| 08ebf4f7d8 | |||
| 4c04df23dd | |||
| 01f2128e86 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Shop Original Collection", href: "#products" },
|
||||
{ text: "Shop Verified Originals Now", href: "#products" },
|
||||
{ text: "Explore Replicas", href: "#replicas" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -216,7 +216,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "How do I know if the watch is original?", content: "All our watches come with detailed authenticity verification. We provide certificates, serial number documentation, and 100% original guarantee. Your satisfaction is backed by our 1-year warranty."
|
||||
id: "faq-1", title: "How do I know if the watch is original?", content: "Every watch includes authenticity documentation and serial verification. <a href=\"#warranty-guarantee\" class=\"underline font-semibold\">View our full authenticity guarantee</a> for detailed inspection criteria."
|
||||
},
|
||||
{
|
||||
id: "faq-2", title: "What's the difference between Original and Replica?", content: "Originals are genuine brand watches directly from authorized sources. Replicas are high-quality timepieces inspired by luxury brands—same precision, excellent quality, at fraction of the price. Both categories include our full warranty."
|
||||
@@ -284,4 +284,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--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