6 Commits

Author SHA1 Message Date
31d1472ba3 Merge version_4 into main
Merge version_4 into main
2026-03-05 05:27:15 +00:00
49f2271962 Update src/app/page.tsx 2026-03-05 05:27:05 +00:00
3950265199 Merge version_3 into main
Merge version_3 into main
2026-03-05 05:25:25 +00:00
b857f4aaf6 Update src/app/page.tsx 2026-03-05 05:25:21 +00:00
21b16337cd Merge version_2 into main
Merge version_2 into main
2026-03-05 05:22:31 +00:00
3f24e11c1d Update src/app/page.tsx 2026-03-05 05:22:27 +00:00

View File

@@ -46,8 +46,9 @@ export default function LandingPage() {
title="24 Hour Towing and Trusted Auto Help in Edmond OKC"
description="Fast arrival, friendly service, and honest work. From emergency towing to getting you back on the road, Paul's Automotive is the local team people call first."
background={{ variant: "plain" }}
tag="Open 24 Hours"
tag="Licensed & Insured 24/7"
tagIcon={Clock}
tagClassName="flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-blue-500 to-blue-600 text-white font-semibold text-sm shadow-lg hover:shadow-xl transition-shadow duration-300"
buttons={[
{ text: "Call (405) 285-2238", href: "tel:(405)285-2238" },
{ text: "Request a Quote", href: "#contact" },
@@ -95,6 +96,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Call Now for Fast Help", href: "tel:(405)285-2238" },
]}
/>
</div>