Merge version_5 into main #9

Merged
bender merged 1 commits from version_5 into main 2026-03-08 11:37:41 +00:00

View File

@@ -6,7 +6,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import MediaAbout from '@/components/sections/about/MediaAbout';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Sparkles, Award, Crown, Mail, ArrowRight } from "lucide-react";
@@ -57,22 +57,28 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentySix
features={[
{ title: "Spring/Summer 2025", description: "Contemporary silhouettes with artistic flair", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg?_wi=1", imageAlt: "Spring collection featured dress", buttonIcon: ArrowRight,
{
title: "Spring/Summer 2025", description: "Contemporary silhouettes with artistic flair", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg?_wi=1", imageAlt: "Spring collection featured dress", buttonIcon: ArrowRight,
buttonHref: "#products"
},
{ title: "Outerwear Essentials", description: "Premium jackets and coats for modern elegance", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7070.jpg?_wi=1", imageAlt: "Luxury outerwear collection", buttonIcon: ArrowRight,
{
title: "Outerwear Essentials", description: "Premium jackets and coats for modern elegance", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7070.jpg?_wi=1", imageAlt: "Luxury outerwear collection", buttonIcon: ArrowRight,
buttonHref: "#products"
},
{ title: "Accessories Edit", description: "Curated bags and accessories to complete your look", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors_23-2149548517.jpg?_wi=1", imageAlt: "Premium accessories collection", buttonIcon: ArrowRight,
{
title: "Accessories Edit", description: "Curated bags and accessories to complete your look", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors_23-2149548517.jpg?_wi=1", imageAlt: "Premium accessories collection", buttonIcon: ArrowRight,
buttonHref: "#products"
},
{ title: "Footwear Selection", description: "Statement shoes crafted with precision and style", imageSrc: "http://img.b2bpic.net/free-photo/long-skinny-legs-barefoot-with-high-heeled-sandals-shoes-fashion-details-elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-rich-stylish-lady-elegant-trend-footwear_285396-7257.jpg?_wi=1", imageAlt: "Luxury footwear collection", buttonIcon: ArrowRight,
{
title: "Footwear Selection", description: "Statement shoes crafted with precision and style", imageSrc: "http://img.b2bpic.net/free-photo/long-skinny-legs-barefoot-with-high-heeled-sandals-shoes-fashion-details-elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-rich-stylish-lady-elegant-trend-footwear_285396-7257.jpg?_wi=1", imageAlt: "Luxury footwear collection", buttonIcon: ArrowRight,
buttonHref: "#products"
},
{ title: "Limited Edition", description: "Exclusive pieces available only to select clientele", imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-template-design_23-2149752064.jpg", imageAlt: "Limited edition collection", buttonIcon: ArrowRight,
{
title: "Limited Edition", description: "Exclusive pieces available only to select clientele", imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-template-design_23-2149752064.jpg", imageAlt: "Limited edition collection", buttonIcon: ArrowRight,
buttonHref: "#products"
},
{ title: "Capsule Collection", description: "Versatile essentials designed for timeless appeal", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-eyeglasses-black-silk-jumpsuit-sits-soft-brown-sofa-work-laptop-f_197531-33646.jpg?_wi=1", imageAlt: "Capsule collection showcase", buttonIcon: ArrowRight,
{
title: "Capsule Collection", description: "Versatile essentials designed for timeless appeal", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-eyeglasses-black-silk-jumpsuit-sits-soft-brown-sofa-work-laptop-f_197531-33646.jpg?_wi=1", imageAlt: "Capsule collection showcase", buttonIcon: ArrowRight,
buttonHref: "#products"
},
]}
@@ -133,22 +139,45 @@ export default function LandingPage() {
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFifteen
testimonial="The quality and attention to detail are unparalleled. Every piece feels like a personal investment in timeless style. LUXA has become my go-to for pieces that transcend trends."
rating={5}
author="Isabella Marchetti, Fashion Editor"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg", alt: "Isabella Marchetti" },
{ src: "http://img.b2bpic.net/free-photo/pretty-gorgeous-woman-use-spray-eyes-feeling-good-after-long-laptop-use-sitting-home_496169-98.jpg", alt: "Customer testimonial" },
{ src: "http://img.b2bpic.net/free-photo/beauty-blogger-taking-photo-cosmetics_53876-40971.jpg", alt: "Luxury client" },
{ src: "http://img.b2bpic.net/free-photo/cool-woman-winking-showing-big-thumbs-up-pretty-girl-black-jacket-widely-smiling-looking-into-camera-isolated-background_197531-18491.jpg", alt: "Premium customer" },
{ src: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg", alt: "Brand advocate" },
{ src: "http://img.b2bpic.net/free-photo/pretty-gorgeous-woman-use-spray-eyes-feeling-good-after-long-laptop-use-sitting-home_496169-98.jpg", alt: "Fashion enthusiast" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
<div className="w-full py-20 px-4 md:px-8 bg-gradient-to-b from-transparent to-transparent">
<div className="max-w-7xl mx-auto">
<h2 className="text-4xl md:text-5xl font-bold text-center mb-16">Customer Showcase</h2>
<div className="grid grid-cols-3 gap-8">
{[
{
name: "Isabella Marchetti", role: "Fashion Editor", image: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg"},
{
name: "Sarah Chen", role: "Style Influencer", image: "http://img.b2bpic.net/free-photo/pretty-gorgeous-woman-use-spray-eyes-feeling-good-after-long-laptop-use-sitting-home_496169-98.jpg"},
{
name: "Emma Davis", role: "Luxury Blogger", image: "http://img.b2bpic.net/free-photo/beauty-blogger-taking-photo-cosmetics_53876-40971.jpg"},
{
name: "Jessica Williams", role: "Brand Ambassador", image: "http://img.b2bpic.net/free-photo/cool-woman-winking-showing-big-thumbs-up-pretty-girl-black-jacket-widely-smiling-looking-into-camera-isolated-background_197531-18491.jpg"},
{
name: "Victoria Sterling", role: "Fashion Critic", image: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg"},
{
name: "Olivia Grace", role: "Style Director", image: "http://img.b2bpic.net/free-photo/pretty-gorgeous-woman-use-spray-eyes-feeling-good-after-long-laptop-use-sitting-home_496169-98.jpg"},
{
name: "Sophia Laurent", role: "Fashion Journalist", image: "http://img.b2bpic.net/free-photo/beauty-blogger-taking-photo-cosmetics_53876-40971.jpg"},
{
name: "Alexandra Ross", role: "Luxury Consultant", image: "http://img.b2bpic.net/free-photo/cool-woman-winking-showing-big-thumbs-up-pretty-girl-black-jacket-widely-smiling-looking-into-camera-isolated-background_197531-18491.jpg"},
{
name: "Catherine Blake", role: "Style Expert", image: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg"},
].map((person, index) => (
<div key={index} className="flex flex-col items-center text-center">
<div className="w-full aspect-square rounded-lg overflow-hidden mb-4 shadow-lg">
<img
src={person.image}
alt={person.name}
className="w-full h-full object-cover"
/>
</div>
<h3 className="text-lg font-semibold mb-1">{person.name}</h3>
<p className="text-sm opacity-75">{person.role}</p>
</div>
))}
</div>
</div>
</div>
</div>
<div id="contact" data-section="contact">