5 Commits

Author SHA1 Message Date
c5787adfd2 Update theme colors 2026-03-08 11:19:40 +00:00
b8b3887d49 Update src/app/page.tsx 2026-03-08 11:18:12 +00:00
25e3d8ac36 Update src/app/page.tsx 2026-03-08 11:13:06 +00:00
f3542c549d Update src/app/page.tsx 2026-03-08 11:11:54 +00:00
0b4d4ec62d Merge version_1 into main
Merge version_1 into main
2026-03-08 11:07:48 +00:00
2 changed files with 25 additions and 27 deletions

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,11 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCentered
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"
<HeroLogo
logoText=""
description=""
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AezcJjtE7L4EQgsTu8wRWWHzR9/uploaded-1772968680247-6qw3frkx.png"
imageAlt="LUXA luxury brand logo"
buttons={[
{ text: "Explore Collection", href: "#products" },
{ text: "View Lookbook", href: "#features" },
@@ -64,22 +59,28 @@ export default function LandingPage() {
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,
buttonHref: "#products"},
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,
buttonHref: "#products"},
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,
buttonHref: "#products"},
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,
buttonHref: "#products"},
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,
buttonHref: "#products"},
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,
buttonHref: "#products"},
buttonHref: "#products"
},
]}
title="Editorial Collections"
description="Handpicked seasonal pieces featuring the finest materials and innovative design"
@@ -174,14 +175,11 @@ 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"
copyrightText="© 2025 | LUXA Luxury Fashion"
columns={[
{
title: "Collections", items: [
items: [
{ label: "New Arrivals", href: "#products" },
{ label: "Seasonal Edit", href: "#features" },
{ label: "Limited Edition", href: "#products" },
@@ -189,7 +187,7 @@ export default function LandingPage() {
],
},
{
title: "About", items: [
items: [
{ label: "Our Story", href: "#about" },
{ label: "Craftsmanship", href: "#about" },
{ label: "Sustainability", href: "#" },
@@ -197,7 +195,7 @@ export default function LandingPage() {
],
},
{
title: "Connect", items: [
items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@luxa.com" },
@@ -209,4 +207,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -13,7 +13,7 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta: #16123e;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;