5 Commits

Author SHA1 Message Date
c12394f806 Update src/app/page.tsx 2026-06-05 13:59:26 +00:00
cc0e135978 Merge version_18 into main
Merge version_18 into main
2026-06-05 13:57:52 +00:00
e66dee752e Merge version_18 into main
Merge version_18 into main
2026-06-05 13:56:37 +00:00
cbb37d0ee7 Merge version_18 into main
Merge version_18 into main
2026-06-03 12:34:16 +00:00
472a8267a8 Merge version_18 into main
Merge version_18 into main
2026-06-03 10:51:41 +00:00

View File

@@ -87,17 +87,17 @@ export default function LandingPage() {
avatarText="Join 500+ happy riders!" avatarText="Join 500+ happy riders!"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", text: "Precision Craftsmanship", icon: Feather, type: "text-icon", text: "Precision Craftsmanship", icon: Feather
}, },
{ {
type: "text", text: "Your Vision, Our Canvas"}, type: "text", text: "Your Vision, Our Canvas"},
{ {
type: "text-icon", text: "Unmatched Durability", icon: ShieldCheck, type: "text-icon", text: "Unmatched Durability", icon: ShieldCheck
}, },
{ {
type: "text", text: "Hand-Painted Perfection"}, type: "text", text: "Hand-Painted Perfection"},
{ {
type: "text-icon", text: "Ride in Unique Style", icon: Activity, type: "text-icon", text: "Ride in Unique Style", icon: Activity
}, },
]} ]}
/> />
@@ -277,10 +277,10 @@ export default function LandingPage() {
description="Tell us about your vision. Our team will get back to you within 24 hours to discuss your project and provide a personalized quote." description="Tell us about your vision. Our team will get back to you within 24 hours to discuss your project and provide a personalized quote."
inputs={[ inputs={[
{ {
name: "name", type: "text", placeholder: "Your Name", required: true, name: "name", type: "text", placeholder: "Your Name", required: true
}, },
{ {
name: "email", type: "email", placeholder: "Your Email", required: true, name: "email", type: "email", placeholder: "Your Email", required: true
}, },
{ {
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"}, name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
@@ -291,7 +291,7 @@ export default function LandingPage() {
}} }}
textarea={{ textarea={{
name: "projectDetails", placeholder: "Tell us about your project vision (e.g., bike type, style, colors, desired date)", rows: 5, name: "projectDetails", placeholder: "Tell us about your project vision (e.g., bike type, style, colors, desired date)", rows: 5,
required: true, required: true
}} }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780476585715-xxiwthkq.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780476585715-xxiwthkq.jpg"
imageAlt="Close up of bicycle frame in a workshop" imageAlt="Close up of bicycle frame in a workshop"
@@ -315,7 +315,7 @@ export default function LandingPage() {
label: "Refinishing", href: "#features"}, label: "Refinishing", href: "#features"},
{ {
label: "Restoration", href: "#features"}, label: "Restoration", href: "#features"},
], ]
}, },
{ {
title: "Studio", items: [ title: "Studio", items: [
@@ -331,7 +331,7 @@ export default function LandingPage() {
label: "Socials", href: "#social-media"}, label: "Socials", href: "#social-media"},
{ {
label: "Contact", href: "#contact"}, label: "Contact", href: "#contact"},
], ]
}, },
{ {
title: "Legal", items: [ title: "Legal", items: [
@@ -339,7 +339,7 @@ export default function LandingPage() {
label: "Privacy Policy", href: "#"}, label: "Privacy Policy", href: "#"},
{ {
label: "Terms of Service", href: "#"}, label: "Terms of Service", href: "#"},
], ]
}, },
]} ]}
copyrightText="© 2021 MPY Paint Jobs. All rights reserved." copyrightText="© 2021 MPY Paint Jobs. All rights reserved."