Update src/app/page.tsx

This commit is contained in:
2026-03-31 14:14:03 +00:00
parent 4c5e2f08d3
commit 348ea947e5

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Collection",
id: "catalog",
},
name: "Collection", id: "catalog"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Aira"
/>
@@ -52,41 +44,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Timeless Essentials"
description="Redefining your everyday wardrobe with premium materials and minimalist silhouettes. Elevate your personal style."
buttons={[
{
text: "Shop Now",
href: "#catalog",
},
text: "Shop Now", href: "#catalog"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=1",
imageAlt: "Collection Look 1",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=2",
imageAlt: "Collection Look 2",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=3",
imageAlt: "Collection Look 3",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 3"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=4",
imageAlt: "Collection Look 4",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 4"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=5",
imageAlt: "Collection Look 5",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 5"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=6",
imageAlt: "Collection Look 6",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 6"},
]}
buttonAnimation="slide-up"
/>
@@ -100,23 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Essential Trouser",
price: "$89",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448770.jpg",
},
id: "p1", name: "Essential Trouser", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448770.jpg"},
{
id: "p2",
name: "Signature Polo",
price: "$65",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-18009.jpg",
},
id: "p2", name: "Signature Polo", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-18009.jpg"},
{
id: "p3",
name: "Modern Sandals",
price: "$120",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-shirt-mockup_23-2149260908.jpg",
},
id: "p3", name: "Modern Sandals", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-shirt-mockup_23-2149260908.jpg"},
]}
title="New Arrivals"
description="Discover our latest seasonal pieces designed for comfort and durability."
@@ -131,19 +96,13 @@ export default function LandingPage() {
description="We believe in fashion that transcends trends. Every piece is carefully crafted to be a lasting staple in your closet."
bulletPoints={[
{
title: "Ethical Crafting",
description: "Made with respect for materials and people.",
},
title: "Ethical Crafting", description: "Made with respect for materials and people."},
{
title: "Sustainable Fabrics",
description: "High-quality, eco-conscious textiles.",
},
title: "Sustainable Fabrics", description: "High-quality, eco-conscious textiles."},
{
title: "Minimalist Design",
description: "Form meets function in every piece.",
},
title: "Minimalist Design", description: "Form meets function in every piece."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -156,25 +115,15 @@ export default function LandingPage() {
author="Sarah Jenkins"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg",
alt: "Sarah",
},
src: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg", alt: "Sarah"},
{
src: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg",
alt: "Mark",
},
src: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg", alt: "Mark"},
{
src: "http://img.b2bpic.net/free-photo/young-girlfriends-laid-floor_23-2148843649.jpg",
alt: "Elena",
},
src: "http://img.b2bpic.net/free-photo/young-girlfriends-laid-floor_23-2148843649.jpg", alt: "Elena"},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg",
alt: "John",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg", alt: "John"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg",
alt: "Anna",
},
src: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg", alt: "Anna"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -185,12 +134,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Join Us"
title="Stay Connected"
description="Sign up to receive early access to new collections and exclusive aesthetic lookbooks."
imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=8"
imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg"
mediaAnimation="opacity"
/>
</div>
@@ -199,33 +147,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "New Arrivals",
href: "#catalog",
},
label: "New Arrivals", href: "#catalog"},
{
label: "All Products",
href: "#",
},
label: "All Products", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
],
},
]}
brandName="Aira"
logoText="Aira"
copyrightText="© 2025 Aira. All rights reserved."
/>
</div>