Update src/app/page.tsx
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -33,21 +33,13 @@ 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: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="AliExpress Deals"
|
||||
/>
|
||||
@@ -56,31 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Exclusive Bundle Deals"
|
||||
description="Unlock massive savings on our curated tech collections. Limited time offers only."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sale-discount-promotion-special-offer-graphic-concept_53876-122378.jpg?_wi=1",
|
||||
imageAlt: "bundle deals ecommerce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sale-discount-promotion-special-offer-graphic-concept_53876-122378.jpg", imageAlt: "bundle deals ecommerce"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-event-elements-miniature_23-2148675062.jpg",
|
||||
imageAlt: "bundle deals ecommerce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-event-elements-miniature_23-2148675062.jpg", imageAlt: "bundle deals ecommerce"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072224.jpg",
|
||||
imageAlt: "bundle deals ecommerce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072224.jpg", imageAlt: "bundle deals ecommerce"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-deals-shopping_23-2152027045.jpg",
|
||||
imageAlt: "bundle deals ecommerce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-deals-shopping_23-2152027045.jpg", imageAlt: "bundle deals ecommerce"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sale-discount-promotion-special-offer-graphic-concept_53876-120872.jpg",
|
||||
imageAlt: "bundle deals ecommerce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sale-discount-promotion-special-offer-graphic-concept_53876-120872.jpg", imageAlt: "bundle deals ecommerce"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -94,50 +75,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "TechPro",
|
||||
name: "Smart Accessory Bundle",
|
||||
price: "$49.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-assortment_23-2149055925.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "TechPro", name: "Smart Accessory Bundle", price: "$49.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-assortment_23-2149055925.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "AudioGen",
|
||||
name: "Studio Sound Kit",
|
||||
price: "$89.99",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-girl-electronics-store-stands-desk-tests-phone_78826-3427.jpg?_wi=1",
|
||||
},
|
||||
id: "2", brand: "AudioGen", name: "Studio Sound Kit", price: "$89.99", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-girl-electronics-store-stands-desk-tests-phone_78826-3427.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "WearTech",
|
||||
name: "Fitness Companion Set",
|
||||
price: "$129.00",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837332.jpg",
|
||||
},
|
||||
id: "3", brand: "WearTech", name: "Fitness Companion Set", price: "$129.00", rating: 4,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837332.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "GameZone",
|
||||
name: "Pro Gaming Gear Set",
|
||||
price: "$159.99",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-keyboard-desk_23-2149680271.jpg",
|
||||
},
|
||||
id: "4", brand: "GameZone", name: "Pro Gaming Gear Set", price: "$159.99", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-keyboard-desk_23-2149680271.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "OpticLens",
|
||||
name: "Photo Accessory Pro",
|
||||
price: "$65.00",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-looking-camera-front-view_23-2148424429.jpg",
|
||||
},
|
||||
id: "5", brand: "OpticLens", name: "Photo Accessory Pro", price: "$65.00", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-looking-camera-front-view_23-2148424429.jpg"},
|
||||
]}
|
||||
title="Top Trending Bundles"
|
||||
description="Hand-picked tech gadgets bundled for maximum value."
|
||||
@@ -151,49 +102,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Verified Quality",
|
||||
description: "Every item is rigorously tested.",
|
||||
icon: CheckCircle,
|
||||
title: "Verified Quality", description: "Every item is rigorously tested.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-spa-composition-with-skin-care-products-blue-background_169016-21133.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-spa-composition-with-skin-care-products-blue-background_169016-21133.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-wireless-earbuds_53876-98089.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-wireless-earbuds_53876-98089.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sale-discount-promotion-special-offer-graphic-concept_53876-122378.jpg?_wi=2",
|
||||
imageAlt: "smartphone accessories",
|
||||
},
|
||||
{
|
||||
title: "Unbeatable Prices",
|
||||
description: "Curated for maximum savings.",
|
||||
icon: Zap,
|
||||
title: "Unbeatable Prices", description: "Curated for maximum savings.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084005.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084005.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gaming-setup-with-computer_23-2149829138.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gaming-setup-with-computer_23-2149829138.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-assortment_23-2149055925.jpg?_wi=2",
|
||||
imageAlt: "smartphone accessories",
|
||||
},
|
||||
{
|
||||
title: "Global Shipping",
|
||||
description: "Delivered anywhere in the world.",
|
||||
icon: Globe,
|
||||
title: "Global Shipping", description: "Delivered anywhere in the world.", icon: Globe,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/film-cassette-tape-near-cameras_23-2147852280.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/film-cassette-tape-near-cameras_23-2147852280.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-mobile-connect-battery-power-bank_93675-129752.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-mobile-connect-battery-power-bank_93675-129752.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-girl-electronics-store-stands-desk-tests-phone_78826-3427.jpg?_wi=2",
|
||||
imageAlt: "smartphone accessories",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Bundles"
|
||||
@@ -209,25 +142,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10M+",
|
||||
title: "Products Sold",
|
||||
description: "Global reach",
|
||||
icon: Package,
|
||||
id: "m1", value: "10M+", title: "Products Sold", description: "Global reach", icon: Package,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99%",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Customer happiness",
|
||||
icon: Smile,
|
||||
id: "m2", value: "99%", title: "Satisfaction Rate", description: "Customer happiness", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Daily Deals",
|
||||
description: "New items added",
|
||||
icon: TrendingUp,
|
||||
id: "m3", value: "500+", title: "Daily Deals", description: "New items added", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -240,14 +161,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Apple",
|
||||
"Samsung",
|
||||
"Sony",
|
||||
"Dell",
|
||||
]}
|
||||
"Microsoft", "Google", "Amazon", "Apple", "Samsung", "Sony", "Dell"]}
|
||||
title="Trusted Globally"
|
||||
description="Working with industry leaders."
|
||||
/>
|
||||
@@ -260,59 +174,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Tech Enthusiast",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-entrepreneur-browsing-internet-tablet-relaxing-workplace_482257-90423.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Tech Enthusiast", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-entrepreneur-browsing-internet-tablet-relaxing-workplace_482257-90423.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Developer",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Developer", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Designer",
|
||||
company: "CreativeStudio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Designer", company: "CreativeStudio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-woman-phone_23-2148363578.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-woman-phone_23-2148363578.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Smith",
|
||||
role: "Digital Marketer",
|
||||
company: "GrowthHub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg",
|
||||
},
|
||||
id: "5", name: "Anna Smith", role: "Digital Marketer", company: "GrowthHub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Avg Rating"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "10k+", label: "Reviews"},
|
||||
{
|
||||
value: "Fast",
|
||||
label: "Support",
|
||||
},
|
||||
value: "Fast", label: "Support"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from satisfied shoppers."
|
||||
@@ -325,20 +208,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How to track my order?",
|
||||
content: "You can track your order using the link sent via email.",
|
||||
},
|
||||
id: "f1", title: "How to track my order?", content: "You can track your order using the link sent via email."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Return policy?",
|
||||
content: "We offer a 30-day return policy for all products.",
|
||||
},
|
||||
id: "f2", title: "Return policy?", content: "We offer a 30-day return policy for all products."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "International shipping?",
|
||||
content: "Yes, we ship globally.",
|
||||
},
|
||||
id: "f3", title: "International shipping?", content: "Yes, we ship globally."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our deals."
|
||||
@@ -352,8 +226,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Stay Updated"
|
||||
title="Subscribe to Our Newsletter"
|
||||
description="Get daily deals directly to your inbox."
|
||||
@@ -364,29 +237,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
{
|
||||
label: "Track Order",
|
||||
href: "#",
|
||||
},
|
||||
label: "Track Order", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user