7 Commits

Author SHA1 Message Date
56c980a527 Update src/app/page.tsx 2026-06-03 10:07:42 +00:00
ec8256b841 Update src/app/page.tsx 2026-06-03 10:07:23 +00:00
9f707e0dca Update src/app/page.tsx 2026-06-03 10:06:08 +00:00
cb68d944ab Update src/app/page.tsx 2026-06-03 10:04:57 +00:00
a7beda6233 Update src/app/page.tsx 2026-06-03 09:58:36 +00:00
149bedc76b Merge version_8 into main
Merge version_8 into main
2026-06-03 09:56:03 +00:00
fb194d43cc Merge version_8 into main
Merge version_8 into main
2026-06-03 09:55:39 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
]} ]}
button={{ button={{
text: "Request a Quote", href: "#contact"}} text: "Request a Quote", href: "#contact"}}
logoSrc="http://img.b2bpic.net/free-photo/electric-bicycle-shop-with-bike-repair_171189-299.jpg" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780480689439-0t879idk.png"
logoAlt="MPY Paint Jobs Logo" logoAlt="MPY Paint Jobs Logo"
brandName="MPY Paint Jobs" brandName="MPY Paint Jobs"
logoImageClassName="bg-transparent" logoImageClassName="bg-transparent"
@@ -192,13 +192,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
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: "t1", name: "Alex P.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780481087551-8p9bipxt.jpg", 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"}, id: "t2", name: "Sarah J.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780481159781-397bl9jm.jpg", imageAlt: "Sarah J. with her custom bike"},
{ {
id: "t3", name: "Mike C.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-blurry-woman-workshop_23-2149103832.jpg", imageAlt: "Mike C. showing off his restoration"}, id: "t3", name: "Mike C.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780481163326-q46znam2.jpg", imageAlt: "Mike C. showing off his restoration"},
{ {
id: "t4", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/interested-african-male-model-red-pants-smiling-portrait-inspired-black-guy-standing-near-green-bicycle_197531-20222.jpg", imageAlt: "Emily R. excited about her new paint job"}, id: "t4", name: "Emily R.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780481238971-wn0n8f2k.jpg", imageAlt: "Emily R. excited about her new paint job"},
{ {
id: "t5", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/man-racing-dirt-bike_23-2151493384.jpg", imageAlt: "David K. admiring his custom frame"}, id: "t5", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/man-racing-dirt-bike_23-2151493384.jpg", imageAlt: "David K. admiring his custom frame"},
]} ]}
@@ -280,7 +280,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoSrc="http://img.b2bpic.net/free-photo/electric-bicycle-shop-with-bike-repair_171189-299.jpg" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780480689439-0t879idk.png"
logoAlt="MPY Paint Jobs Logo" logoAlt="MPY Paint Jobs Logo"
logoText="MPY Paint Jobs" logoText="MPY Paint Jobs"
columns={[ columns={[
@@ -317,7 +317,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
copyrightText="© 2024 MPY Paint Jobs. All rights reserved." copyrightText="© 2021 MPY Paint Jobs. All rights reserved."
logoImageClassName="bg-transparent" logoImageClassName="bg-transparent"
/> />
</div> </div>