Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-03 13:19:46 +00:00
parent 2e8a616900
commit 2f55efa042

View File

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