Merge version_1 into main #1
356
src/app/page.tsx
356
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Bundles",
|
||||
id: "bundles",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Bundles", id: "bundles" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LuxeGadgets"
|
||||
/>
|
||||
@@ -55,99 +43,32 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Premium Gadgets. Unmatched Deals."
|
||||
description="Experience the pinnacle of technology. Direct WhatsApp support for exclusive luxury electronics."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
role: "Tech Blogger",
|
||||
company: "GizmoDaily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executive-using-mobile-phone_1170-1114.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
role: "Creative",
|
||||
company: "DesignStudio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-checking-website-stock-find-items-store-mall_482257-88626.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mark L.",
|
||||
role: "Manager",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-holding-tablet_23-2149722599.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena V.",
|
||||
role: "Founder",
|
||||
company: "StartUp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-promoting-cloths-from-thrift-store_23-2150952340.jpg",
|
||||
},
|
||||
{
|
||||
name: "John D.",
|
||||
role: "Developer",
|
||||
company: "TechLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{ name: "Alex R.", handle: "GizmoDaily", testimonial: "Great service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-executive-using-mobile-phone_1170-1114.jpg" },
|
||||
{ name: "Sarah K.", handle: "DesignStudio", testimonial: "High quality products.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-checking-website-stock-find-items-store-mall_482257-88626.jpg" },
|
||||
{ name: "Mark L.", handle: "TechCorp", testimonial: "Very fast delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-holding-tablet_23-2149722599.jpg" },
|
||||
{ name: "Elena V.", handle: "StartUp", testimonial: "Satisfied customer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-promoting-cloths-from-thrift-store_23-2150952340.jpg" },
|
||||
{ name: "John D.", handle: "TechLab", testimonial: "Premium feel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-vr-glasses-earphones-arrangement_23-2148847751.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-holding-tablet-looking-it-with-confident-smile-face-standing-office_141793-21247.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-looking-his-phone_23-2148746288.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-businesswoman-using-her-smartphone_23-2148142808.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310955.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-shopper-with-beverage_23-2147652082.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-holding-tablet-looking-it-with-confident-smile-face-standing-office_141793-21247.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-looking-his-phone_23-2148746288.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/brunette-businesswoman-using-her-smartphone_23-2148142808.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310955.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-shopper-with-beverage_23-2147652082.jpg", alt: "Customer" },
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ tech lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Free Express Shipping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Verified Tax Invoices",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cash on Delivery",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Guarantee",
|
||||
},
|
||||
{ type: "text", text: "Free Express Shipping" },
|
||||
{ type: "text", text: "Verified Tax Invoices" },
|
||||
{ type: "text", text: "Cash on Delivery" },
|
||||
{ type: "text", text: "24/7 Support" },
|
||||
{ type: "text", text: "Premium Guarantee" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"LuxeDaily",
|
||||
"TechReviewer",
|
||||
"GadgetHub",
|
||||
"AudioPros",
|
||||
"TechWorld",
|
||||
"SmartHome",
|
||||
"MobileGeek",
|
||||
]}
|
||||
names={["LuxeDaily", "TechReviewer", "GadgetHub", "AudioPros", "TechWorld", "SmartHome", "MobileGeek"]}
|
||||
title="Trusted by Thousands"
|
||||
description="Join our community of premium electronics consumers."
|
||||
/>
|
||||
@@ -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() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="LuxeGadgets"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user