|
|
|
|
@@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
@@ -12,7 +11,8 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|
|
|
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
|
import { Activity, Award, Feather, Heart, Paintbrush, ShieldCheck, Sparkles, Wrench } from "lucide-react";
|
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
|
import { Activity, Award, Feather, Heart, Paintbrush, ShieldCheck, Sparkles, Wrench, Quote } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -22,7 +22,7 @@ export default function LandingPage() {
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
contentWidth="mediumSmall"
|
|
|
|
|
sizing="medium"
|
|
|
|
|
background="blurBottom"
|
|
|
|
|
background="fluid"
|
|
|
|
|
cardStyle="solid"
|
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
|
@@ -45,9 +45,10 @@ export default function LandingPage() {
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Request a Quote", href: "#contact"}}
|
|
|
|
|
logoSrc="http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg"
|
|
|
|
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780476716313-05mwh7j7.png"
|
|
|
|
|
logoAlt="MPY Paint Jobs Logo"
|
|
|
|
|
brandName="MPY Paint Jobs"
|
|
|
|
|
logoImageClassName="bg-transparent"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -60,9 +61,9 @@ export default function LandingPage() {
|
|
|
|
|
description="MPY transforms bicycle frames into personalized masterpieces through premium handpainted designs, expert restorations, and one-of-a-kind finishes. From road to street, every bike tells your story."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Request Your Custom Quote", href: "#contact"},
|
|
|
|
|
text: "Book Now", href: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/strong-shirtless-man-makes-acrobatic-figure-with-bmx-studio-isolated-dark-background_613910-9816.jpg"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780468256156-hkaddfls.jpg"
|
|
|
|
|
imageAlt="Custom painted bicycle frame in a studio"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
fixedMediaHeight={true}
|
|
|
|
|
@@ -98,29 +99,24 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<AboutMetric
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Crafted with Precision. Driven by Passion."
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
icon: Paintbrush,
|
|
|
|
|
label: "Custom Creations", value: "1000+"},
|
|
|
|
|
{
|
|
|
|
|
icon: Sparkles,
|
|
|
|
|
label: "Unique Designs", value: "100%"},
|
|
|
|
|
{
|
|
|
|
|
icon: Activity,
|
|
|
|
|
label: "Happy Riders", value: "500+"},
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
tag="Our Promise"
|
|
|
|
|
title="Your Vision, Our Canvas."
|
|
|
|
|
description="At MPY Paint Jobs, we believe every bike tells a story. Hear from our satisfied customers who have experienced the MPY difference and ride with unparalleled style."
|
|
|
|
|
subdescription="Their custom bikes are now personalized masterpieces, reflecting their unique vision and our dedication to excellence."
|
|
|
|
|
icon={Quote}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780477477656-h7tjjciu.jpg"
|
|
|
|
|
imageAlt="Happy cyclist with a custom painted bike"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
title="The MPY Transformation Process"
|
|
|
|
|
description="We meticulously transform your vision into reality, combining artistic flair with technical expertise for a finish that truly stands out."
|
|
|
|
|
title="The MPY Craft Process"
|
|
|
|
|
description="We turn your vision into a precision-crafted finish where artistry and technical mastery meet."
|
|
|
|
|
accordionItems={[
|
|
|
|
|
{
|
|
|
|
|
id: "process-1", title: "1. Vision & Consultation", content: "Share your ideas, inspirations, and desired aesthetics. We'll explore design concepts, color palettes, and material finishes to fully capture your vision."},
|
|
|
|
|
@@ -131,7 +127,7 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
id: "process-4", title: "4. Durable Finish & Delivery", content: "A multi-layer clear coat is applied for maximum durability and a deep, lasting shine. Your masterpiece is then carefully inspected and prepared for its journey back to you."},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/crop-man-bicycle-bridge_23-2147764158.jpg"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780469364696-hiwp5qar.jpg"
|
|
|
|
|
imageAlt="Bicycle frame being prepped for painting"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
@@ -190,7 +186,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "t1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cyclist-catching-his-breath_329181-8667.jpg", imageAlt: "Alex P. with custom bike"},
|
|
|
|
|
id: "t1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cyclist-catching-his-breath_329181-8667.jpg?_wi=2", imageAlt: "Alex P. with custom bike"},
|
|
|
|
|
{
|
|
|
|
|
id: "t2", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2354.jpg", imageAlt: "Sarah J. with her custom bike"},
|
|
|
|
|
{
|
|
|
|
|
@@ -268,7 +264,7 @@ export default function LandingPage() {
|
|
|
|
|
name: "projectDetails", placeholder: "Tell us about your project vision (e.g., bike type, style, colors, desired date)", rows: 5,
|
|
|
|
|
required: true,
|
|
|
|
|
}}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-repairing-bike_23-2148932598.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"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
@@ -278,7 +274,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBaseCard
|
|
|
|
|
logoSrc="http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg"
|
|
|
|
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780476716313-05mwh7j7.png"
|
|
|
|
|
logoAlt="MPY Paint Jobs Logo"
|
|
|
|
|
logoText="MPY Paint Jobs"
|
|
|
|
|
columns={[
|
|
|
|
|
@@ -316,6 +312,7 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2024 MPY Paint Jobs. All rights reserved."
|
|
|
|
|
logoImageClassName="bg-transparent"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|