Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3499a0ac3c | |||
| 0a059d0e1d | |||
| f1fe492e5d | |||
| 150cfc520a | |||
| 24660ecb73 |
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Lafayette Auto Repair"
|
brandName="Lafayette Auto Repair"
|
||||||
button={{ text: "Book Now", href: "#contact" }}
|
button={{ text: "Book Now", href: "tel:+19252849240" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Mark D.", handle: "Verified Customer", testimonial: "They don't try to upsell you on things you don't need.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
|
{ name: "Mark D.", handle: "Verified Customer", testimonial: "They don't try to upsell you on things you don't need.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
|
||||||
{ name: "Linda P.", handle: "Verified Customer", testimonial: "Best service I have received in all my years of driving.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" }
|
{ name: "Linda P.", handle: "Verified Customer", testimonial: "Best service I have received in all my years of driving.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" }
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Book Your Visit", href: "#contact" }]}
|
buttons={[{ text: "Book Your Visit", href: "tel:+19252849240" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-grayscale-shot-old-wooden-door-inside-historical-building_181624-59812.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/vertical-grayscale-shot-old-wooden-door-inside-historical-building_181624-59812.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -81,8 +81,8 @@ export default function LandingPage() {
|
|||||||
{ id: "m2", icon: Clock, title: "Serving Community", value: "10+ Years" },
|
{ id: "m2", icon: Clock, title: "Serving Community", value: "10+ Years" },
|
||||||
{ id: "m3", icon: ShieldCheck, title: "Fair Pricing", value: "Always" }
|
{ id: "m3", icon: ShieldCheck, title: "Fair Pricing", value: "Always" }
|
||||||
]}
|
]}
|
||||||
title="Why Lafayette?"
|
title="Expertise you can rely on"
|
||||||
description="Expertise you can rely on."
|
description="Professional automotive services you can trust."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -147,6 +147,7 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
buttonText="Call Now / Book Online"
|
buttonText="Call Now / Book Online"
|
||||||
|
onSubmit={() => window.location.href = 'tel:+19252849240'}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-serious-brutal-male-casual-clothes-dark-background_613910-16055.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-serious-brutal-male-casual-clothes-dark-background_613910-16055.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -157,11 +158,11 @@ export default function LandingPage() {
|
|||||||
copyrightText="© 2025 Lafayette Auto Repair. Honest mechanic services."
|
copyrightText="© 2025 Lafayette Auto Repair. Honest mechanic services."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: MapPin, href: "#", ariaLabel: "Location" },
|
{ icon: MapPin, href: "#", ariaLabel: "Location" },
|
||||||
{ icon: Phone, href: "#", ariaLabel: "Phone" }
|
{ icon: Phone, href: "tel:+19252849240", ariaLabel: "Phone" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user