6 Commits

Author SHA1 Message Date
4369b93648 Update src/app/page.tsx 2026-06-03 00:54:39 +00:00
d250b4b28b Merge version_2 into main
Merge version_2 into main
2026-06-03 00:49:26 +00:00
d4dcbfeecd Update src/app/page.tsx 2026-06-03 00:49:23 +00:00
e869ff567d Merge version_1 into main
Merge version_1 into main
2026-06-02 18:59:30 +00:00
f2e585d3bc Merge version_1 into main
Merge version_1 into main
2026-06-02 18:59:06 +00:00
6c25f8b6ad Merge version_1 into main
Merge version_1 into main
2026-06-02 18:58:27 +00:00

View File

@@ -98,6 +98,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 +158,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 MondaySaturday 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 8AM6PM, Tuesday 8AM6PM, Wednesday 8AM6PM, Thursday 8AM6PM, Friday 8AM6PM, Saturday 8AM6PM, Sunday 8AM3PM. Find us easily on the map below for quick directions."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[