Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 769fd9e7c4 | |||
| 3ad9ff60ca | |||
| cf38efe843 | |||
| 23e050391a | |||
| cbf852ab93 | |||
| c278bb1ad6 | |||
| 9f68a5fced | |||
| e81d10e0ba | |||
| 44c87ac71c |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Precision Tuning for German Engineering"
|
||||
title="Unlock Peak German Engineering Performance"
|
||||
description="Unlock your vehicle's true potential with expert tuning services from SF Fahrzeugtechnik. Performance, reliability, and precision."
|
||||
testimonials={[
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
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"
|
||||
imageAlt="Performance tuning garage"
|
||||
@@ -240,6 +240,9 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "vehicle", type: "text", placeholder: "Vehicle Model & Year", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "What are you looking for?", rows: 4,
|
||||
|
||||
Reference in New Issue
Block a user