Merge version_1 into main #2
274
src/app/page.tsx
274
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Watches",
|
||||
id: "watches",
|
||||
},
|
||||
{
|
||||
name: "Bracelets",
|
||||
id: "bracelets",
|
||||
},
|
||||
{
|
||||
name: "Rings",
|
||||
id: "rings",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{ name: "Watches", id: "watches" },
|
||||
{ name: "Bracelets", id: "bracelets" },
|
||||
{ name: "Rings", id: "rings" },
|
||||
{ name: "About", id: "about" },
|
||||
]}
|
||||
brandName="Lushora"
|
||||
/>
|
||||
@@ -55,16 +43,10 @@ export default function LandingPage() {
|
||||
logoText="LUSHORA"
|
||||
description="Timeless Elegance for Every Woman. Experience the pinnacle of modern luxury with our curated collection."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Discover Collection",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Discover Collection", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329645.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329645.jpg"
|
||||
imageAlt="Luxury accessory collection hero shot"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,42 +58,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lumina Gold Watch",
|
||||
price: "$349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ethereal Bracelet",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Serene Ring Set",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Infinite Watch",
|
||||
price: "$399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Dainty Charm Bracelet",
|
||||
price: "$159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Classic Gold Ring",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg?_wi=2",
|
||||
},
|
||||
{ id: "p1", name: "Lumina Gold Watch", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg" },
|
||||
{ id: "p2", name: "Ethereal Bracelet", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg" },
|
||||
{ id: "p3", name: "Serene Ring Set", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg" },
|
||||
{ id: "p4", name: "Infinite Watch", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg" },
|
||||
{ id: "p5", name: "Dainty Charm Bracelet", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg" },
|
||||
{ id: "p6", name: "Classic Gold Ring", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg" },
|
||||
]}
|
||||
title="Featured Collections"
|
||||
description="Explore our signature pieces designed to embody confidence and grace."
|
||||
@@ -125,20 +77,11 @@ export default function LandingPage() {
|
||||
title="Timeless Elegance, Modern Confidence"
|
||||
description="At Lushora, we believe that accessories are more than just jewelry; they are a statement of your unique style and inner strength. Designed for the modern woman who values subtlety and luxury, our pieces transition seamlessly from day to night."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Artisanal Craftsmanship",
|
||||
description: "Each piece is meticulously crafted using sustainable luxury materials.",
|
||||
},
|
||||
{
|
||||
title: "Modern Femininity",
|
||||
description: "Designed to empower and inspire confidence in every moment.",
|
||||
},
|
||||
{
|
||||
title: "Exclusive Designs",
|
||||
description: "Curated limited editions that stand the test of time.",
|
||||
},
|
||||
{ title: "Artisanal Craftsmanship", description: "Each piece is meticulously crafted using sustainable luxury materials." },
|
||||
{ title: "Modern Femininity", description: "Designed to empower and inspire confidence in every moment." },
|
||||
{ title: "Exclusive Designs", description: "Curated limited editions that stand the test of time." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329645.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329645.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -149,120 +92,32 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sophia L.",
|
||||
handle: "@sophia_fashion",
|
||||
testimonial: "The Lumina watch is absolutely stunning and completes every outfit. Luxury at its finest.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Emma R.",
|
||||
handle: "@emmarose",
|
||||
testimonial: "Lushora rings are so delicate yet durable. I receive compliments every time I wear them.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Olivia J.",
|
||||
handle: "@oliviaj",
|
||||
testimonial: "Customer service was impeccable, and the packaging makes it a perfect gift for yourself.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-power_176420-44718.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mia K.",
|
||||
handle: "@miastyle",
|
||||
testimonial: "Elegant, sophisticated, and incredibly comfortable. A true luxury experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-woman-black-maxi-skirt-silk-white-blouse_343629-130.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ava P.",
|
||||
handle: "@avap",
|
||||
testimonial: "I love the subtle gold tones. It’s perfect for both the office and evening out.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tanned-browneyed-shorthaired-calm-woman-floral-green-dress-looks-into-camera-leans-transparent-chair_197531-29898.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sophia L.", handle: "@sophia_fashion", testimonial: "The Lumina watch is absolutely stunning. Luxury at its finest.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg" },
|
||||
{ id: "t2", name: "Emma R.", handle: "@emmarose", testimonial: "Lushora rings are so delicate yet durable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg" },
|
||||
{ id: "t3", name: "Olivia J.", handle: "@oliviaj", testimonial: "Customer service was impeccable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-power_176420-44718.jpg" },
|
||||
{ id: "t4", name: "Mia K.", handle: "@miastyle", testimonial: "Elegant, sophisticated, and incredibly comfortable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-young-woman-black-maxi-skirt-silk-white-blouse_343629-130.jpg" },
|
||||
{ id: "t5", name: "Ava P.", handle: "@avap", testimonial: "Perfect for both the office and evening out.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tanned-browneyed-shorthaired-calm-woman-floral-green-dress-looks-into-camera-leans-transparent-chair_197531-29898.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Thousands"
|
||||
description="Hear what our elegant community has to say about their Lushora pieces."
|
||||
description="Hear what our elegant community has to say."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="instagram" data-section="instagram">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
title="Follow Our Journey"
|
||||
description="Get inspired by how women around the world style their Lushora collections."
|
||||
description="Get inspired by how women style their Lushora collections."
|
||||
blogs={[
|
||||
{
|
||||
id: "i1",
|
||||
category: "Lifestyle",
|
||||
title: "Morning Routine",
|
||||
excerpt: "The perfect start with Lushora.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347033.jpg",
|
||||
authorName: "Lushora Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
{
|
||||
id: "i2",
|
||||
category: "Luxury",
|
||||
title: "Details that Matter",
|
||||
excerpt: "Close up with our latest rings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-elegant-plates-with-beautiful-beads-white-surface_140725-154907.jpg",
|
||||
authorName: "Lushora Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg",
|
||||
date: "Oct 11, 2024",
|
||||
},
|
||||
{
|
||||
id: "i3",
|
||||
category: "Style",
|
||||
title: "Evening Out",
|
||||
excerpt: "Styling for a modern night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-outside-cafe_1303-9908.jpg",
|
||||
authorName: "Lushora Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/girl-power_176420-44718.jpg",
|
||||
date: "Oct 10, 2024",
|
||||
},
|
||||
{
|
||||
id: "i4",
|
||||
category: "Luxury",
|
||||
title: "Gold Essentials",
|
||||
excerpt: "Accessorizing the modern way.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fedora-hats-arrangement-studio-top-view_23-2150737109.jpg",
|
||||
authorName: "Lushora Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/modern-young-woman-black-maxi-skirt-silk-white-blouse_343629-130.jpg",
|
||||
date: "Oct 09, 2024",
|
||||
},
|
||||
{
|
||||
id: "i5",
|
||||
category: "Unboxing",
|
||||
title: "The Arrival",
|
||||
excerpt: "A luxury experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/halloween-decor-white-table-black-surface_176420-9109.jpg",
|
||||
authorName: "Lushora Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/tanned-browneyed-shorthaired-calm-woman-floral-green-dress-looks-into-camera-leans-transparent-chair_197531-29898.jpg",
|
||||
date: "Oct 08, 2024",
|
||||
},
|
||||
{
|
||||
id: "i6",
|
||||
category: "Style",
|
||||
title: "Layering Tips",
|
||||
excerpt: "Mix and match your favorites.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599108.jpg",
|
||||
authorName: "Lushora Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg",
|
||||
date: "Oct 07, 2024",
|
||||
},
|
||||
{ id: "i1", category: "Lifestyle", title: "Morning Routine", excerpt: "The perfect start with Lushora.", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347033.jpg", authorName: "Lushora Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg", date: "Oct 12, 2024" },
|
||||
{ id: "i2", category: "Luxury", title: "Details that Matter", excerpt: "Close up with our latest rings.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-elegant-plates-with-beautiful-beads-white-surface_140725-154907.jpg", authorName: "Lushora Team", authorAvatar: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg", date: "Oct 11, 2024" },
|
||||
{ id: "i3", category: "Style", title: "Evening Out", excerpt: "Styling for a modern night.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-outside-cafe_1303-9908.jpg", authorName: "Lushora Team", authorAvatar: "http://img.b2bpic.net/free-photo/girl-power_176420-44718.jpg", date: "Oct 10, 2024" },
|
||||
{ id: "i4", category: "Luxury", title: "Gold Essentials", excerpt: "Accessorizing the modern way.", imageSrc: "http://img.b2bpic.net/free-photo/fedora-hats-arrangement-studio-top-view_23-2150737109.jpg", authorName: "Lushora Team", authorAvatar: "http://img.b2bpic.net/free-photo/modern-young-woman-black-maxi-skirt-silk-white-blouse_343629-130.jpg", date: "Oct 09, 2024" },
|
||||
{ id: "i5", category: "Unboxing", title: "The Arrival", excerpt: "A luxury experience.", imageSrc: "http://img.b2bpic.net/free-photo/halloween-decor-white-table-black-surface_176420-9109.jpg", authorName: "Lushora Team", authorAvatar: "http://img.b2bpic.net/free-photo/tanned-browneyed-shorthaired-calm-woman-floral-green-dress-looks-into-camera-leans-transparent-chair_197531-29898.jpg", date: "Oct 08, 2024" },
|
||||
{ id: "i6", category: "Style", title: "Layering Tips", excerpt: "Mix and match your favorites.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599108.jpg", authorName: "Lushora Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg", date: "Oct 07, 2024" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -270,73 +125,18 @@ export default function LandingPage() {
|
||||
<div id="newsletter" data-section="newsletter">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Join our inner circle for 15% off your first purchase and stay updated on exclusive launches."
|
||||
buttons={[
|
||||
{
|
||||
text: "Sign up Now",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Sign up Now", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
{
|
||||
label: "Watches",
|
||||
href: "#watches",
|
||||
},
|
||||
{
|
||||
label: "Bracelets",
|
||||
href: "#bracelets",
|
||||
},
|
||||
{
|
||||
label: "Rings",
|
||||
href: "#rings",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Collections", items: [{ label: "Watches", href: "#watches" }, { label: "Bracelets", href: "#bracelets" }, { label: "Rings", href: "#rings" }] },
|
||||
{ title: "Company", items: [{ label: "Our Story", href: "#about" }, { label: "Sustainability", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Shipping & Returns", href: "#" }, { label: "Contact", href: "#contact" }, { label: "FAQs", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Lushora Jewelry. All rights reserved."
|
||||
bottomRightText="Privacy | Terms | Cookies"
|
||||
@@ -345,4 +145,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user