Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 14:31:16 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroCentered
title="Step Into Premium Style"
description="Discover our exclusive collection of handcrafted shoes designed for comfort, quality, and timeless elegance. Every pair tells a story of craftsmanship."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", alt: "Customer Avatar 1"
@@ -189,7 +189,7 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#" },
{ text: "Shop Now", href: "#products" },
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>