Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 15:00:16 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
tag="Trusted Local Battery Shop"
tagAnimation="slide-up"
buttons={[
{ text: "Call Now", href: "tel:+919779200881" },
{ text: "Call Now: 9779200881", href: "tel:+919779200881" },
{ text: "Get a Quote" }
]}
buttonAnimation="slide-up"
@@ -67,15 +67,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Cars", title: "Car Battery Replacement", subtitle: "Quick and Professional Service", description: "Expert car battery replacement and installation services. We handle all major brands and vehicle models with warranty coverage.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-motor_23-2147897979.jpg", imageAlt: "Car battery replacement service", buttons: [{ text: "Get Service", href: "tel:+919779200881" }]
tag: "Cars", title: "Car Battery Replacement", subtitle: "Quick and Professional Service", description: "Expert car battery replacement and installation services. We handle all major brands and vehicle models with warranty coverage. Call 9779200881 for quick assistance.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-motor_23-2147897979.jpg", imageAlt: "Car battery replacement service", buttons: [{ text: "Call: 9779200881", href: "tel:+919779200881" }]
},
{
id: 2,
tag: "Bikes", title: "Bike Battery Replacement", subtitle: "Fast Two-Wheeler Service", description: "Same-day bike and scooter battery replacement. Genuine batteries for all popular two-wheeler brands with affordable pricing.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-man-adjusting-bicycle-chain_482257-96101.jpg", imageAlt: "Bike battery replacement service", buttons: [{ text: "Get Service", href: "tel:+919779200881" }]
tag: "Bikes", title: "Bike Battery Replacement", subtitle: "Fast Two-Wheeler Service", description: "Same-day bike and scooter battery replacement. Genuine batteries for all popular two-wheeler brands with affordable pricing. Contact 9779200881 for instant support.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-man-adjusting-bicycle-chain_482257-96101.jpg", imageAlt: "Bike battery replacement service", buttons: [{ text: "Call: 9779200881", href: "tel:+919779200881" }]
},
{
id: 3,
tag: "Tractors", title: "Tractor Battery Supply", subtitle: "Heavy Vehicle Solutions", description: "Agricultural and heavy vehicle battery solutions. We provide durable batteries for tractors and commercial vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19089.jpg", imageAlt: "Tractor battery supply service", buttons: [{ text: "Get Service", href: "tel:+919779200881" }]
tag: "Tractors", title: "Tractor Battery Supply", subtitle: "Heavy Vehicle Solutions", description: "Agricultural and heavy vehicle battery solutions. We provide durable batteries for tractors and commercial vehicles. Reach us at 9779200881 for details.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19089.jpg", imageAlt: "Tractor battery supply service", buttons: [{ text: "Call: 9779200881", href: "tel:+919779200881" }]
}
]}
title="Our Services"
@@ -83,7 +83,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
tag="What We Offer"
buttons={[{ text: "Emergency Support Available", href: "tel:+919779200881" }]}
buttons={[{ text: "Emergency Support: 9779200881", href: "tel:+919779200881" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -93,7 +93,7 @@ export default function LandingPage() {
tag="Why Choose Us"
title="Trusted Local Battery Shop with Genuine Products, Quick Installation, Affordable Prices and Friendly Service"
useInvertedBackground={true}
buttons={[{ text: "Call Us Today", href: "tel:+919779200881" }]}
buttons={[{ text: "Call Us: 9779200881", href: "tel:+919779200881" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -101,7 +101,7 @@ export default function LandingPage() {
<div id="brands" data-section="brands">
<SocialProofOne
title="Genuine Battery Brands We Stock"
description="We provide authentic batteries from trusted manufacturers ensuring quality and longevity for your vehicles"
description="We provide authentic batteries from trusted manufacturers ensuring quality and longevity for your vehicles. Call 9779200881 for availability."
tag="Premium Brands"
names={["Exide", "Amaron", "SF Sonic", "Luminous"]}
textboxLayout="default"
@@ -138,7 +138,7 @@ export default function LandingPage() {
]}
animationType="slide-up"
title="What Our Customers Say"
description="Real testimonials from satisfied car and bike owners in Meharban and Ludhiana"
description="Real testimonials from satisfied car and bike owners in Meharban and Ludhiana. Contact us at 9779200881 for your battery needs."
tag="Customer Reviews"
textboxLayout="default"
useInvertedBackground={false}
@@ -148,7 +148,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get Your Battery Quote Today"
description="Fill out the form below and we'll contact you within the hour with a personalized quote for your vehicle battery needs."
description="Fill out the form below and we'll contact you within the hour with a personalized quote for your vehicle battery needs. You can also call us directly at 9779200881 for immediate assistance."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
@@ -168,7 +168,7 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="VERMA BATTERY HOUSE"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact", href: "tel:+919779200881" }}
rightLink={{ text: "Call: 9779200881", href: "tel:+919779200881" }}
/>
</div>
</ThemeProvider>