Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1a472946f | |||
| c2e7742aca | |||
| df1c3ad118 | |||
| 14dae8082d | |||
| cac73cd104 | |||
| 9358b45a62 | |||
| 0d5eae2681 | |||
| 75091921f6 | |||
| 5ace8bc110 | |||
| 80ef79f556 | |||
| a95788f6ce |
@@ -40,13 +40,13 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "contact"},
|
name: "Contact", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="LUXE SHOP"
|
brandName="RUHVANTA CART "
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Luxury Reimagined for Your Style"
|
title="RUHVANTA CART PROVIDING BEST PRODUCTS "
|
||||||
description="Discover our handpicked collection of premium items, designed to bring elegance and sophistication to your daily life."
|
description="Discover our handpicked collection of premium items, designed to bring elegance and sophistication to your daily life."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
|||||||
id: "p6", name: "Minimalist Timepiece", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/close-outdoor-fashion-portrait-stylish-woman-voluminous-white-trendy-top-classic-luxury-hat-leopard-sunglasses_343596-1775.jpg"},
|
id: "p6", name: "Minimalist Timepiece", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/close-outdoor-fashion-portrait-stylish-woman-voluminous-white-trendy-top-classic-luxury-hat-leopard-sunglasses_343596-1775.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Featured Selection"
|
title="Featured Selection"
|
||||||
description="Our most popular items this season."
|
description="Hand-selected premium essentials curated for your unique style."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="LUXE SHOP"
|
logoText="RUHVANTA CART "
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #beb599;
|
--background: #080200;
|
||||||
--card: #f9f9f9;
|
--card: #1a0d0b;
|
||||||
--foreground: #000000;
|
--foreground: #ffe6d5;
|
||||||
--primary-cta: #d4af37;
|
--primary-cta: #ffaa70;
|
||||||
--primary-cta-text: #000000;
|
--primary-cta-text: #080200;
|
||||||
--secondary-cta: #000000;
|
--secondary-cta: #170b07;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffe6d5;
|
||||||
--accent: #d4af37;
|
--accent: #7b5e4a;
|
||||||
--background-accent: #f4f4f4;
|
--background-accent: #b8541e;
|
||||||
|
|
||||||
/* 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