Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ad9ff60ca | |||
| cf38efe843 | |||
| 23e050391a | |||
| cbf852ab93 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
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."
|
description="Unlock your vehicle's true potential with expert tuning services from SF Fahrzeugtechnik. Performance, reliability, and precision."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -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