Update src/app/page.tsx

This commit is contained in:
2026-06-03 00:49:23 +00:00
parent e869ff567d
commit d4dcbfeecd

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: "text", content: " My Tires Place?" }
]}
buttons={[
{ text: "Explore Our Services", href: "#services" },
{ text: "Read Customer Reviews", href: "#reviews" }
]}
useInvertedBackground={false}
/>
</div>