Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 769fd9e7c4 | |||
| 3ad9ff60ca | |||
| cf38efe843 | |||
| 23e050391a | |||
| cbf852ab93 |
@@ -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={[
|
||||
{
|
||||
@@ -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,
|
||||
@@ -279,4 +282,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user