Merge version_1 into main #2
382
src/app/page.tsx
382
src/app/page.tsx
@@ -25,271 +25,135 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "#categories",
|
||||
},
|
||||
{
|
||||
name: "Parts",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#about",
|
||||
},
|
||||
]}
|
||||
brandName="MOBILE SPARES"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "#home" },
|
||||
{ name: "Categories", id: "#categories" },
|
||||
{ name: "Parts", id: "#products" },
|
||||
{ name: "Why Us", id: "#about" },
|
||||
]}
|
||||
brandName="MOBILE SPARES"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
logoText="MOBILE SPARES"
|
||||
description="Premium wholesale spare parts for smartphone repair technicians. Same-day dispatch across India with verified quality testing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Parts",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png?_wi=1"
|
||||
imageAlt="Premium mobile spare parts display"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{ variant: "radial-gradient" }}
|
||||
logoText="MOBILE SPARES"
|
||||
description="Premium wholesale spare parts for smartphone repair technicians. Same-day dispatch across India with verified quality testing."
|
||||
buttons={[
|
||||
{ text: "Browse Parts", href: "#products" },
|
||||
{ text: "Request Quote", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png"
|
||||
imageAlt="Premium mobile spare parts display"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Apple",
|
||||
name: "iPhone 15 Pro Max Display",
|
||||
price: "₹12,499",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Samsung",
|
||||
name: "S23 Ultra Battery Pack",
|
||||
price: "₹2,199",
|
||||
rating: 5,
|
||||
reviewCount: "890",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "OnePlus",
|
||||
name: "11R Charging Port IC",
|
||||
price: "₹899",
|
||||
rating: 4,
|
||||
reviewCount: "560",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png?_wi=4",
|
||||
},
|
||||
]}
|
||||
title="Featured Components"
|
||||
description="Original and high-grade OEM parts for every device."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Apple", name: "iPhone 15 Pro Max Display", price: "₹12,499", rating: 5, reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png" },
|
||||
{ id: "p2", brand: "Samsung", name: "S23 Ultra Battery Pack", price: "₹2,199", rating: 5, reviewCount: "890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png" },
|
||||
{ id: "p3", brand: "OnePlus", name: "11R Charging Port IC", price: "₹899", rating: 4, reviewCount: "560", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png" },
|
||||
]}
|
||||
title="Featured Components"
|
||||
description="Original and high-grade OEM parts for every device."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial-section" data-section="testimonial-section">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The quality of screens provided by Mobile Spares is unmatched. My repair shop in Siliguri has seen a massive increase in repeat customers because of these parts."
|
||||
rating={5}
|
||||
author="Rajesh Kumar, City Mobile Repairs"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg",
|
||||
alt: "Rajesh",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-with-bicycle-tires-shop_23-2147892645.jpg",
|
||||
alt: "Suman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-pointing-calculator-t-shirt-jacket-looking-pensive-front-view_176474-58100.jpg",
|
||||
alt: "Vikram",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-handsome-man-holds-points-phone-isolated-white-wall_141793-68553.jpg",
|
||||
alt: "Anjali",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg",
|
||||
alt: "Priya",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonial-section" data-section="testimonial-section">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The quality of screens provided by Mobile Spares is unmatched. My repair shop in Siliguri has seen a massive increase in repeat customers because of these parts."
|
||||
rating={5}
|
||||
author="Rajesh Kumar, City Mobile Repairs"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg", alt: "Rajesh" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-man-with-bicycle-tires-shop_23-2147892645.jpg", alt: "Suman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-pointing-calculator-t-shirt-jacket-looking-pensive-front-view_176474-58100.jpg", alt: "Vikram" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pleased-handsome-man-holds-points-phone-isolated-white-wall_141793-68553.jpg", alt: "Anjali" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg", alt: "Priya" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Enquire for Wholesale"
|
||||
description="Get a custom quote for bulk orders. Same-day dispatch across India."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "shop",
|
||||
type: "text",
|
||||
placeholder: "Shop Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Parts Needed...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png?_wi=5"
|
||||
imageAlt="Mobile repair tools and components"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Enquire for Wholesale"
|
||||
description="Get a custom quote for bulk orders. Same-day dispatch across India."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "shop", type: "text", placeholder: "Shop Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Parts Needed...", rows: 4, required: true }}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeRr9UZQGHHW485BYed4QN5s5G/a-professional-minimalist-dark-studio-ph-1774847789094-7a18c78d.png"
|
||||
imageAlt="Mobile repair tools and components"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by 500+ Repair Shops"
|
||||
description="Our premium components are standard for professionals across the country."
|
||||
names={[
|
||||
"TechMaster",
|
||||
"FixPoint",
|
||||
"QuickRepair",
|
||||
"MobileClinics",
|
||||
"GadgetHub",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by 500+ Repair Shops"
|
||||
description="Our premium components are standard for professionals across the country."
|
||||
names={["TechMaster", "FixPoint", "QuickRepair", "MobileClinics", "GadgetHub"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Categories",
|
||||
items: [
|
||||
{
|
||||
label: "Displays",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Batteries",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "IC Chips",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Flex Cables",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Brands",
|
||||
items: [
|
||||
{
|
||||
label: "iPhone",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Samsung",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Xiaomi",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "OnePlus",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Wholesale",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 MOBILE SPARES Siliguri. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Categories", items: [
|
||||
{ label: "Displays", href: "#" },
|
||||
{ label: "Batteries", href: "#" },
|
||||
{ label: "IC Chips", href: "#" },
|
||||
{ label: "Flex Cables", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Brands", items: [
|
||||
{ label: "iPhone", href: "#" },
|
||||
{ label: "Samsung", href: "#" },
|
||||
{ label: "Xiaomi", href: "#" },
|
||||
{ label: "OnePlus", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Wholesale", href: "#" },
|
||||
{ label: "Shipping", href: "#" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "WhatsApp", href: "#" },
|
||||
{ label: "Returns", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 MOBILE SPARES Siliguri. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user