4 Commits

Author SHA1 Message Date
3ad9ff60ca Update src/app/page.tsx 2026-04-21 23:24:11 +00:00
cf38efe843 Merge version_3 into main
Merge version_3 into main
2026-04-21 23:22:44 +00:00
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

View File

@@ -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,