Merge version_2 into main #2
229
src/app/page.tsx
229
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lucky Mobile"
|
||||
/>
|
||||
@@ -53,107 +45,37 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Lucky Mobile"
|
||||
description="Your One-Stop Mobile Solution. From the latest smartphones to expert repairs and accessories, we are Wardha's trusted partner for all mobile needs."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh K.",
|
||||
handle: "@wardha_tech",
|
||||
testimonial: "Excellent service and genuine products. Best mobile shop in town!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg?_wi=1",
|
||||
imageAlt: "modern smartphone shop interior",
|
||||
},
|
||||
name: "Rajesh K.", handle: "@wardha_tech", testimonial: "Excellent service and genuine products. Best mobile shop in town!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoUZOicuUr3Ff9W7o43N6TtZVR/uploaded-1775155413969-4lo5vmxy.jpg", imageAlt: "modern smartphone shop interior"},
|
||||
{
|
||||
name: "Sneha P.",
|
||||
handle: "@happy_customer",
|
||||
testimonial: "Got my phone repaired here, it's working like new. Very affordable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142184.jpg?_wi=1",
|
||||
imageAlt: "friendly mobile shop customer service",
|
||||
},
|
||||
name: "Sneha P.", handle: "@happy_customer", testimonial: "Got my phone repaired here, it's working like new. Very affordable.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoUZOicuUr3Ff9W7o43N6TtZVR/uploaded-1775155413969-2911vq7t.jpg", imageAlt: "friendly mobile shop customer service"},
|
||||
{
|
||||
name: "Amit J.",
|
||||
handle: "@tech_fan",
|
||||
testimonial: "Wide range of accessories and covers. Quick and polite service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg?_wi=2",
|
||||
imageAlt: "modern smartphone shop interior",
|
||||
},
|
||||
{
|
||||
name: "Priya V.",
|
||||
handle: "@loyal_shopper",
|
||||
testimonial: "Trusted shop for years. Highly recommend to everyone in Wardha.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142184.jpg?_wi=2",
|
||||
imageAlt: "friendly mobile shop customer service",
|
||||
},
|
||||
{
|
||||
name: "Vijay M.",
|
||||
handle: "@mobile_pro",
|
||||
testimonial: "Best deals on second-hand phones. Very transparent pricing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg?_wi=3",
|
||||
imageAlt: "modern smartphone shop interior",
|
||||
},
|
||||
name: "Amit J.", handle: "@tech_fan", testimonial: "Wide range of accessories and covers. Quick and polite service.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoUZOicuUr3Ff9W7o43N6TtZVR/uploaded-1775155413969-kuazvd9l.jpg", imageAlt: "modern smartphone shop interior"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919096609900",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919096609900"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/919096609900",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/919096609900"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoUZOicuUr3Ff9W7o43N6TtZVR/uploaded-1775155413969-4lo5vmxy.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoUZOicuUr3Ff9W7o43N6TtZVR/uploaded-1775155413969-4lo5vmxy.jpg", alt: "Customer 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoUZOicuUr3Ff9W7o43N6TtZVR/uploaded-1775155413969-2911vq7t.jpg", alt: "Customer 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoUZOicuUr3Ff9W7o43N6TtZVR/uploaded-1775155413969-kuazvd9l.jpg", alt: "Customer 3" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Genuine Products",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Repairs",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Accessories",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable Service",
|
||||
},
|
||||
{ type: "text", text: "Genuine Products" },
|
||||
{ type: "text", text: "Certified Repairs" },
|
||||
{ type: "text", text: "Premium Accessories" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,28 +87,14 @@ export default function LandingPage() {
|
||||
description="Comprehensive mobile solutions delivered with expertise and care."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Mobile Phone Sales & Repairs",
|
||||
content: "We are authorized dealers for top mobile brands and provide expert repair services for all models.",
|
||||
},
|
||||
id: "1", title: "Mobile Phone Sales & Repairs", content: "We are authorized dealers for top mobile brands and provide expert repair services for all models."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Second-Hand Market",
|
||||
content: "Buy and sell verified second-hand smartphones at the best market prices.",
|
||||
},
|
||||
id: "2", title: "Second-Hand Market", content: "Buy and sell verified second-hand smartphones at the best market prices."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Covers & Accessories",
|
||||
content: "Extensive collection of premium leather covers, stylish cases, and essential camera lenses.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Charging & Connectivity",
|
||||
content: "High-quality chargers, cables, and official prepaid SIM card services.",
|
||||
},
|
||||
id: "3", title: "Covers & Accessories", content: "Extensive collection of premium leather covers, stylish cases, and essential camera lenses."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop-hold-new-smartphone-hand_627829-4967.jpg?_wi=5"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoUZOicuUr3Ff9W7o43N6TtZVR/uploaded-1775155413969-2911vq7t.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,9 +103,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted Since Always"
|
||||
description={[
|
||||
"Lucky Mobile is Wardha's most trusted destination for mobile excellence. We pride ourselves on offering quality products and genuine service that keeps our customers coming back.",
|
||||
"Our philosophy is simple: provide the best technology at affordable prices with complete transparency. Customer satisfaction is at the heart of everything we do.",
|
||||
"Visit us today and experience the difference of a store that truly cares about your mobile connectivity.",
|
||||
"Lucky Mobile is Wardha's most trusted destination for mobile excellence.", "Visit us today for quality products and genuine service."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -210,26 +116,8 @@ export default function LandingPage() {
|
||||
description="Everything you need to know about our services and policies."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer warranty on repairs?",
|
||||
content: "Yes, we provide a 3-month warranty on all our repair services for your peace of mind.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I exchange my old phone?",
|
||||
content: "Absolutely! We offer competitive prices for trading in your old smartphones.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you have original accessories?",
|
||||
content: "We stock only high-quality and original accessories for all major smartphone brands.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What are your store hours?",
|
||||
content: "We are open Monday to Saturday, 10 AM to 8 PM.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer warranty on repairs?", content: "Yes, we provide a 3-month warranty." },
|
||||
{ id: "f2", title: "Can I exchange my old phone?", content: "Yes, we offer competitive trade-in prices." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -238,69 +126,18 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Visit Lucky Mobile"
|
||||
description="Located Opp. Mahatma Gandhi School, Durga Talkies Road, Wardha. Get in touch with us anytime for support."
|
||||
description="Located Opp. Mahatma Gandhi School, Wardha. Get in touch with us anytime."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
}}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142184.jpg?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoUZOicuUr3Ff9W7o43N6TtZVR/uploaded-1775155413969-kuazvd9l.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Lucky Mobile",
|
||||
items: [
|
||||
{
|
||||
label: "Opp. Mahatma Gandhi School",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Durga Talkies Road, Wardha",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "90966 09900",
|
||||
href: "tel:+919096609900",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://maps.google.com/?q=Lucky+Mobile+Wardha",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp Support",
|
||||
href: "https://wa.me/919096609900",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[]}
|
||||
bottomLeftText="© 2024 Lucky Mobile, Wardha."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
@@ -308,4 +145,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user