Merge version_1 into main #1
411
src/app/page.tsx
411
src/app/page.tsx
@@ -13,7 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, Crown, Globe, Package, Star } from "lucide-react";
|
||||
import { Award, Crown, Globe, Package, Star, Search, MessageSquare, Layers } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Brands",
|
||||
id: "#brands",
|
||||
},
|
||||
name: "Brands", id: "#brands"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/illustration-boutique-shop-logo-stamp-banner_53876-3736.jpg"
|
||||
logoAlt="ElectroMart Global Logo"
|
||||
@@ -71,56 +57,35 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Experience the Future of Electronics"
|
||||
description="Discover a curated collection of world-class electronics from leading brands like LG, Samsung, and Apple. Unparalleled innovation, exquisite design."
|
||||
kpis={[
|
||||
{
|
||||
value: "500M+",
|
||||
label: "Products Sold",
|
||||
},
|
||||
value: "500M+", label: "Products Sold"},
|
||||
{
|
||||
value: "150+",
|
||||
label: "Countries Served",
|
||||
},
|
||||
value: "150+", label: "Countries Served"},
|
||||
{
|
||||
value: "99.9%",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
value: "99.9%", label: "Satisfaction"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Explore Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Features", href: "#features"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-serious-confident-male-office-worker-spectacles-formal-shirt-with-dark-skin-poses-spacious-cabinet_273609-3441.jpg",
|
||||
alt: "Customer Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-serious-confident-male-office-worker-spectacles-formal-shirt-with-dark-skin-poses-spacious-cabinet_273609-3441.jpg", alt: "Customer Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-architect-looking-camera_23-2148242888.jpg",
|
||||
alt: "Customer Michael",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-architect-looking-camera_23-2148242888.jpg", alt: "Customer Michael"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blogger-with-glasses-pointing-up_23-2148538860.jpg",
|
||||
alt: "Customer Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-blogger-with-glasses-pointing-up_23-2148538860.jpg", alt: "Customer Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg",
|
||||
alt: "Customer David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", alt: "Customer David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/freelancer-noting-down-ideas-paper-using-pen-while-teleworking_482257-118182.jpg",
|
||||
alt: "Customer Olivia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/freelancer-noting-down-ideas-paper-using-pen-while-teleworking_482257-118182.jpg", alt: "Customer Olivia"},
|
||||
]}
|
||||
avatarText="Trusted by Millions"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-computer-monitor-display_23-2150757307.jpg"
|
||||
@@ -128,59 +93,29 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "LG",
|
||||
},
|
||||
type: "text", text: "LG"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/three-smart-blank-screens-wall_53876-160689.jpg",
|
||||
alt: "Futuristic smartphone UI",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/three-smart-blank-screens-wall_53876-160689.jpg", alt: "Futuristic smartphone UI"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SAMSUNG",
|
||||
},
|
||||
type: "text", text: "SAMSUNG"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-bearded-man-with-hairstyle-listening-music-headphones-isolated-gray-background_613910-4640.jpg",
|
||||
alt: "Sleek wireless earbud",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-bearded-man-with-hairstyle-listening-music-headphones-isolated-gray-background_613910-4640.jpg", alt: "Sleek wireless earbud"},
|
||||
{
|
||||
type: "text",
|
||||
text: "APPLE",
|
||||
},
|
||||
type: "text", text: "APPLE"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347236.jpg",
|
||||
alt: "Gaming controller",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347236.jpg", alt: "Gaming controller"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SONY",
|
||||
},
|
||||
type: "text", text: "SONY"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722635.jpg",
|
||||
alt: "Smart home hub",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722635.jpg", alt: "Smart home hub"},
|
||||
{
|
||||
type: "text",
|
||||
text: "XIAOMI",
|
||||
},
|
||||
type: "text", text: "XIAOMI"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg",
|
||||
alt: "High-end smartwatch",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg", alt: "High-end smartwatch"},
|
||||
{
|
||||
type: "text",
|
||||
text: "DLC",
|
||||
},
|
||||
type: "text", text: "DLC"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912815.jpg",
|
||||
alt: "VR headset",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912815.jpg", alt: "VR headset"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
@@ -195,47 +130,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "product-tv",
|
||||
name: "LG C2 OLED 8K TV",
|
||||
price: "$2,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-with-shooting-video-games-console-playing-game-competition-with-group-friends-house-party-with-alcoholic-drinks-people-enjoying-gathering-with-shooter-strategy_482257-48114.jpg",
|
||||
imageAlt: "LG C2 OLED 8K TV",
|
||||
},
|
||||
id: "product-tv", name: "LG C2 OLED 8K TV", price: "$2,999", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-with-shooting-video-games-console-playing-game-competition-with-group-friends-house-party-with-alcoholic-drinks-people-enjoying-gathering-with-shooter-strategy_482257-48114.jpg", imageAlt: "LG C2 OLED 8K TV"},
|
||||
{
|
||||
id: "product-laptop",
|
||||
name: "Samsung Galaxy Book Ultra",
|
||||
price: "$1,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-outdoors_23-2148002460.jpg",
|
||||
imageAlt: "Samsung Galaxy Book Ultra Laptop",
|
||||
},
|
||||
id: "product-laptop", name: "Samsung Galaxy Book Ultra", price: "$1,899", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-outdoors_23-2148002460.jpg", imageAlt: "Samsung Galaxy Book Ultra Laptop"},
|
||||
{
|
||||
id: "product-phone",
|
||||
name: "Apple iPhone 15 Pro Max",
|
||||
price: "$1,199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vr-glasses-cell-phone-wooden-desk_1387-984.jpg",
|
||||
imageAlt: "Apple iPhone 15 Pro Max",
|
||||
},
|
||||
id: "product-phone", name: "Apple iPhone 15 Pro Max", price: "$1,199", imageSrc: "http://img.b2bpic.net/free-photo/vr-glasses-cell-phone-wooden-desk_1387-984.jpg", imageAlt: "Apple iPhone 15 Pro Max"},
|
||||
{
|
||||
id: "product-fridge",
|
||||
name: "LG InstaView Door-in-Door",
|
||||
price: "$2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821355.jpg",
|
||||
imageAlt: "LG InstaView Refrigerator",
|
||||
},
|
||||
id: "product-fridge", name: "LG InstaView Door-in-Door", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821355.jpg", imageAlt: "LG InstaView Refrigerator"},
|
||||
{
|
||||
id: "product-camera",
|
||||
name: "Sony Alpha 7 IV Mirrorless",
|
||||
price: "$2,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-camera-still-life_23-2150630665.jpg",
|
||||
imageAlt: "Sony Alpha 7 IV Camera",
|
||||
},
|
||||
id: "product-camera", name: "Sony Alpha 7 IV Mirrorless", price: "$2,299", imageSrc: "http://img.b2bpic.net/free-photo/photo-camera-still-life_23-2150630665.jpg", imageAlt: "Sony Alpha 7 IV Camera"},
|
||||
{
|
||||
id: "product-vacuum",
|
||||
name: "Xiaomi Robot Vacuum S10",
|
||||
price: "$499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829969.jpg",
|
||||
imageAlt: "Xiaomi Robot Vacuum",
|
||||
},
|
||||
id: "product-vacuum", name: "Xiaomi Robot Vacuum S10", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829969.jpg", imageAlt: "Xiaomi Robot Vacuum"},
|
||||
]}
|
||||
title="Featured Collections"
|
||||
description="Explore our handpicked selection of the latest innovations and best-selling electronics from top global brands."
|
||||
@@ -248,32 +153,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "AI-Powered Smart Search",
|
||||
description: "Find exactly what you need with real-time suggestions, predictive autocomplete, and comprehensive filtering across products, brands, and categories.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040196.jpg",
|
||||
imageAlt: "AI powered search bar",
|
||||
buttonIcon: "Search",
|
||||
title: "AI-Powered Smart Search", description: "Find exactly what you need with real-time suggestions, predictive autocomplete, and comprehensive filtering across products, brands, and categories.", imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040196.jpg", imageAlt: "AI powered search bar", buttonIcon: Search,
|
||||
},
|
||||
{
|
||||
title: "Personalized AI Assistant",
|
||||
description: "Your virtual shopping companion is always ready to help. Get instant product recommendations, budget-friendly suggestions, and natural language query support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg",
|
||||
imageAlt: "Floating AI assistant chat button",
|
||||
buttonIcon: "MessageSquare",
|
||||
title: "Personalized AI Assistant", description: "Your virtual shopping companion is always ready to help. Get instant product recommendations, budget-friendly suggestions, and natural language query support.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Floating AI assistant chat button", buttonIcon: MessageSquare,
|
||||
},
|
||||
{
|
||||
title: "Premium Product Pages",
|
||||
description: "Experience every detail with multi-angle galleries, zoom effects, full specifications, and authentic reviews. Dive deep into the products you love.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-shipping-internet-commerce-concept_53876-124434.jpg",
|
||||
imageAlt: "Detailed product page UI",
|
||||
buttonIcon: "Layers",
|
||||
title: "Premium Product Pages", description: "Experience every detail with multi-angle galleries, zoom effects, full specifications, and authentic reviews. Dive deep into the products you love.", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-shipping-internet-commerce-concept_53876-124434.jpg", imageAlt: "Detailed product page UI", buttonIcon: Layers,
|
||||
},
|
||||
{
|
||||
title: "Global Seamless Delivery",
|
||||
description: "Enjoy fast, reliable shipping across 150+ countries. Our advanced logistics ensure your premium electronics arrive securely and on time, every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662909.jpg",
|
||||
imageAlt: "Globe with shipping routes",
|
||||
buttonIcon: "Globe",
|
||||
title: "Global Seamless Delivery", description: "Enjoy fast, reliable shipping across 150+ countries. Our advanced logistics ensure your premium electronics arrive securely and on time, every time.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662909.jpg", imageAlt: "Globe with shipping routes", buttonIcon: Globe,
|
||||
},
|
||||
]}
|
||||
title="Intelligent Shopping, Redefined"
|
||||
@@ -285,25 +174,17 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
icon: Package,
|
||||
title: "Units Shipped",
|
||||
value: "500M+",
|
||||
},
|
||||
id: "metric-1", icon: Package,
|
||||
title: "Units Shipped", value: "500M+"},
|
||||
{
|
||||
id: "metric-2",
|
||||
icon: Globe,
|
||||
title: "Countries Served",
|
||||
value: "150+",
|
||||
},
|
||||
id: "metric-2", icon: Globe,
|
||||
title: "Countries Served", value: "150+"},
|
||||
{
|
||||
id: "metric-3",
|
||||
icon: Star,
|
||||
title: "Customer Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
id: "metric-3", icon: Star,
|
||||
title: "Customer Rating", value: "4.9/5"},
|
||||
]}
|
||||
title="Global Impact, Unmatched Excellence"
|
||||
description="Our commitment to quality, innovation, and customer satisfaction has driven us to achieve industry-leading milestones."
|
||||
@@ -315,18 +196,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"LG",
|
||||
"Samsung",
|
||||
"Apple",
|
||||
"Sony",
|
||||
"Toshiba",
|
||||
"Xiaomi",
|
||||
"DLC",
|
||||
"Philips",
|
||||
"Panasonic",
|
||||
"Bose",
|
||||
"JBL",
|
||||
]}
|
||||
"LG", "Samsung", "Apple", "Sony", "Toshiba", "Xiaomi", "DLC", "Philips", "Panasonic", "Bose", "JBL"]}
|
||||
title="Leading Brands, One Platform"
|
||||
description="We partner with the world's most innovative electronics manufacturers to bring you an unparalleled selection of cutting-edge technology."
|
||||
speed={50}
|
||||
@@ -342,50 +212,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Tech Enthusiast",
|
||||
company: "Innovate Labs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Tech Enthusiast", company: "Innovate Labs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
role: "Software Engineer",
|
||||
company: "Quantum Dynamics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-her-mouth-open_1187-3208.jpg",
|
||||
imageAlt: "Michael C.",
|
||||
},
|
||||
id: "t2", name: "Michael C.", role: "Software Engineer", company: "Quantum Dynamics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-her-mouth-open_1187-3208.jpg", imageAlt: "Michael C."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Product Manager",
|
||||
company: "Global Connect",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-man-street_158538-10239.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "t3", name: "Emily R.", role: "Product Manager", company: "Global Connect", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-man-street_158538-10239.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
role: "Architect",
|
||||
company: "Digital Horizon",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-tablet_23-2148468686.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "t4", name: "David K.", role: "Architect", company: "Digital Horizon", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-tablet_23-2148468686.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
role: "Creative Director",
|
||||
company: "ArtTech Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-cafe-visitor-businessman-working-laptop-holding-smartphone-showing_1258-245303.jpg",
|
||||
imageAlt: "Jessica L.",
|
||||
},
|
||||
id: "t5", name: "Jessica L.", role: "Creative Director", company: "ArtTech Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-cafe-visitor-businessman-working-laptop-holding-smartphone-showing_1258-245303.jpg", imageAlt: "Jessica L."},
|
||||
]}
|
||||
title="What Our Global Customers Say"
|
||||
description="Hear from satisfied customers worldwide who trust ElectroMart Global for their premium electronics needs and exceptional service."
|
||||
@@ -400,60 +240,30 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
price: "Free",
|
||||
subtitle: "Essential access for all users",
|
||||
buttons: [
|
||||
id: "basic", badge: "Standard", price: "Free", subtitle: "Essential access for all users", buttons: [
|
||||
{
|
||||
text: "Start Shopping",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Start Shopping", href: "#products"},
|
||||
],
|
||||
features: [
|
||||
"Standard Shipping",
|
||||
"Basic Support",
|
||||
"Product Warranty",
|
||||
],
|
||||
"Standard Shipping", "Basic Support", "Product Warranty"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Premium",
|
||||
badgeIcon: Crown,
|
||||
price: "$99/year",
|
||||
subtitle: "Elevate your electronics experience",
|
||||
buttons: [
|
||||
id: "premium", badge: "Premium", badgeIcon: Crown,
|
||||
price: "$99/year", subtitle: "Elevate your electronics experience", buttons: [
|
||||
{
|
||||
text: "Go Premium",
|
||||
href: "#",
|
||||
},
|
||||
text: "Go Premium", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Expedited Shipping",
|
||||
"Priority Customer Support",
|
||||
"Extended Warranty Protection",
|
||||
"Exclusive Member Discounts",
|
||||
],
|
||||
"Expedited Shipping", "Priority Customer Support", "Extended Warranty Protection", "Exclusive Member Discounts"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Elite",
|
||||
badgeIcon: Award,
|
||||
price: "$199/year",
|
||||
subtitle: "The ultimate luxury tech experience",
|
||||
buttons: [
|
||||
id: "elite", badge: "Elite", badgeIcon: Award,
|
||||
price: "$199/year", subtitle: "The ultimate luxury tech experience", buttons: [
|
||||
{
|
||||
text: "Unlock Elite",
|
||||
href: "#",
|
||||
},
|
||||
text: "Unlock Elite", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Express Global Shipping",
|
||||
"Dedicated Personal Assistant",
|
||||
"VIP Warranty & Repair",
|
||||
"Early Access to New Products",
|
||||
"Complimentary Tech Setup",
|
||||
],
|
||||
"Express Global Shipping", "Dedicated Personal Assistant", "VIP Warranty & Repair", "Early Access to New Products", "Complimentary Tech Setup"],
|
||||
},
|
||||
]}
|
||||
title="Unlock Premium Services"
|
||||
@@ -467,35 +277,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does the AI-powered search work?",
|
||||
content: "Our AI search uses machine learning to understand your queries, offering real-time suggestions and predictive autocomplete. It searches across products, brands, categories, and descriptions for precise results.",
|
||||
},
|
||||
id: "q1", title: "How does the AI-powered search work?", content: "Our AI search uses machine learning to understand your queries, offering real-time suggestions and predictive autocomplete. It searches across products, brands, categories, and descriptions for precise results."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can the AI Assistant recommend products based on my budget?",
|
||||
content: "Yes, our AI Assistant is designed to understand natural language requests like 'Show me washing machines under $1000' or 'Best LG TV for gaming' and provides tailored recommendations.",
|
||||
},
|
||||
id: "q2", title: "Can the AI Assistant recommend products based on my budget?", content: "Yes, our AI Assistant is designed to understand natural language requests like 'Show me washing machines under $1000' or 'Best LG TV for gaming' and provides tailored recommendations."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept major credit cards (Visa, MasterCard, Amex), PayPal, Apple Pay, Google Pay, and bank transfers for your convenience. Secure payment processing is guaranteed.",
|
||||
},
|
||||
id: "q3", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, MasterCard, Amex), PayPal, Apple Pay, Google Pay, and bank transfers for your convenience. Secure payment processing is guaranteed."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day satisfaction guarantee. If you're not entirely happy with your purchase, you can return it within 30 days for a full refund, provided it meets our return conditions.",
|
||||
},
|
||||
id: "q4", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not entirely happy with your purchase, you can return it within 30 days for a full refund, provided it meets our return conditions."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, ElectroMart Global provides expedited shipping to over 150 countries worldwide. Shipping costs and delivery times vary by destination.",
|
||||
},
|
||||
id: "q5", title: "Do you offer international shipping?", content: "Yes, ElectroMart Global provides expedited shipping to over 150 countries worldwide. Shipping costs and delivery times vary by destination."},
|
||||
{
|
||||
id: "q6",
|
||||
title: "How can I track my order?",
|
||||
content: "Once your order is shipped, you will receive a tracking number via email. You can use this number on our website's tracking page or the carrier's website to monitor your delivery status.",
|
||||
},
|
||||
id: "q6", title: "How can I track my order?", content: "Once your order is shipped, you will receive a tracking number via email. You can use this number on our website's tracking page or the carrier's website to monitor your delivery status."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common queries about our products, premium services, AI features, and shopping experience."
|
||||
@@ -507,8 +299,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Stay Connected"
|
||||
title="Join Our Exclusive Newsletter"
|
||||
description="Be the first to know about new product launches, exclusive offers, cutting-edge electronics news, and special events tailored for our community."
|
||||
@@ -529,61 +320,37 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Latest Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Latest Arrivals", href: "#products"},
|
||||
{
|
||||
label: "Best Sellers",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Best Sellers", href: "#products"},
|
||||
{
|
||||
label: "By Brand",
|
||||
href: "#brands",
|
||||
},
|
||||
label: "By Brand", href: "#brands"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Company",
|
||||
href: "#",
|
||||
},
|
||||
label: "Company", href: "#"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#features",
|
||||
},
|
||||
label: "About Us", href: "#features"},
|
||||
{
|
||||
label: "Our Vision",
|
||||
href: "#metrics",
|
||||
},
|
||||
label: "Our Vision", href: "#metrics"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user