Compare commits
51 Commits
version_11
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| 525eac7e5a | |||
| 889abfecac | |||
| 7a585d17ab | |||
| 04dc910dd0 | |||
| e008b8e926 | |||
| fd3f9486aa | |||
| c12394f806 | |||
| cc0e135978 | |||
| 1198ea4a91 | |||
| e66dee752e | |||
| feced8c6b9 | |||
| cbb37d0ee7 | |||
| 5e0c526ce7 | |||
| 472a8267a8 | |||
| 662dbe11d0 | |||
| 08a8ee2440 | |||
| 9a5b4163da | |||
| 41d68e9ff9 | |||
| a37c19ce71 | |||
| ed7da27f8b | |||
| 4c0a2922f9 | |||
| 359ef88e62 | |||
| 3b2e9ce3a7 | |||
| 498787621a | |||
| 95f3072ee2 | |||
| 2e819316e6 | |||
| c49ce5a1a0 | |||
| 3f9211d2dd | |||
| ba5c1d1393 | |||
| a5e728e72d | |||
| 5645db502b | |||
| c0f801e3ec | |||
| 51d8384edd | |||
| 21e64b5fc4 | |||
| 8d3693d8a2 | |||
| bfc1022fee | |||
| 4ce91b5bb2 | |||
| 292dfbd53e | |||
| 3546ff4758 | |||
| 14f23c5cdd | |||
| 30a2bd742b | |||
| 7fd1ccfb83 | |||
| f3c5878127 | |||
| f52535e460 | |||
| 5f5f42cecb | |||
| 9ae82ba90c | |||
| 386a8d158e | |||
| ab556dcf52 | |||
| fe3145a440 | |||
| 1102bad026 | |||
| d108bd096d |
@@ -8,10 +8,11 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import { Activity, Award, Feather, Heart, ShieldCheck, Sparkles, Quote } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -37,9 +38,11 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Portfolio", id: "#products"},
|
||||
name: "Portfolio", id: "#products"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs", id: "#faq"},
|
||||
{
|
||||
name: "Socials", id: "#social-media"},
|
||||
{
|
||||
@@ -84,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
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -137,34 +140,30 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
<FeatureCardTwentyFour
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
title="Our Services: Crafting Your Ride"
|
||||
description="We offer a range of services from custom paint designs to expert restoration, ensuring every bicycle frame is a unique masterpiece."
|
||||
features={[
|
||||
{
|
||||
id: "product-1", name: "Elves Bikes Frame", price: "Repaint Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780467729397-lqxx901e.jpg", imageAlt: "Custom painted racing bike frame with geometric patterns", variant: "Road Bike"
|
||||
id: "feature-1", title: "Custom Paint Designs", author: "MPY Paint Jobs", description: "Unleash your creativity with personalized graphics, vibrant color schemes, and unique finishes tailored to your style.", tags: ["Design", "Personalization"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780467729397-lqxx901e.jpg", imageAlt: "Custom painted racing bike frame with geometric patterns"
|
||||
},
|
||||
{
|
||||
id: "product-2", name: "Ave Maldea Custom Frame", price: "Restoration Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780467713489-t0pr11a2.jpg", imageAlt: "Restored vintage bicycle frame with new paint", variant: "Fixed Gear"
|
||||
id: "feature-2", title: "Expert Restoration", author: "MPY Paint Jobs", description: "Bring your vintage or damaged frames back to life with meticulous repairs, flawless paint matching, and durable finishes.", tags: ["Restoration", "Repair"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780467713489-t0pr11a2.jpg", imageAlt: "Restored vintage bicycle frame with new paint"
|
||||
},
|
||||
{
|
||||
id: "product-3", name: "Specialized Works Frame", price: "Repaint Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780466560858-i0e9zcla.jpg?_wi=1", imageAlt: "Custom painted mountain bike frame with artistic design", variant: "Road Bike"
|
||||
id: "feature-3", title: "Premium Finishes", author: "MPY Paint Jobs", description: "Choose from a wide array of high-quality finishes, including matte, gloss, metallic, and specialty effects for a truly unique look.", tags: ["Finishing", "Quality"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780466560858-i0e9zcla.jpg?_wi=1", imageAlt: "Custom painted mountain bike frame with artistic design"
|
||||
},
|
||||
{
|
||||
id: "product-4", name: "Giant Frame", price: "Repaint Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780478634392-fiau9xji.jpg", imageAlt: "Custom painted electric bike frame for urban commuting", variant: "Road Bike"
|
||||
},
|
||||
{
|
||||
id: "product-5", name: "Cinelli Mash Frame", price: "Repaint Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780479213950-wm0qmy6y.jpg", imageAlt: "Custom painted track bike frame with bold graphics", variant: "Fixed Gear"
|
||||
},
|
||||
{
|
||||
id: "product-6", name: "Specialized Frame", price: "Repaint Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780466560858-i0e9zcla.jpg?_wi=2", imageAlt: "Bicycle frame with vibrant graffiti-style custom paint", variant: "Road Bike"
|
||||
},
|
||||
id: "feature-4", title: "Bulk & Team Orders", author: "MPY Paint Jobs", description: "Custom painting solutions for bike shops, racing teams, and group projects with consistent quality and competitive pricing.", tags: ["Bulk", "Teams"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780478634392-fiau9xji.jpg", imageAlt: "Custom painted electric bike frame for urban commuting"
|
||||
}
|
||||
]}
|
||||
title="Our Masterpieces: A Gallery of Custom Frames"
|
||||
description="Explore a selection of our finest custom painted bicycle frames, showcasing unique designs, vibrant colors, and unparalleled attention to detail."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,6 +209,34 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
useInvertedBackground={true}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our custom bicycle frame painting, refinishing, and restoration services."
|
||||
tag="FAQs"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "Where are you located?", content: "Our shop is located in Salitran 1, Dasmariñas City, Cavite. You can pin your map at Total (Salitran), and our shop is directly in front of it—just look for the sliding door beside the helmet vending machine."
|
||||
},
|
||||
{
|
||||
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: "A custom paint job usually takes 3–4 weeks, depending on the frame’s condition, weather, and any unexpected delays. We always make sure to give each frame the time and attention it deserves."
|
||||
},
|
||||
{
|
||||
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-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."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-media" data-section="social-media">
|
||||
<SocialProofOne
|
||||
useInvertedBackground={true}
|
||||
@@ -217,13 +244,13 @@ export default function LandingPage() {
|
||||
description="Follow us on our social media platforms to see our latest custom paint projects, behind-the-scenes glimpses, and connect with our community of riders and enthusiasts."
|
||||
tag="Stay Connected"
|
||||
names={[
|
||||
"Facebook", "Instagram", "YouTube", "Twitter (X)"
|
||||
"Facebook: mpycustompaintjobs", "Instagram: mpypaintjobs_", "YouTube", "Twitter (X)"
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Facebook", href: "https://www.facebook.com/MPYPaintJobs"},
|
||||
text: "Facebook: mpycustompaintjobs"},
|
||||
{
|
||||
text: "Instagram", href: "https://www.instagram.com/MPYPaintJobs"},
|
||||
text: "Instagram: mpypaintjobs_"},
|
||||
{
|
||||
text: "YouTube", href: "https://www.youtube.com/MPYPaintJobs"},
|
||||
{
|
||||
@@ -243,10 +270,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)"},
|
||||
@@ -257,7 +284,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"
|
||||
@@ -281,7 +308,7 @@ export default function LandingPage() {
|
||||
label: "Refinishing", href: "#features"},
|
||||
{
|
||||
label: "Restoration", href: "#features"},
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Studio", items: [
|
||||
@@ -291,11 +318,13 @@ export default function LandingPage() {
|
||||
label: "Our Process", href: "#features"},
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Socials", href: "#social-media"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
@@ -303,7 +332,7 @@ export default function LandingPage() {
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
]
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2021 MPY Paint Jobs. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user