6 Commits

Author SHA1 Message Date
23e050391a Update src/app/page.tsx 2026-04-21 23:22:41 +00:00
cbf852ab93 Merge version_2 into main
Merge version_2 into main
2026-04-21 23:20:29 +00:00
c278bb1ad6 Update src/app/page.tsx 2026-04-21 23:20:23 +00:00
9f68a5fced Merge version_1 into main
Merge version_1 into main
2026-04-21 23:18:21 +00:00
e81d10e0ba Merge version_1 into main
Merge version_1 into main
2026-04-21 23:17:55 +00:00
44c87ac71c Merge version_1 into main
Merge version_1 into main
2026-04-21 23:17:24 +00:00

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Get Performance Quote", href: "#contact"}, text: "Unlock Your Cars Potential", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg?_wi=2"
imageAlt="Performance tuning garage" imageAlt="Performance tuning garage"
@@ -240,6 +240,9 @@ export default function LandingPage() {
{ {
name: "email", type: "email", placeholder: "Email Address", required: true, name: "email", type: "email", placeholder: "Email Address", required: true,
}, },
{
name: "vehicle", type: "text", placeholder: "Vehicle Model & Year", required: true,
},
]} ]}
textarea={{ textarea={{
name: "message", placeholder: "What are you looking for?", rows: 4, name: "message", placeholder: "What are you looking for?", rows: 4,