diff --git a/src/app/page.tsx b/src/app/page.tsx
index 16c4a40..27457f4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+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';
@@ -28,22 +29,10 @@ export default function LandingPage() {
@@ -54,10 +43,7 @@ export default function LandingPage() {
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."
buttons={[
- {
- text: "Explore Collection",
- href: "#products",
- },
+ { text: "Explore Collection", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg"
/>
@@ -69,23 +55,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Pan-India Delivery",
- description: "Reliable delivery to every corner of India with safety guarantees.",
- buttonIcon: "Truck",
- imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens-set-mobile-phone_23-2148409299.jpg",
- },
+ title: "Pan-India Delivery", description: "Reliable delivery to every corner of India with safety guarantees.", buttonIcon: Truck,
+ imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens-set-mobile-phone_23-2148409299.jpg"},
{
- title: "Genuine Quality",
- description: "100% authentic electronics and premium furniture craftsmanship.",
- buttonIcon: "Shield",
- imageSrc: "http://img.b2bpic.net/free-photo/female-operator-holding-yellow-note_329181-11709.jpg",
- },
+ title: "Genuine Quality", description: "100% authentic electronics and premium furniture craftsmanship.", buttonIcon: Shield,
+ imageSrc: "http://img.b2bpic.net/free-photo/female-operator-holding-yellow-note_329181-11709.jpg"},
{
- title: "Easy Returns",
- description: "Hassle-free exchange policies for your peace of mind.",
- buttonIcon: "RotateCcw",
- imageSrc: "http://img.b2bpic.net/free-vector/return-money-from-purchases-labels_23-2148467774.jpg",
- },
+ title: "Easy Returns", description: "Hassle-free exchange policies for your peace of mind.", buttonIcon: RotateCcw,
+ imageSrc: "http://img.b2bpic.net/free-vector/return-money-from-purchases-labels_23-2148467774.jpg"},
]}
title="Why Choose IndiDecor Tech?"
description="We blend convenience with quality, providing seamless shopping for your home and lifestyle needs."
@@ -100,41 +77,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- brand: "LuxuryHome",
- name: "Velvet Comfort Sofa",
- price: "₹45,999",
- rating: 5,
- reviewCount: "128",
- imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg?_wi=1",
- },
+ id: "p1", brand: "LuxuryHome", name: "Velvet Comfort Sofa", price: "₹45,999", rating: 5,
+ reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg"},
{
- id: "p2",
- brand: "TechVision",
- name: "4K Smart LED TV",
- price: "₹32,500",
- rating: 4,
- reviewCount: "89",
- imageSrc: "http://img.b2bpic.net/free-psd/modern-tv-isolated_23-2151430332.jpg",
- },
+ id: "p2", brand: "TechVision", name: "4K Smart LED TV", price: "₹32,500", rating: 4,
+ 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",
- },
+ 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"},
{
- 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",
- },
+ 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"},
]}
title="Best Sellers"
description="Hand-picked favorites for your modern lifestyle."
@@ -143,55 +96,27 @@ export default function LandingPage() {