Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-08 08:56:59 +00:00

View File

@@ -6,7 +6,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import MediaAbout from '@/components/sections/about/MediaAbout';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { MapPin } from 'lucide-react';
@@ -31,7 +30,6 @@ export default function LandingPage() {
{ name: "Collections", id: "collections" },
{ name: "About", id: "about" },
{ name: "Why Us", id: "features" },
{ name: "Reviews", id: "testimonial" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Book a Fitting", href: "contact" }}
@@ -136,30 +134,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardTwo
title="What Our Clients Say"
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: "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: "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: "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"
}
]}
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Visit Us"
@@ -214,4 +188,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}