6 Commits

Author SHA1 Message Date
6d510afe26 Update src/app/page.tsx 2026-04-22 06:52:36 +00:00
1508c59b62 Merge version_3 into main
Merge version_3 into main
2026-04-22 06:51:35 +00:00
bc97c40f96 Update src/app/page.tsx 2026-04-22 06:51:29 +00:00
4a54bdd54e Merge version_3 into main
Merge version_3 into main
2026-04-22 06:51:08 +00:00
2a286a92fe Update src/app/page.tsx 2026-04-22 06:51:05 +00:00
ce6993a6e2 Merge version_2 into main
Merge version_2 into main
2026-04-22 06:49:15 +00:00

View File

@@ -116,19 +116,19 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "t1", name: "Alex Rivers", role: "Creative Lead", company: "Studio X", rating: 5, id: "t1", name: "Alex Rivers", role: "Creative Lead", company: "Studio X", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-young-girl-business-clothes-posing-light-background-studio-concept-stylish-clothes-sophistication_78826-3394.jpg"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg?_wi=1"},
{ {
id: "t2", name: "Sarah Jenkins", role: "Director", company: "Brand Co", rating: 5, id: "t2", name: "Sarah Jenkins", role: "Director", company: "Brand Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-chair_23-2149213192.jpg"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg?_wi=2"},
{ {
id: "t3", name: "Mark Owen", role: "Freelancer", company: "Self", rating: 5, id: "t3", name: "Mark Owen", role: "Freelancer", company: "Self", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg?_wi=3"},
{ {
id: "t4", name: "Elena Voss", role: "Designer", company: "Agency Ltd", rating: 5, id: "t4", name: "Elena Voss", role: "Designer", company: "Agency Ltd", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021812.jpg"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg?_wi=4"},
{ {
id: "t5", name: "Tom Baker", role: "Architect", company: "Firm One", rating: 5, id: "t5", name: "Tom Baker", role: "Architect", company: "Firm One", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-sitting-couch_23-2148415817.jpg"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ChaeSUOuXuI6UCWCky1Y9Qm6Im/uploaded-1776840651842-9ydyrzhj.jpg?_wi=5"},
]} ]}
kpiItems={[ kpiItems={[
{ {
@@ -139,7 +139,7 @@ export default function LandingPage() {
value: "Global", label: "Shipping"}, value: "Global", label: "Shipping"},
]} ]}
title="Community Voices" title="Community Voices"
description="See why our customers trust the brand." description="We take pride in our commitment to quality, reflected in the stories of our community members who value excellence and sustainable fashion choices."
/> />
</div> </div>
@@ -149,11 +149,11 @@ export default function LandingPage() {
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
tag="Support" tag="Support"
title="Need Assistance?" title="Direct Access to Our Team"
description="Our team is here to help with sizing, shipping, or returns." description="Whether you need advice on your next fit or have questions about order logistics, our premium support team is available 24/7 to provide personalized assistance."
buttons={[ buttons={[
{ {
text: "Get in Touch", href: "mailto:hello@mbrot.com"}, text: "Start a Conversation", href: "mailto:hello@mbrot.com"},
]} ]}
/> />
</div> </div>
@@ -161,7 +161,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="MBROT" logoText="MBROT"
copyrightText="© 2025 | MBROT UK" copyrightText="© 2025 | MBROT Premium Collective"
socialLinks={[ socialLinks={[
{ {
icon: Instagram, icon: Instagram,
@@ -175,4 +175,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }