16 Commits

Author SHA1 Message Date
30a2bd742b Update src/app/page.tsx 2026-06-03 10:33:56 +00:00
7fd1ccfb83 Merge version_15 into main
Merge version_15 into main
2026-06-03 10:31:57 +00:00
f3c5878127 Update src/app/page.tsx 2026-06-03 10:31:54 +00:00
f52535e460 Merge version_14 into main
Merge version_14 into main
2026-06-03 10:28:51 +00:00
5f5f42cecb Update src/app/page.tsx 2026-06-03 10:28:48 +00:00
9ae82ba90c Merge version_13 into main
Merge version_13 into main
2026-06-03 10:26:32 +00:00
386a8d158e Update src/app/page.tsx 2026-06-03 10:26:29 +00:00
ab556dcf52 Merge version_11 into main
Merge version_11 into main
2026-06-03 10:13:35 +00:00
e94d08ee24 Update src/app/page.tsx 2026-06-03 10:13:32 +00:00
fe3145a440 Merge version_11 into main
Merge version_11 into main
2026-06-03 10:12:50 +00:00
3bd665092e Update src/app/page.tsx 2026-06-03 10:12:47 +00:00
1102bad026 Merge version_11 into main
Merge version_11 into main
2026-06-03 10:12:28 +00:00
ed0aecdaa2 Update src/app/page.tsx 2026-06-03 10:12:22 +00:00
d108bd096d Merge version_11 into main
Merge version_11 into main
2026-06-03 10:11:38 +00:00
2862359fb2 Update src/app/page.tsx 2026-06-03 10:11:35 +00:00
d52b6af95c Merge version_10 into main
Merge version_10 into main
2026-06-03 10:09:40 +00:00

View File

@@ -8,11 +8,11 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { Activity, Award, Feather, Heart, Paintbrush, ShieldCheck, Sparkles, Wrench, Quote } from "lucide-react"; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Activity, Award, Feather, Heart, ShieldCheck, Sparkles, Quote } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -37,9 +37,11 @@ export default function LandingPage() {
{ {
name: "Services", id: "#features"}, name: "Services", id: "#features"},
{ {
name: "Portfolio", id: "#products"}, name: "Portfolio", id: "#products"},
{ {
name: "Testimonials", id: "#testimonials"}, name: "Testimonials", id: "#testimonials"},
{
name: "Socials", id: "#social-media"},
{ {
name: "Quote", id: "#contact"}, name: "Quote", id: "#contact"},
]} ]}
@@ -136,11 +138,11 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardFour <ProductCardFour
animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
carouselMode="buttons" carouselMode="buttons"
animationType="slide-up"
products={[ products={[
{ {
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: "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"
@@ -208,42 +210,29 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="pricing" data-section="pricing"> <div id="social-media" data-section="social-media">
<PricingCardEight <SocialProofOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
plans={[ title="Connect with MPY Paint Jobs"
{ 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."
id: "plan-1", badge: "Essential Re-finish", badgeIcon: Paintbrush, tag="Stay Connected"
price: "Starting at $400", subtitle: "Revitalize your frame with a fresh, clean look.", buttons: [ names={[
{ "Facebook: mpycustompaintjobs", "Instagram: mpypaintjobs_", "YouTube", "Twitter (X)"
text: "Get a Quote", href: "#contact"},
],
features: [
"Single-stage color application", "Minor surface prep & repair", "Durable gloss/matte finish", "Professional component masking"],
},
{
id: "plan-2", badge: "Signature Masterpiece", badgeIcon: Sparkles,
price: "Starting at $800", subtitle: "Collaborate with artists for a unique, personalized design.", buttons: [
{
text: "Design Consultation", href: "#contact"},
],
features: [
"Multi-tone & graphic options", "Intricate detail & airbrushing", "Advanced protective clear coats", "Dedicated design consultation"],
},
{
id: "plan-3", badge: "Heritage Revival", badgeIcon: Wrench,
price: "Starting at $1200", subtitle: "Bring cherished classics back to their original glory.", buttons: [
{
text: "Restore My Bike", href: "#contact"},
],
features: [
"Complete frame assessment & repair", "Historical color & decal replication", "Corrosion treatment & prevention", "Ceramic top coat for ultimate protection"],
},
]} ]}
title="Unleash Your Bike's Potential: Tailored Artistry Services" buttons={[
description="Discover the perfect service tier to transform your bicycle. From meticulous restoration to bespoke artistic designs, we offer unparalleled craftsmanship tailored to your desires and budget." {
text: "Facebook: mpycustompaintjobs"},
{
text: "Instagram: mpypaintjobs_"},
{
text: "YouTube", href: "https://www.youtube.com/MPYPaintJobs"},
{
text: "Twitter (X)", href: "https://twitter.com/MPYPaintJobs"}
]}
speed={40}
showCard={true}
ariaLabel="Social Media Section"
textboxLayout="default"
/> />
</div> </div>
@@ -292,8 +281,6 @@ export default function LandingPage() {
label: "Refinishing", href: "#features"}, label: "Refinishing", href: "#features"},
{ {
label: "Restoration", href: "#features"}, label: "Restoration", href: "#features"},
{
label: "Bulk Orders", href: "#pricing"},
], ],
}, },
{ {
@@ -304,6 +291,8 @@ export default function LandingPage() {
label: "Our Process", href: "#features"}, label: "Our Process", href: "#features"},
{ {
label: "Testimonials", href: "#testimonials"}, label: "Testimonials", href: "#testimonials"},
{
label: "Socials", href: "#social-media"},
{ {
label: "Contact", href: "#contact"}, label: "Contact", href: "#contact"},
], ],