Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-11 19:47:22 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Shopify" brandName="Shopify"
/> />
@@ -58,9 +50,7 @@ export default function LandingPage() {
description="Discover the latest in premium tech essentials, handpicked for your lifestyle. High-quality gear delivered straight to your door." description="Discover the latest in premium tech essentials, handpicked for your lifestyle. High-quality gear delivered straight to your door."
buttons={[ buttons={[
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera_1258-118273.jpg" imageSrc="http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera_1258-118273.jpg"
/> />
@@ -73,17 +63,11 @@ export default function LandingPage() {
description="We bridge the gap between quality manufacturers and passionate consumers. With thousands of products, we ensure every item meets our strict quality standards." description="We bridge the gap between quality manufacturers and passionate consumers. With thousands of products, we ensure every item meets our strict quality standards."
metrics={[ metrics={[
{ {
value: "50K+", value: "50K+", title: "Products Shipped"},
title: "Products Shipped",
},
{ {
value: "98%", value: "98%", title: "Customer Satisfaction"},
title: "Customer Satisfaction",
},
{ {
value: "15+", value: "15+", title: "Global Warehouses"},
title: "Global Warehouses",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/delivery-team-review-shipment-logistics-looking-list-products-order-details-storage-room-young-people-checking-inventory-list-computer-working-quality-control-handheld-shot_482257-63352.jpg" imageSrc="http://img.b2bpic.net/free-photo/delivery-team-review-shipment-logistics-looking-list-products-order-details-storage-room-young-people-checking-inventory-list-computer-working-quality-control-handheld-shot_482257-63352.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -97,40 +81,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
tag: "Fast", tag: "Fast", title: "Rapid Delivery", subtitle: "Get it quick", description: "Shipping in 24 hours globally.", imageSrc: "http://img.b2bpic.net/free-photo/it-admin-writes-ai-code-laptop_482257-91025.jpg"},
title: "Rapid Delivery",
subtitle: "Get it quick",
description: "Shipping in 24 hours globally.",
imageSrc: "http://img.b2bpic.net/free-photo/it-admin-writes-ai-code-laptop_482257-91025.jpg",
},
{ {
tag: "Safe", tag: "Safe", title: "Secure Payments", subtitle: "Shop with peace", description: "100% encrypted checkout process.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041858.jpg"},
title: "Secure Payments",
subtitle: "Shop with peace",
description: "100% encrypted checkout process.",
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041858.jpg",
},
{ {
tag: "Support", tag: "Support", title: "24/7 Service", subtitle: "Always here", description: "Our experts are ready to help.", imageSrc: "http://img.b2bpic.net/free-photo/tracking-computing-talk-lens-flare-close-up_1134-674.jpg"},
title: "24/7 Service",
subtitle: "Always here",
description: "Our experts are ready to help.",
imageSrc: "http://img.b2bpic.net/free-photo/tracking-computing-talk-lens-flare-close-up_1134-674.jpg",
},
{ {
tag: "Reliable", tag: "Reliable", title: "Quality Assured", subtitle: "Verified goods", description: "Every item undergoes rigorous checking.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-specialist-high-tech-facility-providing-secure-scalable-reliable-infrastructure-storing-processing-analyzing-large-datasets-generated-by-artificial-intelligence_482257-70165.jpg"},
title: "Quality Assured",
subtitle: "Verified goods",
description: "Every item undergoes rigorous checking.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-specialist-high-tech-facility-providing-secure-scalable-reliable-infrastructure-storing-processing-analyzing-large-datasets-generated-by-artificial-intelligence_482257-70165.jpg",
},
{ {
tag: "Global", tag: "Global", title: "Worldwide Reach", subtitle: "Border-free", description: "Serving customers in over 150 nations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-workers-doing-high-five-storehouse-after-finishing-packing-helmet-orders-cardboard-box-celebrating-triumph-smiling-diverse-team-discussing-transportation-logistics-warehouse_482257-62328.jpg"},
title: "Worldwide Reach",
subtitle: "Border-free",
description: "Serving customers in over 150 nations.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-workers-doing-high-five-storehouse-after-finishing-packing-helmet-orders-cardboard-box-celebrating-triumph-smiling-diverse-team-discussing-transportation-logistics-warehouse_482257-62328.jpg",
},
]} ]}
title="Why Shop With Us" title="Why Shop With Us"
description="We are dedicated to providing the best shopping experience possible." description="We are dedicated to providing the best shopping experience possible."
@@ -145,59 +104,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "AudioTech", name: "Wireless Headphones", price: "$199", rating: 5,
brand: "AudioTech", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309664.jpg"},
name: "Wireless Headphones",
price: "$199",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309664.jpg",
},
{ {
id: "p2", id: "p2", brand: "TimePiece", name: "Smart Watch Series", price: "$299", rating: 4,
brand: "TimePiece", reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/gear-wireless-screen-gadget-pda_1127-2585.jpg"},
name: "Smart Watch Series",
price: "$299",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/gear-wireless-screen-gadget-pda_1127-2585.jpg",
},
{ {
id: "p3", id: "p3", brand: "OpticLens", name: "Pro Camera", price: "$899", rating: 5,
brand: "OpticLens", reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072191.jpg"},
name: "Pro Camera",
price: "$899",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072191.jpg",
},
{ {
id: "p4", id: "p4", brand: "ClickKey", name: "Mechanical Keyboard", price: "$129", rating: 4,
brand: "ClickKey", reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg"},
name: "Mechanical Keyboard",
price: "$129",
rating: 4,
reviewCount: "56",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg",
},
{ {
id: "p5", id: "p5", brand: "SonicFlow", name: "Smart Speaker", price: "$79", rating: 5,
brand: "SonicFlow", reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309689.jpg"},
name: "Smart Speaker",
price: "$79",
rating: 5,
reviewCount: "340",
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309689.jpg",
},
{ {
id: "p6", id: "p6", brand: "PowerUp", name: "Fast Charger", price: "$45", rating: 4,
brand: "PowerUp", reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-charging_58702-4468.jpg"},
name: "Fast Charger",
price: "$45",
rating: 4,
reviewCount: "112",
imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-charging_58702-4468.jpg",
},
]} ]}
title="Featured Products" title="Featured Products"
description="Explore our curated collection of must-have tech essentials." description="Explore our curated collection of must-have tech essentials."
@@ -206,51 +129,22 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwo <TestimonialCardTwo
animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Johnson", role: "CEO", testimonial: "Excellent service and fast shipping. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880266.jpg"},
name: "Sarah Johnson",
role: "CEO",
testimonial: "Excellent service and fast shipping. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880266.jpg",
},
{ {
id: "t2", id: "t2", name: "Michael Chen", role: "Designer", testimonial: "The products are high quality and well packed.", imageSrc: "http://img.b2bpic.net/free-photo/blur-hospital-clinic-interior_74190-5193.jpg"},
name: "Michael Chen",
role: "Designer",
testimonial: "The products are high quality and well packed.",
imageSrc: "http://img.b2bpic.net/free-photo/blur-hospital-clinic-interior_74190-5193.jpg",
},
{ {
id: "t3", id: "t3", name: "Emily Davis", role: "Photographer", testimonial: "Best tech gear store, I shop here for everything.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg"},
name: "Emily Davis",
role: "Photographer",
testimonial: "Best tech gear store, I shop here for everything.",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
},
{ {
id: "t4", id: "t4", name: "David Kim", role: "Developer", testimonial: "Fast support and great prices on everything.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera-with-shopping-bag-blue-pastel-background-copy-space_1258-836.jpg"},
name: "David Kim",
role: "Developer",
testimonial: "Fast support and great prices on everything.",
imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera-with-shopping-bag-blue-pastel-background-copy-space_1258-836.jpg",
},
{ {
id: "t5", id: "t5", name: "Jessica Lee", role: "Editor", testimonial: "Everything I bought was perfect as described.", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-casual-businesswoman-coat-with-laptop-happily-looking-camera-outdoor_574295-2167.jpg"},
name: "Jessica Lee",
role: "Editor",
testimonial: "Everything I bought was perfect as described.",
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-casual-businesswoman-coat-with-laptop-happily-looking-camera-outdoor_574295-2167.jpg",
},
{ {
id: "t6", id: "t6", name: "Robert Miller", role: "Manager", testimonial: "Trustworthy store with great attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-woman-carrying-shopping-bags_1170-808.jpg"},
name: "Robert Miller",
role: "Manager",
testimonial: "Trustworthy store with great attention to detail.",
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-woman-carrying-shopping-bags_1170-808.jpg",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Join thousands of satisfied shoppers worldwide." description="Join thousands of satisfied shoppers worldwide."
@@ -262,14 +156,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Microsoft", "Microsoft", "Google", "Apple", "Amazon", "Intel", "Samsung", "Sony"]}
"Google",
"Apple",
"Amazon",
"Intel",
"Samsung",
"Sony",
]}
title="Trusted By Global Brands" title="Trusted By Global Brands"
description="We collaborate with the world's leading companies to bring the best tech to your door." description="We collaborate with the world's leading companies to bring the best tech to your door."
/> />
@@ -281,20 +168,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you offer international shipping?", content: "Yes, we ship to over 150 countries worldwide."},
title: "Do you offer international shipping?",
content: "Yes, we ship to over 150 countries worldwide.",
},
{ {
id: "f2", id: "f2", title: "How can I track my order?", content: "You will receive an email with tracking details as soon as it ships."},
title: "How can I track my order?",
content: "You will receive an email with tracking details as soon as it ships.",
},
{ {
id: "f3", id: "f3", title: "What is your return policy?", content: "We offer free returns within 30 days of purchase."},
title: "What is your return policy?",
content: "We offer free returns within 30 days of purchase.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/standard-quality-control-collage_23-2149631020.jpg" imageSrc="http://img.b2bpic.net/free-photo/standard-quality-control-collage_23-2149631020.jpg"
title="Frequently Asked Questions" title="Frequently Asked Questions"
@@ -310,22 +188,14 @@ export default function LandingPage() {
description="Our support team is ready to answer your questions and assist with your orders." description="Our support team is ready to answer your questions and assist with your orders."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "How can we help?", rows: 4,
placeholder: "How can we help?",
rows: 4,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/laptop-mouse-near-coffee-notebook_23-2147777794.jpg" imageSrc="http://img.b2bpic.net/free-photo/laptop-mouse-near-coffee-notebook_23-2147777794.jpg"
/> />
@@ -335,54 +205,33 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ {
label: "All Products", label: "All Products", href: "#products"},
href: "#products",
},
{ {
label: "New Arrivals", label: "New Arrivals", href: "#"},
href: "#",
},
{ {
label: "Best Sellers", label: "Best Sellers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About", label: "About", href: "#"},
href: "#",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Returns", label: "Returns", href: "#"},
href: "#",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}