Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-13 07:32:44 +00:00

View File

@@ -27,71 +27,39 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="AESTHETIQUE"
button={{
text: "Cart",
}}
text: "Cart"}}
/>
</div>
<div id="prod-grid" data-section="prod-grid">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Linen Shirt",
price: "$120",
imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647260.jpg",
},
id: "1", name: "Linen Shirt", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647260.jpg"},
{
id: "2",
name: "Structured Coat",
price: "$450",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19711.jpg",
},
id: "2", name: "Structured Coat", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19711.jpg"},
{
id: "3",
name: "Wool Trousers",
price: "$180",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-caucasian-stylish-male-posing-outdoors-snowy-city_181624-50630.jpg",
},
id: "3", name: "Wool Trousers", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-caucasian-stylish-male-posing-outdoors-snowy-city_181624-50630.jpg"},
{
id: "4",
name: "Silk Blouse",
price: "$210",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blond-woman-long-white-dress-black-gloves_613910-10969.jpg",
},
id: "4", name: "Silk Blouse", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blond-woman-long-white-dress-black-gloves_613910-10969.jpg"},
{
id: "5",
name: "Cashmere Sweater",
price: "$320",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg",
},
id: "5", name: "Cashmere Sweater", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg"},
{
id: "6",
name: "Classic Trench",
price: "$550",
imageSrc: "http://img.b2bpic.net/free-photo/people-wearing-high-fashion-clothing_23-2151914163.jpg",
},
id: "6", name: "Classic Trench", price: "$550", imageSrc: "http://img.b2bpic.net/free-photo/people-wearing-high-fashion-clothing_23-2151914163.jpg"},
]}
title="New Season"
description="Explore our curated collection of timeless essentials."
@@ -107,17 +75,11 @@ export default function LandingPage() {
description="Dedicated to quality standards."
metrics={[
{
id: "m1",
icon: Check,
title: "Garments Made",
value: "10k+",
},
id: "m1", icon: Check,
title: "Garments Made", value: "10k+"},
{
id: "m2",
icon: Globe,
title: "Countries Shipped",
value: "45",
},
id: "m2", icon: Globe,
title: "Countries Shipped", value: "45"},
]}
/>
</div>
@@ -126,13 +88,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="AESTHETIQUE"
leftLink={{
text: "Instagram",
href: "#",
}}
text: "Instagram", href: "#"}}
rightLink={{
text: "Terms",
href: "#",
}}
text: "Terms", href: "#"}}
/>
</div>
</ReactLenis>