Update src/app/page.tsx
This commit is contained in:
243
src/app/page.tsx
243
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collections", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lumière Fashion"
|
||||
/>
|
||||
@@ -58,35 +50,15 @@ export default function LandingPage() {
|
||||
description="Exquisite designs for the modern individual. Experience premium fashion that defines elegance and sophistication."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collections",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collections", href: "#products"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7780.jpg?_wi=1",
|
||||
imageAlt: "luxury fashion editorial model",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275079.jpg?_wi=1",
|
||||
imageAlt: "high end fashion runway look",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453487.jpg?_wi=1",
|
||||
imageAlt: "modern fashion studio photography",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317758.jpg",
|
||||
imageAlt: "luxurious silk dress detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-business-woman-smiling_1303-2278.jpg",
|
||||
imageAlt: "high fashion editorial aesthetic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-sitting-chair_23-2147781146.jpg",
|
||||
imageAlt: "minimalist premium fashion model",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7780.jpg", imageAlt: "luxury fashion editorial model" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275079.jpg", imageAlt: "high end fashion runway look" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453487.jpg", imageAlt: "modern fashion studio photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317758.jpg", imageAlt: "luxurious silk dress detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/studio-business-woman-smiling_1303-2278.jpg", imageAlt: "high fashion editorial aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-sitting-chair_23-2147781146.jpg", imageAlt: "minimalist premium fashion model" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,47 +70,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Tailoring",
|
||||
description: "Hand-stitched precision for a perfect silhouette.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sensitive-man-posing_23-2149518275.jpg",
|
||||
imageAlt: "fashion model portrait runway",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-trendy-dressed-comes-down-stairs-outside_613910-18396.jpg",
|
||||
imageAlt: "tailored mens fashion details",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7780.jpg?_wi=2",
|
||||
imageAlt: "fashion model portrait runway",
|
||||
title: "Precision Tailoring", description: "Hand-stitched precision for a perfect silhouette.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-sensitive-man-posing_23-2149518275.jpg", imageAlt: "fashion model portrait runway" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-trendy-dressed-comes-down-stairs-outside_613910-18396.jpg", imageAlt: "tailored mens fashion details" }
|
||||
},
|
||||
{
|
||||
title: "Premium Fabrics",
|
||||
description: "Sourced from the finest silk, wool, and linen global artisans.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-women-stairs_23-2149329384.jpg",
|
||||
imageAlt: "fashion model portrait runway",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4315.jpg",
|
||||
imageAlt: "tailored mens fashion details",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275079.jpg?_wi=2",
|
||||
imageAlt: "fashion model portrait runway",
|
||||
title: "Premium Fabrics", description: "Sourced from the finest silk, wool, and linen global artisans.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-women-stairs_23-2149329384.jpg", imageAlt: "fashion model portrait runway" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4315.jpg", imageAlt: "tailored mens fashion details" }
|
||||
},
|
||||
{
|
||||
title: "Trendsetting Design",
|
||||
description: "Leading the evolution of modern seasonal fashion.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020775.jpg",
|
||||
imageAlt: "fashion model portrait runway",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11101.jpg",
|
||||
imageAlt: "tailored mens fashion details",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453487.jpg?_wi=2",
|
||||
imageAlt: "fashion model portrait runway",
|
||||
},
|
||||
title: "Trendsetting Design", description: "Leading the evolution of modern seasonal fashion.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020775.jpg", imageAlt: "fashion model portrait runway" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11101.jpg", imageAlt: "tailored mens fashion details" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Unmatched Craftsmanship"
|
||||
@@ -164,47 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Silk Evening Gown",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-high-angle_23-2150264188.jpg",
|
||||
imageAlt: "premium silk evening gown",
|
||||
},
|
||||
id: "1", name: "Silk Evening Gown", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-high-angle_23-2150264188.jpg", imageAlt: "premium silk evening gown"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tailored Blazer",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-classic-elegant-suit-luxury-retro-vintage-woman-suit_482257-45290.jpg",
|
||||
imageAlt: "modern tailored formal suit",
|
||||
},
|
||||
id: "2", name: "Tailored Blazer", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-classic-elegant-suit-luxury-retro-vintage-woman-suit_482257-45290.jpg", imageAlt: "modern tailored formal suit"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Seasonal Midi Dress",
|
||||
price: "$295",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-woman-brunette-blonde-white-short-dres_7502-4894.jpg",
|
||||
imageAlt: "luxury seasonal fashion dress",
|
||||
},
|
||||
id: "3", name: "Seasonal Midi Dress", price: "$295", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-woman-brunette-blonde-white-short-dres_7502-4894.jpg", imageAlt: "luxury seasonal fashion dress"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Formal Wool Trousers",
|
||||
price: "$320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-model-posing-with-red-cloth_23-2148240041.jpg",
|
||||
imageAlt: "tailored casual wear design",
|
||||
},
|
||||
id: "4", name: "Formal Wool Trousers", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-model-posing-with-red-cloth_23-2148240041.jpg", imageAlt: "tailored casual wear design"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cocktail Slip Dress",
|
||||
price: "$380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky-background_158538-9194.jpg",
|
||||
imageAlt: "sophisticated cocktail dress design",
|
||||
},
|
||||
id: "5", name: "Cocktail Slip Dress", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky-background_158538-9194.jpg", imageAlt: "sophisticated cocktail dress design"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Classic Linen Blazer",
|
||||
price: "$410",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-background-old-vintage-house-with-stairs_627829-8786.jpg",
|
||||
imageAlt: "elegant classic dress fashion",
|
||||
},
|
||||
id: "6", name: "Classic Linen Blazer", price: "$410", imageSrc: "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-background-old-vintage-house-with-stairs_627829-8786.jpg", imageAlt: "elegant classic dress fashion"},
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Discover our latest seasonal arrivals for men and women."
|
||||
@@ -216,37 +128,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
|
||||
imageAlt: "elegant female portrait minimalist",
|
||||
},
|
||||
id: "1", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", imageAlt: "elegant female portrait minimalist"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-leaning-against-canvas_171337-16444.jpg",
|
||||
imageAlt: "confident professional portrait fashion",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-leaning-against-canvas_171337-16444.jpg", imageAlt: "confident professional portrait fashion"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chloe Bennett",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275084.jpg",
|
||||
imageAlt: "sophisticated model portrait light",
|
||||
},
|
||||
id: "3", name: "Chloe Bennett", imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275084.jpg", imageAlt: "sophisticated model portrait light"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julian Vance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-ladies-black-white-outfits-smile-work-new-clothes-design_197531-24066.jpg",
|
||||
imageAlt: "woman fashion portrait elegant",
|
||||
},
|
||||
id: "4", name: "Julian Vance", imageSrc: "http://img.b2bpic.net/free-photo/charming-ladies-black-white-outfits-smile-work-new-clothes-design_197531-24066.jpg", imageAlt: "woman fashion portrait elegant"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia Moretti",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg",
|
||||
imageAlt: "stylish portrait fashion minimalist",
|
||||
},
|
||||
id: "5", name: "Sophia Moretti", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg", imageAlt: "stylish portrait fashion minimalist"},
|
||||
]}
|
||||
cardTitle="Client Style Stories"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -256,14 +149,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue",
|
||||
"Elle",
|
||||
"Harper's Bazaar",
|
||||
"Glamour",
|
||||
"Marie Claire",
|
||||
"Cosmopolitan",
|
||||
"Allure",
|
||||
]}
|
||||
"Vogue", "Elle", "Harper's Bazaar", "Glamour", "Marie Claire", "Cosmopolitan", "Allure"]}
|
||||
title="As Featured In"
|
||||
description="Leading the conversation in fashion media worldwide."
|
||||
/>
|
||||
@@ -275,20 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we ship to over 50 countries worldwide.",
|
||||
},
|
||||
id: "1", title: "Do you offer international shipping?", content: "Yes, we ship to over 50 countries worldwide."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day return policy for unused garments.",
|
||||
},
|
||||
id: "2", title: "What is your return policy?", content: "We offer a 30-day return policy for unused garments."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I request custom tailoring?",
|
||||
content: "Custom tailoring services are available via our boutique contact.",
|
||||
},
|
||||
id: "3", title: "Can I request custom tailoring?", content: "Custom tailoring services are available via our boutique contact."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-personal-shopper-taking-photos-cutomer_23-2148924094.jpg"
|
||||
imageAlt="customer service fashion boutique"
|
||||
@@ -302,14 +179,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to redefine your wardrobe? Reach out to our design consultants today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:hello@lumiere-fashion.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:hello@lumiere-fashion.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -318,54 +192,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Women",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Women", href: "#products"},
|
||||
{
|
||||
label: "Men",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Men", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Arrivals", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sustainability", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user