Update src/app/page.tsx
This commit is contained in:
119
src/app/page.tsx
119
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "/collections",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Collections", id: "/collections" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Modest Lux"
|
||||
/>
|
||||
@@ -51,17 +39,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Timeless Modesty, Modern Elegance"
|
||||
description="Discover curated modest fashion designed for the sophisticated woman. Experience effortless style today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop New Arrivals",
|
||||
href: "/collections",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Shop New Arrivals", href: "/collections" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-woman-holding-plants_23-2149226601.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,27 +54,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Abayas & Kaftans",
|
||||
description: "Hand-picked fabrics and intricate embroidery for daily elegance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tailor-creating-beautiful-decoration-close-up_23-2148827123.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/fashion-women-clothes_1385-199.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
{
|
||||
title: "Hijabs & Scarves",
|
||||
description: "Lightweight, soft, and premium materials designed for comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-brick-wall-background_1153-478.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-shirt-with-green-embroidery-plant_23-2149338918.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
{
|
||||
title: "Modest Dresses",
|
||||
description: "Maxi and midi styles that blend contemporary cuts with tradition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-dress_1303-4502.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/woman-making-origami-with-japanese-paper_23-2149048364.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
{ title: "Abayas & Kaftans", description: "Hand-picked fabrics and intricate embroidery for daily elegance.", imageSrc: "http://img.b2bpic.net/free-photo/tailor-creating-beautiful-decoration-close-up_23-2148827123.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/fashion-women-clothes_1385-199.jpg", buttonText: "Explore" },
|
||||
{ title: "Hijabs & Scarves", description: "Lightweight, soft, and premium materials designed for comfort.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-brick-wall-background_1153-478.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-shirt-with-green-embroidery-plant_23-2149338918.jpg", buttonText: "Explore" },
|
||||
{ title: "Modest Dresses", description: "Maxi and midi styles that blend contemporary cuts with tradition.", imageSrc: "http://img.b2bpic.net/free-photo/girl-dress_1303-4502.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-making-origami-with-japanese-paper_23-2149048364.jpg", buttonText: "Explore" },
|
||||
]}
|
||||
title="Explore Our Categories"
|
||||
description="From daily abayas to refined kaftans, our collection celebrates elegance."
|
||||
@@ -104,31 +67,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah A.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-low-self-esteem-night-gown-home_23-2150038939.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Layla K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-young-woman-white-sweater_613910-11218.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amira S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-internet-celebrity-bridge-city_23-2149284380.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Noora R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-yellow-summer-dress-interior-room-concrete-wall-background_285396-10752.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah A.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-low-self-esteem-night-gown-home_23-2150038939.jpg" },
|
||||
{ id: "2", name: "Fatima M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg" },
|
||||
{ id: "3", name: "Layla K.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-young-woman-white-sweater_613910-11218.jpg" },
|
||||
{ id: "4", name: "Amira S.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-internet-celebrity-bridge-city_23-2149284380.jpg" },
|
||||
{ id: "5", name: "Noora R.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-yellow-summer-dress-interior-room-concrete-wall-background_285396-10752.jpg" },
|
||||
]}
|
||||
cardTitle="Loved by Our Community"
|
||||
cardTag="Reviews"
|
||||
@@ -138,6 +81,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
title="Our Leadership"
|
||||
description="Meet the creative minds behind Modest Lux."
|
||||
groups={[]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -146,6 +92,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
title="Membership Plans"
|
||||
description="Choose the plan that suits your shopping habits."
|
||||
plans={[]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -155,32 +104,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "Abayas",
|
||||
href: "/collections",
|
||||
},
|
||||
{
|
||||
label: "Scarves",
|
||||
href: "/collections",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "Abayas", href: "/collections" }, { label: "Scarves", href: "/collections" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Modest Lux"
|
||||
bottomRightText="Crafted with elegance."
|
||||
|
||||
Reference in New Issue
Block a user