diff --git a/src/app/page.tsx b/src/app/page.tsx index 9894eb4..250bbfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -101,7 +101,7 @@ export default function LandingPage() {