26 Commits

Author SHA1 Message Date
0330763f3b Merge version_4 into main
Merge version_4 into main
2026-03-03 10:57:31 +00:00
ee90a4ce6b Update src/app/page.tsx 2026-03-03 10:57:26 +00:00
346301c0a9 Update src/app/layout.tsx 2026-03-03 10:57:25 +00:00
833784a3dd Merge version_4 into main
Merge version_4 into main
2026-03-03 10:54:39 +00:00
e3d442f94e Update theme colors 2026-03-03 10:54:32 +00:00
e3f4169d0a Merge version_4 into main
Merge version_4 into main
2026-03-03 10:54:13 +00:00
0844b6b986 Update theme colors 2026-03-03 10:54:05 +00:00
a45e229dc3 Merge version_4 into main
Merge version_4 into main
2026-03-03 10:53:50 +00:00
a5fcbc7e4b Update theme colors 2026-03-03 10:53:40 +00:00
b486dec602 Merge version_4 into main
Merge version_4 into main
2026-03-03 10:51:10 +00:00
f6a10da18b Update theme colors 2026-03-03 10:51:01 +00:00
7cc7920402 Merge version_4 into main
Merge version_4 into main
2026-03-03 10:50:54 +00:00
cb7cc2b376 Update theme colors 2026-03-03 10:50:47 +00:00
447d79d9f0 Merge version_4 into main
Merge version_4 into main
2026-03-03 10:50:17 +00:00
bfae1459ce Update theme colors 2026-03-03 10:50:09 +00:00
75478b2d26 Merge version_4 into main
Merge version_4 into main
2026-03-03 10:45:29 +00:00
8bdc9b12ca Update theme colors 2026-03-03 10:45:21 +00:00
0b5e8d6906 Merge version_4 into main
Merge version_4 into main
2026-03-03 10:41:06 +00:00
04d85395d2 Update src/app/page.tsx 2026-03-03 10:41:02 +00:00
ce7ae095c4 Update src/app/layout.tsx 2026-03-03 10:41:01 +00:00
dcf35c7c10 Merge version_3 into main
Merge version_3 into main
2026-03-03 10:38:07 +00:00
eeaab2084a Update src/app/page.tsx 2026-03-03 10:38:02 +00:00
415a245a51 Update src/app/layout.tsx 2026-03-03 10:38:02 +00:00
f922373b6f Merge version_2 into main
Merge version_2 into main
2026-03-03 10:30:44 +00:00
f5de40f941 Update src/app/page.tsx 2026-03-03 10:30:39 +00:00
7c16c49f98 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:24:07 +00:00
3 changed files with 1409 additions and 42 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Sparkles, Award, Heart } from "lucide-react";
import { Sparkles, Award, Heart, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Luxé Parfum"
brandName="Ladies shop "
navItems={[
{ name: "Perfumes", id: "products" },
{ name: "About", id: "about" },
@@ -47,10 +47,10 @@ export default function LandingPage() {
{ value: "25+", label: "Years of Excellence" }
]}
enableKpiAnimation={true}
tag="Premium Collection"
tagIcon={Sparkles}
tag="4.9/5 Stars - Trusted by 10K+ Customers"
tagIcon={Star}
buttons={[
{ text: "Explore Now", href: "#products" },
{ text: "Shop Signature Scents", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg"
@@ -63,35 +63,35 @@ export default function LandingPage() {
<ProductCardTwo
title="Our Signature Collection"
description="Hand-selected fragrances and cosmetics that represent the pinnacle of luxury beauty. Each product is crafted with the finest ingredients for an unforgettable experience."
tag="Best Sellers"
tagIcon={Award}
tag="4.9/5 Stars - Trusted by 10K+ Customers"
tagIcon={Star}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", brand: "Luxé Parfum", name: "Rose Elegance", price: "$185.00", rating: 5,
id: "1", brand: "Ladies shop ", name: "Rose Elegance", price: "$185.00", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-fragrance-bottle-with-flowers_114579-51645.jpg", imageAlt: "Rose Elegance perfume"
},
{
id: "2", brand: "Luxé Parfum", name: "Ocean Breeze", price: "$195.00", rating: 5,
id: "2", brand: "Ladies shop ", name: "Ocean Breeze", price: "$195.00", rating: 5,
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-blue_140725-145023.jpg", imageAlt: "Ocean Breeze perfume"
},
{
id: "3", brand: "Luxé Parfum", name: "Amber Dreams", price: "$205.00", rating: 5,
id: "3", brand: "Ladies shop ", name: "Amber Dreams", price: "$205.00", rating: 5,
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg?_wi=1", imageAlt: "Amber Dreams perfume"
},
{
id: "4", brand: "Luxé Parfum", name: "Vanilla Silk", price: "$175.00", rating: 4,
id: "4", brand: "Ladies shop ", name: "Vanilla Silk", price: "$175.00", rating: 4,
reviewCount: "820", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg", imageAlt: "Vanilla Silk perfume"
},
{
id: "5", brand: "Luxé Parfum", name: "Dark Musk", price: "$210.00", rating: 5,
id: "5", brand: "Ladies shop ", name: "Dark Musk", price: "$210.00", rating: 5,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg?_wi=2", imageAlt: "Dark Musk perfume"
},
{
id: "6", brand: "Luxé Parfum", name: "Citrus Zest", price: "$165.00", rating: 4,
id: "6", brand: "Ladies shop ", name: "Citrus Zest", price: "$165.00", rating: 4,
reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/beach-skincare-product-still-life_23-2150167937.jpg", imageAlt: "Citrus Zest perfume"
}
]}
@@ -102,7 +102,7 @@ export default function LandingPage() {
<TextSplitAbout
title="Our Passion for Perfection"
description={[
"Luxé Parfum represents a quarter-century of dedication to creating exceptional fragrances and cosmetics. Our master perfumers source the finest ingredients from around the world to craft scents that transcend ordinary beauty.", "Every bottle tells a story of artistry, precision, and passion. We believe that fragrance is not just a scent—it's an experience, a memory, a statement of who you are. Our collection celebrates individuality and sophistication.", "From our heritage of excellence to our commitment to sustainability, we invite you to discover the luxury that defines Luxé Parfum."
"Ladies shop represents a quarter-century of dedication to creating exceptional fragrances and cosmetics. Our master perfumers source the finest ingredients from around the world to craft scents that transcend ordinary beauty.", "Every bottle tells a story of artistry, precision, and passion. We believe that fragrance is not just a scent—it's an experience, a memory, a statement of who you are. Our collection celebrates individuality and sophistication.", "From our heritage of excellence to our commitment to sustainability, we invite you to discover the luxury that defines Ladies shop ."
]}
useInvertedBackground={false}
showBorder={true}
@@ -115,7 +115,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="Loved by Our Customers"
description="Discover why thousands of customers trust Luxé Parfum for their everyday luxury and special occasions."
description="Discover why thousands of customers trust Ladies shop for their everyday luxury and special occasions."
tag="Customer Reviews"
tagIcon={Heart}
showRating={true}
@@ -124,7 +124,7 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj_beauty", testimonial: "The Rose Elegance fragrance is absolutely divine. It's become my signature scent and I receive compliments everywhere I go. Luxé Parfum truly understands luxury.", rating: 5,
id: "1", name: "Sarah Johnson", handle: "@sarahj_beauty", testimonial: "The Rose Elegance fragrance is absolutely divine. It's become my signature scent and I receive compliments everywhere I go. Ladies shop truly understands luxury.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-sensual-brunette-female-white-bra_613910-7907.jpg", imageAlt: "Sarah Johnson"
},
{
@@ -132,19 +132,19 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Emma Sterling"
},
{
id: "3", name: "Michelle Chen", handle: "@michelle_style", testimonial: "I've been a loyal customer for three years now. The quality is unmatched and their customer service is exceptional. Luxé Parfum is worth every penny.", rating: 5,
id: "3", name: "Michelle Chen", handle: "@michelle_style", testimonial: "I've been a loyal customer for three years now. The quality is unmatched and their customer service is exceptional. Ladies shop is worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg?_wi=1", imageAlt: "Michelle Chen"
},
{
id: "4", name: "Victoria Rose", handle: "@victoria_rose", testimonial: "The Amber Dreams collection is exactly what I needed. Sophisticated, elegant, and long-lasting. Luxé Parfum has elevated my daily routine to something truly special.", rating: 5,
id: "4", name: "Victoria Rose", handle: "@victoria_rose", testimonial: "The Amber Dreams collection is exactly what I needed. Sophisticated, elegant, and long-lasting. Ladies shop has elevated my daily routine to something truly special.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-with-phone-digital-tablet_329181-15815.jpg", imageAlt: "Victoria Rose"
},
{
id: "5", name: "Sophie Laurent", handle: "@sophie_beauty", testimonial: "As a fragrance connoisseur, I'm incredibly selective. Luxé Parfum exceeded my expectations with their premium quality and unique scent profiles. Highly recommended!", rating: 5,
id: "5", name: "Sophie Laurent", handle: "@sophie_beauty", testimonial: "As a fragrance connoisseur, I'm incredibly selective. Ladies shop exceeded my expectations with their premium quality and unique scent profiles. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-bride-holds-bouquet-peonies-siting-windowsill-bright-morning_8353-7229.jpg", imageAlt: "Sophie Laurent"
},
{
id: "6", name: "Alexandra Moore", handle: "@alex_luxe", testimonial: "The packaging alone is worth the investment, but the fragrance itself is pure bliss. Luxé Parfum has transformed my appreciation for quality beauty products.", rating: 5,
id: "6", name: "Alexandra Moore", handle: "@alex_luxe", testimonial: "The packaging alone is worth the investment, but the fragrance itself is pure bliss. Ladies shop has transformed my appreciation for quality beauty products.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg?_wi=2", imageAlt: "Alexandra Moore"
}
]}
@@ -158,7 +158,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Contact Us", href: "#" },
{ text: "Chat with Fragrance Expert", href: "#" },
{ text: "Shop Now", href: "#products" }
]}
/>
@@ -166,7 +166,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Luxé Parfum"
logoText="Ladies shop "
columns={[
{
items: [

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #15479c;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
/* --background: #f7f6f7;;;;;;;;;
--card: #ffffff;;;;;;;;;
--foreground: #250c0d;;;;;;;;;
--primary-cta: #b82b40;;;;;;;;;
--secondary-cta: #ffffff;;;;;;;;;
--accent: #b90941;;;;;;;;;
--background-accent: #e8a8b6;;;;;;;;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #15479c;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #000612e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #f7f6f7;;;;;;;;;
--card: #ffffff;;;;;;;;;
--foreground: #250c0d;;;;;;;;;
--primary-cta: #b82b40;;;;;;;;;
--primary-cta-text: #f7f6f7;;;;;;;;;
--secondary-cta: #ffffff;;;;;;;;;
--secondary-cta-text: #250c0d;;;;;;;;;
--accent: #b90941;;;;;;;;;
--background-accent: #e8a8b6;;;;;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);