diff --git a/src/app/page.tsx b/src/app/page.tsx
index dfdc84a..17057d6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,99 +43,32 @@ export default function LandingPage() {
@@ -158,21 +79,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Cash on Delivery",
- description: "Pay securely when your premium gadget reaches your doorstep.",
- imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074260.jpg",
- },
- {
- title: "Verified Receipt",
- description: "Every purchase includes a legitimate tax invoice for your peace of mind.",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722625.jpg",
- },
- {
- title: "Lightning Delivery",
- description: "Fast, reliable shipping so you don't wait for your new tech essentials.",
- imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-wooden-table-night-top-view_169016-51175.jpg",
- },
+ { title: "Cash on Delivery", description: "Pay securely when your premium gadget reaches your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074260.jpg" },
+ { title: "Verified Receipt", description: "Every purchase includes a legitimate tax invoice for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722625.jpg" },
+ { title: "Lightning Delivery", description: "Fast, reliable shipping so you don't wait for your new tech essentials.", imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-wooden-table-night-top-view_169016-51175.jpg" },
]}
title="Why LuxeGadgets?"
description="Premium quality meets impeccable service for every tech enthusiast."
@@ -186,60 +95,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "LuxeAudio",
- name: "Pro Wireless Earbuds",
- price: "$129.00",
- rating: 5,
- reviewCount: "1.2k",
- imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763358.jpg",
- },
- {
- id: "p2",
- brand: "PowerPro",
- name: "Gold Power Bank",
- price: "$89.00",
- rating: 4,
- reviewCount: "800",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-charging_58702-4479.jpg",
- },
- {
- id: "p3",
- brand: "TechCharger",
- name: "Fast Wall Adapter",
- price: "$45.00",
- rating: 5,
- reviewCount: "500",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-themed-motherboard-with-slots-close-up_23-2148284287.jpg",
- },
- {
- id: "p4",
- brand: "SmartWear",
- name: "Luxury Smart Watch",
- price: "$299.00",
- rating: 5,
- reviewCount: "2.1k",
- imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-notebook-headphones-table_23-2148036919.jpg",
- },
- {
- id: "p5",
- brand: "CablesPlus",
- name: "Premium Braided Cable",
- price: "$29.00",
- rating: 4,
- reviewCount: "300",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-network-cable_93675-131993.jpg",
- },
- {
- id: "p6",
- brand: "DriveTech",
- name: "Magnetic Mount",
- price: "$35.00",
- rating: 4,
- reviewCount: "450",
- imageSrc: "http://img.b2bpic.net/free-photo/hard-drive-with-blue-light-high-angle_23-2149413378.jpg",
- },
+ { id: "p1", brand: "LuxeAudio", name: "Pro Wireless Earbuds", price: "$129.00", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763358.jpg" },
+ { id: "p2", brand: "PowerPro", name: "Gold Power Bank", price: "$89.00", rating: 4, reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-charging_58702-4479.jpg" },
+ { id: "p3", brand: "TechCharger", name: "Fast Wall Adapter", price: "$45.00", rating: 5, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/blue-themed-motherboard-with-slots-close-up_23-2148284287.jpg" },
+ { id: "p4", brand: "SmartWear", name: "Luxury Smart Watch", price: "$299.00", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-notebook-headphones-table_23-2148036919.jpg" },
+ { id: "p5", brand: "CablesPlus", name: "Premium Braided Cable", price: "$29.00", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/close-up-network-cable_93675-131993.jpg" },
+ { id: "p6", brand: "DriveTech", name: "Magnetic Mount", price: "$35.00", rating: 4, reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/hard-drive-with-blue-light-high-angle_23-2149413378.jpg" },
]}
title="New Arrivals"
description="Discover our curated collection of premium gadgets."
@@ -252,57 +113,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "bundle-1",
- badge: "Savings",
- price: "$189.00",
- subtitle: "Earbuds + Power Bank",
- features: [
- "Limited Stock",
- "Free Shipping",
- "First Order Discount",
- ],
- buttons: [
- {
- text: "Order via WhatsApp",
- href: "https://wa.me/yournumber",
- },
- ],
- },
- {
- id: "bundle-2",
- badge: "Best Seller",
- price: "$349.00",
- subtitle: "Watch + Earbuds + Cable",
- features: [
- "24 Months Warranty",
- "Premium Support",
- "Fast Delivery",
- ],
- buttons: [
- {
- text: "Order via WhatsApp",
- href: "https://wa.me/yournumber",
- },
- ],
- },
- {
- id: "bundle-3",
- badge: "Pro Choice",
- price: "$129.00",
- subtitle: "Wall Adapter + Cable + Case",
- features: [
- "Quality Assured",
- "Fast Shipping",
- "Receipt Provided",
- ],
- buttons: [
- {
- text: "Order via WhatsApp",
- href: "https://wa.me/yournumber",
- },
- ],
- },
+ { id: "bundle-1", badge: "Savings", price: "$189.00", subtitle: "Earbuds + Power Bank", features: ["Limited Stock", "Free Shipping", "First Order Discount"], buttons: [{ text: "Order via WhatsApp", href: "https://wa.me/yournumber" }] },
+ { id: "bundle-2", badge: "Best Seller", price: "$349.00", subtitle: "Watch + Earbuds + Cable", features: ["24 Months Warranty", "Premium Support", "Fast Delivery"], buttons: [{ text: "Order via WhatsApp", href: "https://wa.me/yournumber" }] },
+ { id: "bundle-3", badge: "Pro Choice", price: "$129.00", subtitle: "Wall Adapter + Cable + Case", features: ["Quality Assured", "Fast Shipping", "Receipt Provided"], buttons: [{ text: "Order via WhatsApp", href: "https://wa.me/yournumber" }] },
]}
title="Exclusive Bundles"
description="Unlock savings up to 30% when you bundle your favorite tech."
@@ -313,15 +126,7 @@ export default function LandingPage() {
@@ -334,46 +139,11 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Sarah J.",
- role: "Content Creator",
- company: "SocialMedia",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-mixed-race-male-with-bushy-hair-has-good-mood_273609-8597.jpg",
- },
- {
- id: "t2",
- name: "Mike R.",
- role: "Director",
- company: "FilmInc",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-mature-male-holding-tablet_23-2148673422.jpg",
- },
- {
- id: "t3",
- name: "Emily P.",
- role: "Marketing",
- company: "GrowthCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-long-hair-looking-excitement-camera_176532-11530.jpg",
- },
- {
- id: "t4",
- name: "David W.",
- role: "IT Analyst",
- company: "SysGlobal",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/content-lady-browsing-internet-outdoor-terrace_1262-18429.jpg",
- },
- {
- id: "t5",
- name: "Anna K.",
- role: "Architect",
- company: "DesignLab",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg",
- },
+ { id: "t1", name: "Sarah J.", role: "Content Creator", company: "SocialMedia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-mixed-race-male-with-bushy-hair-has-good-mood_273609-8597.jpg" },
+ { id: "t2", name: "Mike R.", role: "Director", company: "FilmInc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-mature-male-holding-tablet_23-2148673422.jpg" },
+ { id: "t3", name: "Emily P.", role: "Marketing", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-long-hair-looking-excitement-camera_176532-11530.jpg" },
+ { id: "t4", name: "David W.", role: "IT Analyst", company: "SysGlobal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-lady-browsing-internet-outdoor-terrace_1262-18429.jpg" },
+ { id: "t5", name: "Anna K.", role: "Architect", company: "DesignLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg" },
]}
title="Customer Reviews"
description="See why our customers trust LuxeGadgets."
@@ -385,26 +155,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Do you offer COD?",
- content: "Yes, we offer Cash on Delivery across major cities.",
- },
- {
- id: "f2",
- title: "Is the receipt provided?",
- content: "Yes, all our gadgets come with a verified tax invoice.",
- },
- {
- id: "f3",
- title: "What's the warranty?",
- content: "We offer a 12-24 month warranty on selected electronics.",
- },
- {
- id: "f4",
- title: "How fast is delivery?",
- content: "Most orders reach your doorstep within 2-4 business days.",
- },
+ { id: "f1", title: "Do you offer COD?", content: "Yes, we offer Cash on Delivery across major cities." },
+ { id: "f2", title: "Is the receipt provided?", content: "Yes, all our gadgets come with a verified tax invoice." },
+ { id: "f3", title: "What's the warranty?", content: "We offer a 12-24 month warranty on selected electronics." },
+ { id: "f4", title: "How fast is delivery?", content: "Most orders reach your doorstep within 2-4 business days." },
]}
imageSrc="http://img.b2bpic.net/free-photo/waiter-wearing-protective-face-mask-showing-menu-customer-while-talking-her-cafe_637285-6629.jpg"
mediaAnimation="slide-up"
@@ -420,18 +174,8 @@ export default function LandingPage() {
title="Order via WhatsApp"
description="Have a specific request or need help ordering? Contact us directly."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "email", type: "email", placeholder: "Your Email", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/application-contact-communication-connection-concept_53876-132755.jpg"
mediaPosition="left"
@@ -442,14 +186,8 @@ export default function LandingPage() {