Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-10 12:25:36 +00:00

View File

@@ -30,70 +30,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Brands",
id: "brands",
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Brands", id: "brands" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" },
]}
brandName="The Feelings Mobile"
button={{
text: "📞 07522001931",
href: "tel:07522001931",
}}
button={{ text: "📞 07522001931", href: "tel:07522001931" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Best Deals on Smartphones in Varanasi Trusted by 1,500+ Customers"
description="Visit The Feelings Mobile for top brands, best prices, and expert buying guidance. We are your one-stop shop for everything mobile."
tag="Authorized Multi-Brand Store"
buttons={[
{
text: "📞 Call Now",
href: "tel:07522001931",
},
{
text: "Get Best Price",
href: "#contact",
},
]}
buttons={[{ text: "📞 Call Now", href: "tel:07522001931" }, { text: "Get Best Price", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-making-selfie-by-smartphone-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1275.jpg",
imageAlt: "Mobile Showroom Display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg?_wi=1",
imageAlt: "Expert Advice Samsung",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=1",
imageAlt: "Vivo Latest Models",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-dark-shadow_187299-46935.jpg?_wi=1",
imageAlt: "Oppo Store Display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-clean-studio-setting_187299-46345.jpg?_wi=1",
imageAlt: "Apple Premium Range",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-making-selfie-by-smartphone-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1275.jpg", imageAlt: "Mobile Showroom Display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg", imageAlt: "Expert Advice Samsung" }
]}
mediaAnimation="slide-up"
rating={4.6}
@@ -106,46 +62,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Great Experience",
quote: "Best pricing in Varanasi and an amazing range of brands. Very helpful staff!",
name: "Rajesh Kumar",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg?_wi=1",
},
{
id: "2",
title: "Top Quality",
quote: "Highly recommended for all mobile accessories and new phones. Genuine products.",
name: "Anita Sharma",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-africanamerican-girl-smiling-pleased-showing-okay-sign-mobile-phone-screen-reco_1258-131041.jpg",
},
{
id: "3",
title: "Fantastic Service",
quote: "I got my new Samsung phone at an unbelievable price. Thanks Feelings Mobile!",
name: "Vikram Singh",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-black-looking-smartphone_23-2148316562.jpg",
},
{
id: "4",
title: "Reliable Shop",
quote: "Wide range of collections and very knowledgeable staff. Best shop in Sigra.",
name: "Priya Gupta",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-shopping-bags_23-2148577144.jpg",
},
{
id: "5",
title: "Quick Delivery",
quote: "Great service! I opted for in-store pickup and the process was super smooth.",
name: "Rahul Verma",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142184.jpg",
},
{ id: "1", title: "Great Experience", quote: "Best pricing in Varanasi and an amazing range of brands. Very helpful staff!", name: "Rajesh Kumar", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg" },
{ id: "2", title: "Top Quality", quote: "Highly recommended for all mobile accessories and new phones. Genuine products.", name: "Anita Sharma", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-africanamerican-girl-smiling-pleased-showing-okay-sign-mobile-phone-screen-reco_1258-131041.jpg" },
{ id: "3", title: "Fantastic Service", quote: "I got my new Samsung phone at an unbelievable price. Thanks Feelings Mobile!", name: "Vikram Singh", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-black-looking-smartphone_23-2148316562.jpg" },
{ id: "4", title: "Reliable Shop", quote: "Wide range of collections and very knowledgeable staff. Best shop in Sigra.", name: "Priya Gupta", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-shopping-bags_23-2148577144.jpg" },
{ id: "5", title: "Quick Delivery", quote: "Great service! I opted for in-store pickup and the process was super smooth.", name: "Rahul Verma", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142184.jpg" }
]}
title="What Our Customers Say"
description="Trusted by thousands in Varanasi for quality and great deals."
@@ -159,60 +80,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "samsung",
brand: "Samsung",
name: "Galaxy Series",
price: "Best Price",
rating: 5,
reviewCount: "100+",
imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg?_wi=2",
},
{
id: "vivo",
brand: "Vivo",
name: "Latest Models",
price: "Best Price",
rating: 5,
reviewCount: "150+",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=2",
},
{
id: "oppo",
brand: "Oppo",
name: "Latest Models",
price: "Best Price",
rating: 5,
reviewCount: "120+",
imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-dark-shadow_187299-46935.jpg?_wi=2",
},
{
id: "redmi",
brand: "Xiaomi",
name: "Redmi Series",
price: "Best Price",
rating: 5,
reviewCount: "200+",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-smartphone-mockup-with-dramatic-lighting_9975-134422.jpg",
},
{
id: "realme",
brand: "Realme",
name: "Latest Models",
price: "Best Price",
rating: 5,
reviewCount: "90+",
imageSrc: "http://img.b2bpic.net/free-photo/phone-16-pro-max-gold_187299-46101.jpg",
},
{
id: "apple",
brand: "Apple",
name: "iPhone Range",
price: "Best Price",
rating: 5,
reviewCount: "300+",
imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-clean-studio-setting_187299-46345.jpg?_wi=2",
},
{ id: "samsung", brand: "Samsung", name: "Galaxy Series", price: "Best Price", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg" },
{ id: "vivo", brand: "Vivo", name: "Latest Models", price: "Best Price", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg" },
{ id: "oppo", brand: "Oppo", name: "Latest Models", price: "Best Price", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-dark-shadow_187299-46935.jpg" },
{ id: "redmi", brand: "Xiaomi", name: "Redmi Series", price: "Best Price", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-smartphone-mockup-with-dramatic-lighting_9975-134422.jpg" },
{ id: "realme", brand: "Realme", name: "Latest Models", price: "Best Price", rating: 5, reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/phone-16-pro-max-gold_187299-46101.jpg" },
{ id: "apple", brand: "Apple", name: "iPhone Range", price: "Best Price", rating: 5, reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-clean-studio-setting_187299-46345.jpg" }
]}
title="Latest Models Available"
description="Get the best prices on your favorite brands with our online price match guarantee."
@@ -226,26 +99,10 @@ export default function LandingPage() {
gridVariant="two-items-per-row"
useInvertedBackground={false}
features={[
{
title: "New Mobile Sales",
description: "Latest brands at competitive prices.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones_23-2148989872.jpg",
},
{
title: "Genuine Accessories",
description: "Cases, chargers, and premium audio.",
imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg?_wi=3",
},
{
title: "In-Store Pickup",
description: "Order online and collect in store.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-sexual-toy-bed_23-2149352524.jpg",
},
{
title: "Home Delivery",
description: "Get your device delivered to you.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-big-box-smartphone-with-blank-screen_23-2148073117.jpg",
},
{ title: "New Mobile Sales", description: "Latest brands at competitive prices.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones_23-2148989872.jpg" },
{ title: "Genuine Accessories", description: "Cases, chargers, and premium audio.", imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg" },
{ title: "In-Store Pickup", description: "Order online and collect in store.", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-sexual-toy-bed_23-2149352524.jpg" },
{ title: "Home Delivery", description: "Get your device delivered to you.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-big-box-smartphone-with-blank-screen_23-2148073117.jpg" }
]}
title="Our Services"
description="We offer more than just mobile phones we provide an expert shopping experience."
@@ -258,27 +115,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "1500+",
title: "Happy Customers",
description: "Rated 4.6 stars by thousands.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg?_wi=2",
},
{
id: "m2",
value: "Genuine",
title: "Products Only",
description: "Authorized brand partner.",
imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg?_wi=4",
},
{
id: "m3",
value: "Central",
title: "Varanasi Location",
description: "Sigra, near IP Mall.",
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349277.jpg?_wi=1",
},
{ id: "m1", value: "1500+", title: "Happy Customers", description: "Rated 4.6 stars by thousands.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg" },
{ id: "m2", value: "Genuine", title: "Products Only", description: "Authorized brand partner.", imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg" },
{ id: "m3", value: "Central", title: "Varanasi Location", description: "Sigra, near IP Mall.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349277.jpg" }
]}
title="Why Choose The Feelings Mobile?"
description="Your trusted mobile shopping partner in Varanasi."
@@ -290,28 +129,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer competitive pricing?",
content: "Yes, we offer competitive pricing matching the best online deals.",
},
{
id: "f2",
title: "Are all mobiles genuine?",
content: "Absolutely. We are an authorized multi-brand retailer.",
},
{
id: "f3",
title: "Do you provide warranty?",
content: "Yes, every device comes with a manufacturer warranty.",
},
{
id: "f4",
title: "Is home delivery available?",
content: "Yes, we provide safe and fast home delivery options.",
},
{ id: "f1", title: "Do you offer competitive pricing?", content: "Yes, we offer competitive pricing matching the best online deals." },
{ id: "f2", title: "Are all mobiles genuine?", content: "Absolutely. We are an authorized multi-brand retailer." },
{ id: "f3", title: "Do you provide warranty?", content: "Yes, every device comes with a manufacturer warranty." },
{ id: "f4", title: "Is home delivery available?", content: "Yes, we provide safe and fast home delivery options." }
]}
imageSrc="http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349277.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349277.jpg"
title="Frequently Asked Questions"
description="Have questions? We have answers."
faqsAnimation="slide-up"
@@ -321,9 +144,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Enquiry"
title="Get Todays Best Price"
description="Fill the form below to get an instant quote on your favorite mobile model."
@@ -337,30 +158,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Call Us: 07522001931",
href: "tel:07522001931",
},
{
label: "Sigra, Varanasi",
href: "#",
},
],
},
{
items: [
{
label: "WhatsApp",
href: "https://wa.me/917522001931",
},
{
label: "Directions",
href: "#",
},
],
},
{ items: [{ label: "Call Us: 07522001931", href: "tel:07522001931" }, { label: "Sigra, Varanasi", href: "#" }] },
{ items: [{ label: "WhatsApp", href: "https://wa.me/917522001931" }, { label: "Directions", href: "#" }] }
]}
logoText="The Feelings Mobile"
/>
@@ -368,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}