12 Commits

Author SHA1 Message Date
5ee1625e00 Update src/app/page.tsx 2026-03-03 13:18:47 +00:00
2ee597cd9e Update src/app/page.tsx 2026-03-03 13:17:12 +00:00
e99bc015a4 Update src/app/page.tsx 2026-03-03 13:15:53 +00:00
944dd12da2 Update src/app/page.tsx 2026-03-03 13:14:36 +00:00
472dfbc834 Update src/app/page.tsx 2026-03-03 13:13:23 +00:00
417002017a Update src/app/page.tsx 2026-03-03 13:12:05 +00:00
16ad1cc526 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:02:45 +00:00
e17ea9bdfe Merge version_1 into main
Merge version_1 into main
2026-03-03 12:35:32 +00:00
089c710289 Merge version_1 into main
Merge version_1 into main
2026-03-03 12:33:40 +00:00
310c718f33 Merge version_1 into main
Merge version_1 into main
2026-03-03 12:31:50 +00:00
d50d80a90c Merge version_1 into main
Merge version_1 into main
2026-03-03 12:25:21 +00:00
e27f490ae5 Merge version_1 into main
Merge version_1 into main
2026-03-03 12:23:49 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg"
imageAlt="Premium car detailing result"
showDimOverlay={false}
showDimOverlay={true}
/>
</div>
@@ -174,11 +174,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to restore your car's shine? Contact Dotspot today for a free quote and experience professional car detailing at its finest."
text="Ready to restore your car's shine? Contact Dotspot today for a free quote with our 48-hour turnaround guarantee and experience professional car detailing at its finest."
animationType="entrance-slide"
buttons={[
{ text: "📞 Call 0411 844 388", href: "tel:0411844388" },
{ text: "Get Quote Form", href: "#quote" }
{ text: "Book Your Free Quote Now", href: "#quote" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}