Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-23 05:06:12 +00:00

View File

@@ -29,6 +29,9 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="announcement-header" style={{ padding: '0.5rem', textAlign: 'center', backgroundColor: 'var(--primary-cta)', color: 'var(--primary-cta-text)', fontSize: '0.875rem' }}>
Enjoy Free Global Shipping on all orders this weekend!
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
@@ -37,15 +40,13 @@ export default function LandingPage() {
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Aeterna"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Aeterna"
background={{ variant: "plain" }}
description="Where tradition meets modern grace. Streetwear crafted with purpose."
description="Fusion of ancient Asian wisdom and modern Christian values. Streetwear crafted with purpose for the modern wanderer."
buttons={[
{ text: "Shop New Drop", href: "#products" },
{ text: "Our Mission", href: "#about" },
@@ -92,7 +93,7 @@ export default function LandingPage() {
{ id: "3", name: "Zenith Sneakers", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558979.jpg" },
{ id: "4", name: "Logo Snapback", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916725.jpg" },
{ id: "5", name: "Urban Cargos", price: "$95", imageSrc: "http://img.b2bpic.net/woman-wit-prosthetic-leg-doing-yoga_23-2149722209.jpg" },
{ id: "6", name: "Sleek Bomber", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5496.jpg" },
{ id: "6", name: "Sleek Bomber", price: "$150", imageSrc: "http://img.b2bpic.net/millennial-fashion-couple-white-studio_158595-5496.jpg" },
]}
title="The Collection"
description="Essentials for the modern wanderer."
@@ -170,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}