Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 08:45:41 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -44,7 +44,7 @@ export default function LandingPage() {
title="Dressed for Every Occasion"
description="Where precision tailoring meets African elegance. Luxury menswear crafted for the discerning gentleman. Serving Harare's most distinguished since 2015."
tag="Luxury Menswear"
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/male-tailor-trying-blue-coat-his-customer-sitting-wooden-chair-shop_23-2148180345.jpg"
imageAlt="Premium tailoring craftsmanship"
imagePosition="right"
@@ -57,15 +57,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Tafadzwa Mupara", handle: "CEO, Harare Investments", testimonial: "The attention to detail and quality is unmatched. My go-to for every important event.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg"
},
{
name: "Kudzai Ndlela", handle: "Attorney at Law", testimonial: "Finally, suits that fit perfectly and feel like an extension of my professional identity.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-black-backpack_23-2147860927.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-black-backpack_23-2147860927.jpg"
},
{
name: "Blessing Chitongo", handle: "Fashion Entrepreneur", testimonial: "The craftsmanship and elegance reflect true Zimbabwean pride. Exceptional service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street_158538-14344.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street_158538-14344.jpg"
}
]}
testimonialRotationInterval={5000}
@@ -78,7 +78,7 @@ export default function LandingPage() {
title="Craftsmanship & Heritage"
description="The Suits World has been the cornerstone of Harare's formal wear since 2015. We believe every gentleman deserves a suit that reflects his character, ambition, and refinement. Our expert tailors combine time-honoured Savile Row techniques with modern African sophistication, creating garments that endure."
tag="4.4★ (87 Reviews)"
imageSrc="http://img.b2bpic.net/free-photo/modern-organizer-cutlery-drawer-premium-kitchen_169016-68988.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/modern-organizer-cutlery-drawer-premium-kitchen_169016-68988.jpg"
imageAlt="The Suits World boutique interior"
useInvertedBackground={false}
buttons={[
@@ -142,13 +142,13 @@ export default function LandingPage() {
description="Trusted by Harare's most distinguished gentlemen"
testimonials={[
{
id: "1", name: "Tafadzwa Mupara", role: "CEO, Harare Investments", testimonial: "The attention to detail and quality is absolutely unmatched. My go-to for every important event and business engagement.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg?_wi=2"
id: "1", name: "Tafadzwa Mupara", role: "CEO, Harare Investments", testimonial: "The attention to detail and quality is absolutely unmatched. My go-to for every important event and business engagement.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg"
},
{
id: "2", name: "Kudzai Ndlela", role: "Attorney at Law", testimonial: "Finally, suits that fit perfectly and feel like a natural extension of my professional identity. Outstanding service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-black-backpack_23-2147860927.jpg?_wi=2"
id: "2", name: "Kudzai Ndlela", role: "Attorney at Law", testimonial: "Finally, suits that fit perfectly and feel like a natural extension of my professional identity. Outstanding service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-black-backpack_23-2147860927.jpg"
},
{
id: "3", name: "Blessing Chitongo", role: "Fashion Entrepreneur", testimonial: "The craftsmanship and elegance reflect true Zimbabwean pride. Exceptional service and genuine care.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street_158538-14344.jpg?_wi=2"
id: "3", name: "Blessing Chitongo", role: "Fashion Entrepreneur", testimonial: "The craftsmanship and elegance reflect true Zimbabwean pride. Exceptional service and genuine care.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street_158538-14344.jpg"
},
{
id: "4", name: "Solomon Makwire", role: "Hospitality Executive", testimonial: "Impeccable tailoring and premium fabrics. The Suits World elevated my entire wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg"
@@ -166,11 +166,11 @@ export default function LandingPage() {
title="Experience Luxury Menswear"
description="Visit our boutique in central Harare to experience premium tailoring firsthand. Our expert team is ready to craft your perfect suit."
tagIcon={MapPin}
imageSrc="http://img.b2bpic.net/free-photo/modern-organizer-cutlery-drawer-premium-kitchen_169016-68988.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/modern-organizer-cutlery-drawer-premium-kitchen_169016-68988.jpg"
imageAlt="The Suits World boutique"
mediaAnimation="blur-reveal"
mediaPosition="right"
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Subscribe"
@@ -180,7 +180,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-organizer-cutlery-drawer-premium-kitchen_169016-68988.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/modern-organizer-cutlery-drawer-premium-kitchen_169016-68988.jpg"
imageAlt="The Suits World luxury boutique"
logoText="The Suits World"
copyrightText="© 2025 The Suits World. All rights reserved. Harare, Zimbabwe."