Merge version_2 into main #2

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

View File

@@ -2,13 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroCentered from '@/components/sections/hero/HeroCentered';
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 ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Sparkles, Award, Crown, Mail, ArrowRight } from "lucide-react";
export default function LandingPage() {
@@ -41,16 +41,12 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCentered
<HeroLogo
title="Timeless Elegance Redefined"
description="Discover our curated collection of luxury fashion pieces, where minimalist design meets premium craftsmanship. Each piece tells a story of editorial excellence and refined taste."
background={{ variant: "plain" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg", alt: "Luxury client" },
{ 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" },
{ src: "http://img.b2bpic.net/free-photo/beauty-blogger-taking-photo-cosmetics_53876-40971.jpg", alt: "Premium customer" },
]}
avatarText="Trusted by luxury enthusiasts worldwide"
logoSrc="http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286973.jpg"
logoAlt="LUXA luxury brand logo"
buttons={[
{ text: "Explore Collection", href: "#products" },
{ text: "View Lookbook", href: "#features" },
@@ -174,10 +170,9 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/young-caucasian-slender-brunette-girl-black-elegant-suit-glasses-sits-by-window-with-glass-drink-evening-lifestyle-concept_197531-32089.jpg"
imageAlt="LUXA luxury brand finale"
<FooterLogoEmphasis
logoText="LUXA"
tagline="Timeless elegance, modern luxury"
copyrightText="© 2025 | LUXA Luxury Fashion"
columns={[
{
@@ -209,4 +204,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}