9 Commits

Author SHA1 Message Date
c030418b9b Update theme colors 2026-04-18 09:09:09 +00:00
b9cb99e202 Update theme colors 2026-04-18 09:09:02 +00:00
b1a472946f Update theme colors 2026-04-18 09:08:52 +00:00
c2e7742aca Update theme colors 2026-04-18 09:08:37 +00:00
df1c3ad118 Update src/app/page.tsx 2026-04-18 09:08:21 +00:00
14dae8082d Update src/app/page.tsx 2026-04-18 09:03:01 +00:00
cac73cd104 Merge version_4 into main
Merge version_4 into main
2026-04-18 08:55:28 +00:00
9358b45a62 Update src/app/page.tsx 2026-04-18 08:55:25 +00:00
0d5eae2681 Merge version_3 into main
Merge version_3 into main
2026-04-18 08:51:58 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { MessageCircle, ShoppingBag, Star, Zap, Award, Shield, Moon, Sun, User, Heart, Settings } from "lucide-react";
import { MessageCircle, ShoppingBag, Star, Zap, Award, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -40,13 +40,13 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="LUXE SHOP"
brandName="RUHVANTA CART "
/>
</div>
<div id="hero" data-section="hero">
<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."
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"},
]}
title="Featured Selection"
description="Our most popular items this season."
description="Hand-selected premium essentials curated for your unique style."
/>
</div>
@@ -222,10 +222,10 @@ export default function LandingPage() {
],
},
]}
logoText="LUXE SHOP"
logoText="RUHVANTA CART "
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #beb599;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000000;
--primary-cta: #d4af37;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #d4af37;
--background-accent: #f4f4f4;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);