Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb2fccac59 | |||
| bb5b396399 | |||
| 14b99c1335 | |||
| 74b6e5a673 | |||
| 011b7052e2 | |||
| cfc30ed695 | |||
| 8cbaf40e22 | |||
| 5b33b04046 |
@@ -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?_wi=1" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,7 +89,7 @@ export default function LandingPage() {
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-psd/modern-tv-isolated_23-2151430332.jpg"},
|
||||
{
|
||||
id: "p3", brand: "SmartCore", name: "X-Pro Smartphone", price: "₹28,999", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-4844.jpg"},
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-4844.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4", brand: "ComfortPlus", name: "Ergonomic Office Chair", price: "₹12,499", rating: 4,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg?_wi=2"},
|
||||
|
||||
Reference in New Issue
Block a user