Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df1c3ad118 | |||
| 14dae8082d | |||
| cac73cd104 | |||
| 9358b45a62 | |||
| 0d5eae2681 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user