Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-03 15:15:44 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Shop",
id: "#products",
},
name: "Shop", id: "#products"},
{
name: "Reviews",
id: "#testimonials",
},
name: "Reviews", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Mobistand"
/>
@@ -54,32 +46,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Elevate Your Workspace."
description="Experience the ultimate combination of stability, style, and precision engineering for your smartphone. The last stand you'll ever need."
tag="New Product Release"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-desk-empty-doctors-office-medical-clinic-with-laptop-document-files-notebook-pens-nobody-healthcare-checkup-room-designed-with-professional-instruments_482257-28597.jpg?_wi=1",
imageAlt: "Mobile Stand Setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-desk-empty-doctors-office-medical-clinic-with-laptop-document-files-notebook-pens-nobody-healthcare-checkup-room-designed-with-professional-instruments_482257-28597.jpg", imageAlt: "Mobile Stand Setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-desk-empty-doctors-office-medical-clinic-with-laptop-document-files-notebook-pens-nobody-healthcare-checkup-room-designed-with-professional-instruments_482257-28597.jpg?_wi=2",
imageAlt: "Side View Detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-desk-empty-doctors-office-medical-clinic-with-laptop-document-files-notebook-pens-nobody-healthcare-checkup-room-designed-with-professional-instruments_482257-28597.jpg?_wi=3",
imageAlt: "Workstation Ergonomics",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-desk-empty-doctors-office-medical-clinic-with-laptop-document-files-notebook-pens-nobody-healthcare-checkup-room-designed-with-professional-instruments_482257-28597.jpg?_wi=4",
imageAlt: "Minimalist Desktop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-desk-empty-doctors-office-medical-clinic-with-laptop-document-files-notebook-pens-nobody-healthcare-checkup-room-designed-with-professional-instruments_482257-28597.jpg?_wi=5",
imageAlt: "Precision Craftsmanship",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-desk-empty-doctors-office-medical-clinic-with-laptop-document-files-notebook-pens-nobody-healthcare-checkup-room-designed-with-professional-instruments_482257-28597.jpg", imageAlt: "Side View Detail"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -96,25 +71,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Solid Aluminum Build",
description: "Precision-machined aircraft grade aluminum for ultimate durability.",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cups-composition_52683-103095.jpg?_wi=1",
imageAlt: "Build",
},
title: "Solid Aluminum Build", description: "Precision-machined aircraft grade aluminum for ultimate durability.", imageSrc: "http://img.b2bpic.net/free-photo/glass-cups-composition_52683-103095.jpg", imageAlt: "Build"},
{
id: 2,
title: "Adjustable Angles",
description: "360-degree rotation and multi-angle viewing for any task.",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cups-composition_52683-103095.jpg?_wi=2",
imageAlt: "Hinge",
},
title: "Adjustable Angles", description: "360-degree rotation and multi-angle viewing for any task.", imageSrc: "http://img.b2bpic.net/free-photo/glass-cups-composition_52683-103095.jpg", imageAlt: "Hinge"},
{
id: 3,
title: "Non-Slip Base",
description: "Weighted base with silicone padding to stay firm on any surface.",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cups-composition_52683-103095.jpg?_wi=3",
imageAlt: "Stability",
},
title: "Non-Slip Base", description: "Weighted base with silicone padding to stay firm on any surface.", imageSrc: "http://img.b2bpic.net/free-photo/glass-cups-composition_52683-103095.jpg", imageAlt: "Stability"},
]}
title="Engineering Excellence"
description="Designed for maximum stability and seamless adjustability in any environment."
@@ -129,41 +92,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Pro Stand Silver",
price: "$39",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg?_wi=1",
},
id: "p1", name: "Pro Stand Silver", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg"},
{
id: "p2",
name: "Pro Stand Space Gray",
price: "$39",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg?_wi=2",
},
id: "p2", name: "Pro Stand Space Gray", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg"},
{
id: "p3",
name: "Pro Stand Matte Black",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg?_wi=3",
},
id: "p3", name: "Pro Stand Matte Black", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg"},
{
id: "p4",
name: "Mini Stand Silver",
price: "$29",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg?_wi=4",
},
id: "p4", name: "Mini Stand Silver", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg"},
{
id: "p5",
name: "Mini Stand Space Gray",
price: "$29",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg?_wi=5",
},
id: "p5", name: "Mini Stand Space Gray", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg"},
{
id: "p6",
name: "Mini Stand Matte Black",
price: "$35",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg?_wi=6",
},
id: "p6", name: "Mini Stand Matte Black", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-selfie-stick-closeup_273609-14283.jpg"},
]}
title="Our Collection"
description="Premium stands for every lifestyle."
@@ -175,14 +114,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"TechCrunch",
"The Verge",
"Wired",
"Engadget",
"Digital Trends",
"Gizmodo",
"MacRumors",
]}
"TechCrunch", "The Verge", "Wired", "Engadget", "Digital Trends", "Gizmodo", "MacRumors"]}
title="Featured In"
description="Trusted by industry leaders worldwide."
/>
@@ -195,40 +127,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Photographer",
testimonial: "Best stand ever! So stable.",
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=1",
},
id: "1", name: "Sarah Miller", role: "Photographer", testimonial: "Best stand ever! So stable.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
{
id: "2",
name: "James Chen",
role: "Developer",
testimonial: "Finally, a stand that doesn't slip.",
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=2",
},
id: "2", name: "James Chen", role: "Developer", testimonial: "Finally, a stand that doesn't slip.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
{
id: "3",
name: "Emily Davis",
role: "Vlogger",
testimonial: "Perfect for filming my daily content.",
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=3",
},
id: "3", name: "Emily Davis", role: "Vlogger", testimonial: "Perfect for filming my daily content.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
{
id: "4",
name: "Mark Wilson",
role: "Designer",
testimonial: "Looks sleek on my desk setup.",
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=4",
},
id: "4", name: "Mark Wilson", role: "Designer", testimonial: "Looks sleek on my desk setup.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
{
id: "5",
name: "Alex Taylor",
role: "Gamer",
testimonial: "The build quality is outstanding.",
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=5",
},
id: "5", name: "Alex Taylor", role: "Gamer", testimonial: "The build quality is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
]}
title="Loved by Creators"
description="Don't just take our word for it."
@@ -239,13 +146,12 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Stay Updated"
title="Get Exclusive Offers"
description="Join our newsletter for product updates and early access."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-desk-empty-doctors-office-medical-clinic-with-laptop-document-files-notebook-pens-nobody-healthcare-checkup-room-designed-with-professional-instruments_482257-28597.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-desk-empty-doctors-office-medical-clinic-with-laptop-document-files-notebook-pens-nobody-healthcare-checkup-room-designed-with-professional-instruments_482257-28597.jpg"
imageAlt="Newsletter signup"
/>
</div>