Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-26 18:56:42 +00:00

View File

@@ -6,7 +6,7 @@ import { Truck, Shield, RotateCcw } from 'lucide-react';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -39,13 +39,18 @@ export default function LandingPage() {
</div>
<div id="home" data-section="home">
<HeroOverlay
<HeroBillboardGallery
title="Style Your Home. Upgrade Your Tech."
description="Discover curated furniture, cutting-edge electronics, and the latest mobiles, delivered straight to your door across India."
background={{ variant: 'animated-grid' }}
buttons={[
{ text: "Explore Collection", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-4844.jpg" }
]}
/>
</div>