Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 23:21:48 +00:00

View File

@@ -29,56 +29,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Features",
id: "features",
},
{
name: "Products",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Features", id: "features" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Ray Gadgets"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Future of Gadgets, Today."
description="Experience the next generation of technology with Ray Gadgets. Our collection brings premium performance to your fingertips."
tag="New Arrivals 2024"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/person-using-smartphone-his-automated-home_23-2149036912.jpg?_wi=1",
imageAlt: "Smartphone display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-futuristic-high-tech-virtual-reality-glasses_23-2151141680.jpg?_wi=1",
imageAlt: "Wireless headphones",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-desk-with-gadgets_23-2148210371.jpg?_wi=1",
imageAlt: "Wireless charging dock",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-keyboard-with-lights_23-2149680276.jpg?_wi=1",
imageAlt: "Mechanical keyboard",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=1",
imageAlt: "Smart home hub",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/person-using-smartphone-his-automated-home_23-2149036912.jpg", imageAlt: "Smartphone display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-futuristic-high-tech-virtual-reality-glasses_23-2151141680.jpg", imageAlt: "Wireless headphones" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -93,24 +62,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Ultra Fast Delivery",
description: "Get your tech essentials shipped and delivered in 24-48 hours.",
imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-mechanic-computerizing-operations-monitoring-energy-consumption_482257-126008.jpg",
imageAlt: "Fast delivery icon",
},
{
title: "Verified Quality",
description: "Every single gadget undergoes a 50-point quality check.",
imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-60008.jpg",
imageAlt: "Quality check",
},
{
title: "Secure Transactions",
description: "Your security is our priority. Encrypted payments guaranteed.",
imageSrc: "http://img.b2bpic.net/free-photo/yellow-triangle-warning-sign-icon-isolated_53876-71267.jpg",
imageAlt: "Security shield",
},
{ title: "Ultra Fast Delivery", description: "Get your tech essentials shipped and delivered in 24-48 hours.", imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-mechanic-computerizing-operations-monitoring-energy-consumption_482257-126008.jpg", imageAlt: "Fast delivery icon" },
{ title: "Verified Quality", description: "Every single gadget undergoes a 50-point quality check.", imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-60008.jpg", imageAlt: "Quality check" },
{ title: "Secure Transactions", description: "Your security is our priority. Encrypted payments guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-triangle-warning-sign-icon-isolated_53876-71267.jpg", imageAlt: "Security shield" },
]}
title="Why Choose Ray Gadgets?"
description="We blend cutting-edge performance with aesthetic perfection."
@@ -124,42 +78,12 @@ export default function LandingPage() {
gridVariant="full-width-top-items-bottom-row"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Wireless Charging Dock",
price: "$49.99",
imageSrc: "http://img.b2bpic.net/free-photo/white-desk-with-gadgets_23-2148210371.jpg?_wi=2",
},
{
id: "p2",
name: "Smart Fitness Watch",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-smartwatch-wearable-gadget_53876-97894.jpg?_wi=1",
},
{
id: "p3",
name: "Pro Audio Earbuds",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/headphones-record-player_23-2147781816.jpg?_wi=1",
},
{
id: "p4",
name: "Mechanical Keyboard",
price: "$159.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-keyboard-with-lights_23-2149680276.jpg?_wi=2",
},
{
id: "p5",
name: "Smart Home Hub",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=2",
},
{
id: "p6",
name: "Power Bank 20K",
price: "$59.99",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smartphone-with-connected-headphones-wooden-surface_181624-4198.jpg",
},
{ id: "p1", name: "Wireless Charging Dock", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/white-desk-with-gadgets_23-2148210371.jpg" },
{ id: "p2", name: "Smart Fitness Watch", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-smartwatch-wearable-gadget_53876-97894.jpg" },
{ id: "p3", name: "Pro Audio Earbuds", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/headphones-record-player_23-2147781816.jpg" },
{ id: "p4", name: "Mechanical Keyboard", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-keyboard-with-lights_23-2149680276.jpg" },
{ id: "p5", name: "Smart Home Hub", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg" },
{ id: "p6", name: "Power Bank 20K", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smartphone-with-connected-headphones-wooden-surface_181624-4198.jpg" },
]}
title="Top Trending Gadgets"
description="Explore our curated collection of must-have tech."
@@ -171,61 +95,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex R.",
date: "Oct 2023",
title: "Great products!",
quote: "Ray Gadgets exceeded my expectations. Shipping was fast and the quality is premium.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-isolated-background-skeptic-nervous-disapproving-expression-face-with-crossed-arms-negative-person_839833-34739.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-using-smartphone-his-automated-home_23-2149036912.jpg?_wi=2",
imageAlt: "smartphone on dark table",
},
{
id: "t2",
name: "Sarah J.",
date: "Nov 2023",
title: "Perfect fit",
quote: "I love my new fitness watch. Best gadget purchase in a long time.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-with-short-curly-hair-wireless-earphon_574295-3796.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-futuristic-high-tech-virtual-reality-glasses_23-2151141680.jpg?_wi=2",
imageAlt: "wireless headphones studio",
},
{
id: "t3",
name: "Mark D.",
date: "Dec 2023",
title: "Fast service",
quote: "The mechanical keyboard feels amazing and works perfectly.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-focus-concentration_181624-26347.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-desk-with-gadgets_23-2148210371.jpg?_wi=3",
imageAlt: "wireless charger desk",
},
{
id: "t4",
name: "Emily P.",
date: "Jan 2024",
title: "Highly recommend",
quote: "Super impressed with the customer service and packaging. Five stars.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-smartwatch-wearable-gadget_53876-97894.jpg?_wi=2",
imageAlt: "smartwatch on black table",
},
{
id: "t5",
name: "James K.",
date: "Feb 2024",
title: "Awesome tech",
quote: "The wireless charger dock is a game changer for my desk setup.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-editing-her-product-photos_23-2149060884.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/headphones-record-player_23-2147781816.jpg?_wi=2",
imageAlt: "wireless earbuds case",
},
{ id: "t1", name: "Alex R.", date: "Oct 2023", title: "Great products!", quote: "Ray Gadgets exceeded my expectations. Shipping was fast and the quality is premium.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-isolated-background-skeptic-nervous-disapproving-expression-face-with-crossed-arms-negative-person_839833-34739.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-using-smartphone-his-automated-home_23-2149036912.jpg", imageAlt: "smartphone on dark table" },
{ id: "t2", name: "Sarah J.", date: "Nov 2023", title: "Perfect fit", quote: "I love my new fitness watch. Best gadget purchase in a long time.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-with-short-curly-hair-wireless-earphon_574295-3796.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-futuristic-high-tech-virtual-reality-glasses_23-2151141680.jpg", imageAlt: "wireless headphones studio" },
{ id: "t3", name: "Mark D.", date: "Dec 2023", title: "Fast service", quote: "The mechanical keyboard feels amazing and works perfectly.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-focus-concentration_181624-26347.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-desk-with-gadgets_23-2148210371.jpg", imageAlt: "wireless charger desk" },
{ id: "t4", name: "Emily P.", date: "Jan 2024", title: "Highly recommend", quote: "Super impressed with the customer service and packaging. Five stars.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-smartwatch-wearable-gadget_53876-97894.jpg", imageAlt: "smartwatch on black table" },
{ id: "t5", name: "James K.", date: "Feb 2024", title: "Awesome tech", quote: "The wireless charger dock is a game changer for my desk setup.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-editing-her-product-photos_23-2149060884.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headphones-record-player_23-2147781816.jpg", imageAlt: "wireless earbuds case" },
]}
title="Loved by Tech Lovers"
description="Our customers are at the heart of everything we do."
@@ -235,9 +109,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Stay Connected"
description="Sign up for exclusive offers and tech news."
tag="Join the Newsletter"
@@ -247,34 +119,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Shop All",
href: "#",
},
{
label: "About Us",
href: "#",
},
{
label: "Support",
href: "#",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ items: [{ label: "Shop All", href: "#" }, { label: "About Us", href: "#" }, { label: "Support", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Ray Gadgets"
/>