3 Commits

Author SHA1 Message Date
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

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={[
{
@@ -222,7 +222,7 @@ export default function LandingPage() {
],
},
]}
logoText="LUXE SHOP"
logoText="RUHVANTA CART "
/>
</div>
</ReactLenis>