Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23e050391a | |||
| cbf852ab93 | |||
| c278bb1ad6 | |||
| 9f68a5fced | |||
| e81d10e0ba | |||
| 44c87ac71c |
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Performance Quote", href: "#contact"},
|
text: "Unlock Your Car’s 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user