21 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
1198ea4a91 Update src/app/page.tsx 2026-06-05 13:57:49 +00:00
e66dee752e Merge version_18 into main
Merge version_18 into main
2026-06-05 13:56:37 +00:00
feced8c6b9 Update src/app/page.tsx 2026-06-05 13:56:31 +00:00
cbb37d0ee7 Merge version_18 into main
Merge version_18 into main
2026-06-03 12:34:16 +00:00
5e0c526ce7 Update src/app/page.tsx 2026-06-03 12:34:13 +00:00
472a8267a8 Merge version_18 into main
Merge version_18 into main
2026-06-03 10:51:41 +00:00
662dbe11d0 Update src/app/page.tsx 2026-06-03 10:51:38 +00:00
08a8ee2440 Merge version_17 into main
Merge version_17 into main
2026-06-03 10:47:49 +00:00
41d68e9ff9 Merge version_17 into main
Merge version_17 into main
2026-06-03 10:47:30 +00:00
ed7da27f8b Merge version_17 into main
Merge version_17 into main
2026-06-03 10:46:51 +00:00
359ef88e62 Merge version_17 into main
Merge version_17 into main
2026-06-03 10:46:03 +00:00
498787621a Merge version_17 into main
Merge version_17 into main
2026-06-03 10:45:36 +00:00
2e819316e6 Merge version_17 into main
Merge version_17 into main
2026-06-03 10:44:09 +00:00
3f9211d2dd Merge version_17 into main
Merge version_17 into main
2026-06-03 10:43:56 +00:00
a5e728e72d Merge version_17 into main
Merge version_17 into main
2026-06-03 10:43:33 +00:00
c0f801e3ec Merge version_17 into main
Merge version_17 into main
2026-06-03 10:42:49 +00:00
21e64b5fc4 Merge version_17 into main
Merge version_17 into main
2026-06-03 10:42:14 +00:00
bfc1022fee Merge version_17 into main
Merge version_17 into main
2026-06-03 10:41:57 +00:00
292dfbd53e Merge version_17 into main
Merge version_17 into main
2026-06-03 10:39:36 +00:00

View File

@@ -87,17 +87,17 @@ export default function LandingPage() {
avatarText="Join 500+ happy riders!"
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-icon", text: "Unmatched Durability", icon: ShieldCheck,
type: "text-icon", text: "Unmatched Durability", icon: ShieldCheck
},
{
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
},
]}
/>
@@ -229,17 +229,16 @@ export default function LandingPage() {
id: "faq-2", title: "How much is the paint job service?", content: "Prices vary depending on the frame material whether aluminum, steel, or carbon and the color or design you choose. Our custom paint jobs usually start at ₱7,500."
},
{
id: "faq-3", title: "How long does it take?", content: "We use anzhal automotive urethane paint, topped with a high solid clear coat. Every frame also gets a 3 step polish for a smooth, glossy finish."
id: "faq-3", title: "What kind of paint do you use?", content: "We use anzhal automotive urethane paint, topped with a high solid clear coat. Every frame also gets a 3 step polish for a smooth, glossy finish."
},
{
id: "faq-4", title: "Do you scrape or strip off the old paint?", content: "Yes! for aluminum and steel frames, we use a chemical paint stripper to fully remove the old paint. For carbon frames, we DON'T use chemicals, we sand it manually to avoid damaging the material and to keep the frame in good condition underneath the new paint."
},
{
id: "faq-5", title: "How long does it take?", content: "A custom paint job usually takes 2-4 weeks. It depends on the frame's condition, weather, and any unexpected delays. We always make sure to give each frame the time and detail it deserves."
id: "faq-5", title: "What kind of paint do you use?", content: "A custom paint job usually takes 3-4 weeks. It depends on the frame's condition, weather, and any unexpected delays. We always make sure to give each frame the time and detail it deserves."
},
{
id: "faq-6", title: "Can we ship our frames if we're far from the shop? ", content: "Yes, you can! you can send your frames through couriers like Lalamove, J&T or any shipping company you trust. We accept shipped frames from anywhere, Worldwide.
"
id: "faq-6", title: "Can we ship our frames if we're far from the shop? ", content: "Yes, you can! you can send your frames through couriers like Lalamove, J&T or any shipping company you trust. We accept shipped frames from anywhere, Worldwide."
}
]}
/>
@@ -278,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."
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)"},
@@ -292,7 +291,7 @@ export default function LandingPage() {
}}
textarea={{
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"
imageAlt="Close up of bicycle frame in a workshop"
@@ -316,7 +315,7 @@ export default function LandingPage() {
label: "Refinishing", href: "#features"},
{
label: "Restoration", href: "#features"},
],
]
},
{
title: "Studio", items: [
@@ -332,7 +331,7 @@ export default function LandingPage() {
label: "Socials", href: "#social-media"},
{
label: "Contact", href: "#contact"},
],
]
},
{
title: "Legal", items: [
@@ -340,7 +339,7 @@ export default function LandingPage() {
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
]
},
]}
copyrightText="© 2021 MPY Paint Jobs. All rights reserved."
@@ -350,4 +349,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}