Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-19 22:36:48 +00:00

View File

@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Shield, Star, Zap } from "lucide-react";
export default function LandingPage() {
@@ -144,42 +144,40 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
<TestimonialCardFifteen
testimonial="SW.streetwear sets the absolute gold standard. Every piece I've received has been impeccably authenticated and handled with true luxury care."
rating={5}
author="Marcus A. | Collector"
avatars={[{ src: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915132.jpg", alt: "Customer" }]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Marcus A.", role: "Collector", company: "NYC", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915132.jpg" },
{ id: "2", name: "Elena V.", role: "Influencer", company: "Paris", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/european-brunette-woman-black-panama-white-trendy-jacket-posing-pink-background-isolate_273443-4056.jpg" },
{ id: "3", name: "David L.", role: "Designer", company: "London", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cigarette-brown-winter-head-blue-scarf_613910-331.jpg" },
{ id: "4", name: "Sarah P.", role: "Stylist", company: "Tokyo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-stepping-chair_23-2147781153.jpg" },
{ id: "5", name: "James K.", role: "Collector", company: "LA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-lady-trench-coat-standing-thoughtfully-looking-aside_574295-5633.jpg" }
]}
kpiItems={[
{ value: "100%", label: "Authentic" },
{ value: "48h", label: "Dispatch" },
{ value: "4.9", label: "Rating" }
]}
title="Community Voices"
description="Experience the SW.streetwear standard."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactCTA
tag="Connect"
title="Join the Archive"
description="Sign up for early access to our rarest drops and exclusive content."
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Join Waitlist", href: "#" }]}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterMedia
logoText="SW.streetwear"
leftLink={{ text: "Archive", href: "#products" }}
rightLink={{ text: "Support", href: "#contact" }}
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg"
columns={[
{
title: "Archive", items: [{ label: "Shop New", href: "#" }, { label: "Archives", href: "#" }]
},
{
title: "Support", items: [{ label: "Authentication", href: "#" }, { label: "Help", href: "#" }]
}
]}
copyrightText="© 2025 SW.streetwear"
/>
</div>
</ReactLenis>