Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-18 06:18:33 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Computers",
id: "#products",
},
{
name: "Security",
id: "#products",
},
{
name: "Pricing",
id: "#pricing",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Computers", id: "#products" },
{ name: "Security", id: "#products" },
{ name: "Pricing", id: "#pricing" },
{ name: "Contact", id: "#contact" },
]}
brandName="XYZ Tech"
/>
@@ -56,103 +44,32 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Smart Tech & Security Solutions You Trust"
description="Shop high-performance computers, laptops, and advanced home security systems all in one place. Backed by warranty, fast delivery, and expert support."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahtech",
testimonial: "The best laptop performance I've experienced. Seamless delivery!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150281037.jpg?_wi=1",
imageAlt: "tech store computer security equipment",
},
{
name: "Mark D.",
handle: "@markhome",
testimonial: "CCTV setup was easy and reliable. Very happy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gaming-room-no-people-equiped-with-rgb-powerful-personal-computer-online-videogames-tournament-gaming-chair-first-person-shooter-game-screen-cozy-room-with-neon-light_482257-12428.jpg?_wi=1",
imageAlt: "tech store computer security equipment",
},
{
name: "Emily R.",
handle: "@emilybiz",
testimonial: "Top-notch customer support and high-quality accessories.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924125.jpg?_wi=1",
imageAlt: "tech store computer security equipment",
},
{
name: "David K.",
handle: "@davidsec",
testimonial: "Advanced security solutions that actually work as described.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/home-automation-with-device_23-2148994123.jpg?_wi=1",
imageAlt: "tech store computer security equipment",
},
{
name: "Chloe L.",
handle: "@chloetech",
testimonial: "Excellent pricing for students. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/empty-office-desk-with-computer-screen-showing-terminal-windows_482257-126357.jpg?_wi=1",
imageAlt: "tech store computer security equipment",
},
{ name: "Sarah J.", handle: "@sarahtech", testimonial: "The best laptop performance I've experienced. Seamless delivery!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150281037.jpg", imageAlt: "tech store computer security equipment" },
{ name: "Mark D.", handle: "@markhome", testimonial: "CCTV setup was easy and reliable. Very happy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gaming-room-no-people-equiped-with-rgb-powerful-personal-computer-online-videogames-tournament-gaming-chair-first-person-shooter-game-screen-cozy-room-with-neon-light_482257-12428.jpg", imageAlt: "tech store computer security equipment" },
{ name: "Emily R.", handle: "@emilybiz", testimonial: "Top-notch customer support and high-quality accessories.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924125.jpg", imageAlt: "tech store computer security equipment" },
{ name: "David K.", handle: "@davidsec", testimonial: "Advanced security solutions that actually work as described.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/home-automation-with-device_23-2148994123.jpg", imageAlt: "tech store computer security equipment" },
{ name: "Chloe L.", handle: "@chloetech", testimonial: "Excellent pricing for students. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-office-desk-with-computer-screen-showing-terminal-windows_482257-126357.jpg", imageAlt: "tech store computer security equipment" },
]}
buttons={[
{
text: "Shop Now",
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150281037.jpg?_wi=2"
buttons={[{ text: "Shop Now", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150281037.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518184.jpg",
alt: "Customer portrait 1",
},
{
src: "http://img.b2bpic.net/free-photo/surprised-girl-with-laptop-girl-laptop-technology-concept_169016-65335.jpg",
alt: "Customer portrait 2",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-excited-happy-young-man-sitting-counter-cafe-working-laptop-drinking-coffee-listening-music-wireless-headphones-singing-high-note_1258-314737.jpg",
alt: "Customer portrait 3",
},
{
src: "http://img.b2bpic.net/free-photo/lifestyle-portrait-happy-excited-young-man-sitting-coffee-shop-with-laptop-headphones-dancing-his-chair-enjoying-great-quality-sound-streaming-favourite-songs_1258-314657.jpg",
alt: "Customer portrait 4",
},
{
src: "http://img.b2bpic.net/free-photo/entrepreneur-working-home-office-desk-laptop-writing-notebook_482257-114440.jpg",
alt: "Customer portrait 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518184.jpg", alt: "Customer portrait 1" },
{ src: "http://img.b2bpic.net/free-photo/surprised-girl-with-laptop-girl-laptop-technology-concept_169016-65335.jpg", alt: "Customer portrait 2" },
{ src: "http://img.b2bpic.net/free-photo/portrait-excited-happy-young-man-sitting-counter-cafe-working-laptop-drinking-coffee-listening-music-wireless-headphones-singing-high-note_1258-314737.jpg", alt: "Customer portrait 3" },
{ src: "http://img.b2bpic.net/free-photo/lifestyle-portrait-happy-excited-young-man-sitting-coffee-shop-with-laptop-headphones-dancing-his-chair-enjoying-great-quality-sound-streaming-favourite-songs_1258-314657.jpg", alt: "Customer portrait 4" },
{ src: "http://img.b2bpic.net/free-photo/entrepreneur-working-home-office-desk-laptop-writing-notebook_482257-114440.jpg", alt: "Customer portrait 5" },
]}
avatarText="Trusted by 10,000+ customers"
marqueeItems={[
{
type: "text",
text: "High Performance",
},
{
type: "text",
text: "Secure Systems",
},
{
type: "text",
text: "Expert Support",
},
{
type: "text",
text: "Fast Delivery",
},
{
type: "text",
text: "Warranty Backed",
},
{ type: "text", text: "High Performance" },
{ type: "text", text: "Secure Systems" },
{ type: "text", text: "Expert Support" },
{ type: "text", text: "Fast Delivery" },
{ type: "text", text: "Warranty Backed" },
]}
/>
</div>
@@ -163,21 +80,9 @@ export default function LandingPage() {
title="Our Impact in Numbers"
tag="Reliability Metrics"
metrics={[
{
id: "1",
value: "10,000+",
description: "Happy Tech Customers",
},
{
id: "2",
value: "5,000+",
description: "Security Systems Installed",
},
{
id: "3",
value: "99.9%",
description: "Uptime Satisfaction Rate",
},
{ id: "1", value: "10,000+", description: "Happy Tech Customers" },
{ id: "2", value: "5,000+", description: "Security Systems Installed" },
{ id: "3", value: "99.9%", description: "Uptime Satisfaction Rate" },
]}
metricsAnimation="slide-up"
/>
@@ -189,30 +94,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Advanced Performance",
description: "Hardware curated for maximum speed and reliability.",
bentoComponent: "reveal-icon",
icon: Database,
imageSrc: "http://img.b2bpic.net/free-photo/laptop-bed-night-light-from-laptop-screen-top-view_169016-51291.jpg",
imageAlt: "Laptop on the bed at night light from the laptop screen top view",
},
{
title: "Smart Security",
description: "24/7 protection with smart monitoring and alerts.",
bentoComponent: "reveal-icon",
icon: ShieldCheck,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150281037.jpg?_wi=3",
imageAlt: "Laptop on the bed at night light from the laptop screen top view",
},
{
title: "Expert Support",
description: "Our team is ready to help 7 days a week.",
bentoComponent: "reveal-icon",
icon: Headphones,
imageSrc: "http://img.b2bpic.net/free-photo/gaming-room-no-people-equiped-with-rgb-powerful-personal-computer-online-videogames-tournament-gaming-chair-first-person-shooter-game-screen-cozy-room-with-neon-light_482257-12428.jpg?_wi=2",
imageAlt: "Laptop on the bed at night light from the laptop screen top view",
},
{ title: "Advanced Performance", description: "Hardware curated for maximum speed and reliability.", bentoComponent: "reveal-icon", icon: Database },
{ title: "Smart Security", description: "24/7 protection with smart monitoring and alerts.", bentoComponent: "reveal-icon", icon: ShieldCheck },
{ title: "Expert Support", description: "Our team is ready to help 7 days a week.", bentoComponent: "reveal-icon", icon: Headphones },
]}
title="Why Choose XYZ Tech"
description="We combine industry-leading performance with robust security to ensure your digital and physical worlds are protected."
@@ -226,48 +110,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Pro Workstation Laptop",
price: "$1,299",
variant: "High Performance",
imageSrc: "http://img.b2bpic.net/free-photo/gaming-room-no-people-equiped-with-rgb-powerful-personal-computer-online-videogames-tournament-gaming-chair-first-person-shooter-game-screen-cozy-room-with-neon-light_482257-12428.jpg?_wi=3",
},
{
id: "p2",
name: "HD Security CCTV",
price: "$199",
variant: "Home Security",
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924125.jpg?_wi=2",
},
{
id: "p3",
name: "Smart Doorbell Pro",
price: "$149",
variant: "Entry Control",
imageSrc: "http://img.b2bpic.net/free-photo/home-automation-with-device_23-2148994123.jpg?_wi=2",
},
{
id: "p4",
name: "Ulrawide 4K Monitor",
price: "$599",
variant: "Productivity",
imageSrc: "http://img.b2bpic.net/free-photo/empty-office-desk-with-computer-screen-showing-terminal-windows_482257-126357.jpg?_wi=2",
},
{
id: "p5",
name: "RGB Mech Keyboard",
price: "$89",
variant: "Accessories",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-key_23-2149680255.jpg",
},
{
id: "p6",
name: "Smart High-Speed Router",
price: "$129",
variant: "Connectivity",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-with-smartphone-smart-light_23-2150671605.jpg",
},
{ id: "p1", name: "Pro Workstation Laptop", price: "$1,299", variant: "High Performance", imageSrc: "http://img.b2bpic.net/free-photo/gaming-room-no-people-equiped-with-rgb-powerful-personal-computer-online-videogames-tournament-gaming-chair-first-person-shooter-game-screen-cozy-room-with-neon-light_482257-12428.jpg" },
{ id: "p2", name: "HD Security CCTV", price: "$199", variant: "Home Security", imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924125.jpg" },
{ id: "p3", name: "Smart Doorbell Pro", price: "$149", variant: "Entry Control", imageSrc: "http://img.b2bpic.net/free-photo/home-automation-with-device_23-2148994123.jpg" },
{ id: "p4", name: "Ulrawide 4K Monitor", price: "$599", variant: "Productivity", imageSrc: "http://img.b2bpic.net/free-photo/empty-office-desk-with-computer-screen-showing-terminal-windows_482257-126357.jpg" },
{ id: "p5", name: "RGB Mech Keyboard", price: "$89", variant: "Accessories", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-key_23-2149680255.jpg" },
{ id: "p6", name: "Smart High-Speed Router", price: "$129", variant: "Connectivity", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-with-smartphone-smart-light_23-2150671605.jpg" },
]}
title="Featured Tech & Security"
description="Explore our curated selection of high-performance devices."
@@ -280,55 +128,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "basic",
price: "$0",
name: "Essential Support",
features: [
"Phone Support",
"Warranty Info",
"Knowledge Base",
],
buttons: [
{
text: "Get Started",
href: "#",
},
],
},
{
id: "pro",
price: "$49/mo",
name: "Premium Protection",
features: [
"24/7 Monitoring",
"Priority Support",
"Setup Assistance",
],
badge: "Popular",
buttons: [
{
text: "Upgrade",
href: "#",
},
],
},
{
id: "enterprise",
price: "$199/mo",
name: "Business Solution",
features: [
"Onsite Installation",
"Bulk Discounts",
"Dedicated Account Manager",
],
buttons: [
{
text: "Contact Us",
href: "#contact",
},
],
},
{ id: "basic", price: "$0", name: "Essential Support", features: ["Phone Support", "Warranty Info", "Knowledge Base"], buttons: [{ text: "Get Started", href: "#" }] },
{ id: "pro", price: "$49/mo", name: "Premium Protection", features: ["24/7 Monitoring", "Priority Support", "Setup Assistance"], badge: "Popular", buttons: [{ text: "Upgrade", href: "#" }] },
{ id: "enterprise", price: "$199/mo", name: "Business Solution", features: ["Onsite Installation", "Bulk Discounts", "Dedicated Account Manager"], buttons: [{ text: "Contact Us", href: "#contact" }] },
]}
title="Transparent Pricing"
description="Flexible plans for all security and tech needs."
@@ -341,41 +143,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "The performance boost is undeniable. Great buy!",
imageSrc: "http://img.b2bpic.net/free-photo/photogenic-woman-smiling-with-heaphones-shopping-mall0_23-2148397231.jpg",
},
{
id: "t2",
name: "Mark D.",
handle: "@markd",
testimonial: "Peace of mind knowing my home is secure with XYZ.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg",
},
{
id: "t3",
name: "Emily R.",
handle: "@emilyr",
testimonial: "Excellent service and very knowledgeable support team.",
imageSrc: "http://img.b2bpic.net/free-photo/young-curly-haired-woman-looks-away-thoughtfully-dressed-jacket-holds-mobile-phone-connected-wireless-internet-walks-outdoors-strols-town-uses-navigation-checks-route-technology-concept_273609-57776.jpg",
},
{
id: "t4",
name: "David K.",
handle: "@davidk",
testimonial: "The tech gear is perfectly curated and well-priced.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
},
{
id: "t5",
name: "Chloe L.",
handle: "@chloel",
testimonial: "Everything arrived on time and works as promised.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
},
{ id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The performance boost is undeniable. Great buy!", imageSrc: "http://img.b2bpic.net/free-photo/photogenic-woman-smiling-with-heaphones-shopping-mall0_23-2148397231.jpg" },
{ id: "t2", name: "Mark D.", handle: "@markd", testimonial: "Peace of mind knowing my home is secure with XYZ.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg" },
{ id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Excellent service and very knowledgeable support team.", imageSrc: "http://img.b2bpic.net/free-photo/young-curly-haired-woman-looks-away-thoughtfully-dressed-jacket-holds-mobile-phone-connected-wireless-internet-walks-outdoors-strols-town-uses-navigation-checks-route-technology-concept_273609-57776.jpg" },
{ id: "t4", name: "David K.", handle: "@davidk", testimonial: "The tech gear is perfectly curated and well-priced.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg" },
{ id: "t5", name: "Chloe L.", handle: "@chloel", testimonial: "Everything arrived on time and works as promised.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg" },
]}
title="Trusted by Thousands"
description="See why our customers prefer XYZ Tech for their home and work."
@@ -386,21 +158,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer warranties?",
content: "Yes, every product comes with at least a 1-year warranty.",
},
{
id: "f2",
title: "How fast is delivery?",
content: "Orders are typically processed within 24 hours and delivered in 3-5 days.",
},
{
id: "f3",
title: "Do you provide installation?",
content: "We offer professional installation for all our home security systems.",
},
{ id: "f1", title: "Do you offer warranties?", content: "Yes, every product comes with at least a 1-year warranty." },
{ id: "f2", title: "How fast is delivery?", content: "Orders are typically processed within 24 hours and delivered in 3-5 days." },
{ id: "f3", title: "Do you provide installation?", content: "We offer professional installation for all our home security systems." },
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about our products."
@@ -414,25 +174,10 @@ export default function LandingPage() {
title="Get in Touch"
description="Have questions? Our experts are ready to assist."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{
name: "message",
placeholder: "Tell us how we can help",
rows: 4,
required: true,
}}
textarea={{ name: "message", placeholder: "Tell us how we can help", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/serious-businesswoman-headset-typing-laptop_74855-3074.jpg"
/>
</div>
@@ -441,57 +186,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="XYZ Tech"
columns={[
{
title: "Shop",
items: [
{
label: "Laptops",
href: "#products",
},
{
label: "CCTV",
href: "#products",
},
{
label: "Security",
href: "#products",
},
],
},
{
title: "Support",
items: [
{
label: "Warranty",
href: "#",
},
{
label: "Track Order",
href: "#",
},
{
label: "Contact Us",
href: "#contact",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Terms",
href: "#",
},
{
label: "Privacy",
href: "#",
},
],
},
{ title: "Shop", items: [{ label: "Laptops", href: "#products" }, { label: "CCTV", href: "#products" }, { label: "Security", href: "#products" }] },
{ title: "Support", items: [{ label: "Warranty", href: "#" }, { label: "Track Order", href: "#" }, { label: "Contact Us", href: "#contact" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] },
]}
copyrightText="© 2024 XYZ Tech & Security"
/>