2 Commits

Author SHA1 Message Date
db9ead9110 Switch to version 3: modified src/app/page.tsx 2026-06-03 01:01:33 +00:00
4fea42032a Merge version_4 into main
Merge version_4 into main
2026-06-03 00:58:26 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero" className="w-full"> <div id="hero" data-section="hero" className="w-full">
<HeroSplitTestimonial <HeroSplitTestimonial
title="Affordable Tires. Fast Service. No Appointment Needed." title="Affordable Tires. Fast Service. No Appointment Needed."
description="Your trusted local tire shop on Long Island, NY. We offer the best prices on quality used tires, quick repairs, and expert service open 7 days a week! Our Schedule: Monday 8 AM6 PM, Tuesday 8 AM6 PM, Wednesday 8 AM6 PM, Thursday 8 AM6 PM, Friday 8 AM6 PM, Saturday 8 AM6 PM, Sunday 8 AM3 PM" description="Your trusted local tire shop on Long Island, NY. We offer the best prices on quality used tires, quick repairs, and expert service open 7 days a week!"
background={{ variant: "plain" }} background={{ variant: "plain" }}
testimonials={[ testimonials={[
{ name: "Sarah J.", handle: "@HappyDriver", testimonial: "Best price for used tires I've been to 5 other places and this beats them all! Super quick service too.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-posing_140725-27953.jpg?_wi=1" }, { name: "Sarah J.", handle: "@HappyDriver", testimonial: "Best price for used tires I've been to 5 other places and this beats them all! Super quick service too.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-posing_140725-27953.jpg?_wi=1" },
@@ -67,6 +67,8 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+16313921059" }, { text: "Call Now", href: "tel:+16313921059" },
{ text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=143+Pine+Aire+Dr,+Bay+Shore,+NY+11706" } { text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=143+Pine+Aire+Dr,+Bay+Shore,+NY+11706" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/young-smiling-mechanic-work-clothes-yellow-hardhat-happily-looking-camera-holding-wrench-changing-car-wheel-outdoor_574295-1615.jpg"
imageAlt="Busy tire shop bay with mechanics"
/> />
</div> </div>