Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76029ff58d | |||
| 80ae314a09 | |||
| 4369b93648 | |||
| d250b4b28b | |||
| d4dcbfeecd | |||
| e869ff567d | |||
| f2e585d3bc | |||
| 6c25f8b6ad |
@@ -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!"
|
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 AM–6 PM, Tuesday 8 AM–6 PM, Wednesday 8 AM–6 PM, Thursday 8 AM–6 PM, Friday 8 AM–6 PM, Saturday 8 AM–6 PM, Sunday 8 AM–3 PM"
|
||||||
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,8 +67,6 @@ 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>
|
||||||
|
|
||||||
@@ -98,6 +96,10 @@ export default function LandingPage() {
|
|||||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-hipster-girl-jeans-jacket-head-scarf-tire-fitting-zone_627829-9503.jpg", alt: "Stack of clean tires" },
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-hipster-girl-jeans-jacket-head-scarf-tire-fitting-zone_627829-9503.jpg", alt: "Stack of clean tires" },
|
||||||
{ type: "text", content: " My Tires Place?" }
|
{ type: "text", content: " My Tires Place?" }
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Explore Our Services", href: "#services" },
|
||||||
|
{ text: "Read Customer Reviews", href: "#reviews" }
|
||||||
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -154,7 +156,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="location" data-section="location" className="w-full">
|
<div id="location" data-section="location" className="w-full">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Visit Us Today! We're conveniently located at 143 Pine Aire Dr, Bay Shore, NY 11706. Our friendly team is ready to assist you Monday–Saturday until 6 PM, and we're open Sundays too! Find us easily on the map below for quick directions."
|
text="Visit Us Today! We're conveniently located at 143 Pine Aire Dr, Bay Shore, NY 11706. Our friendly team is ready to assist you. Our current opening hours are: Monday 8 AM–6 PM, Tuesday 8 AM–6 PM, Wednesday 8 AM–6 PM, Thursday 8 AM–6 PM, Friday 8 AM–6 PM, Saturday 8 AM–6 PM, Sunday 8 AM–3 PM. Find us easily on the map below for quick directions."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
|
|||||||
Reference in New Issue
Block a user