Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
title="AYMÊ - Luxury & Exclusivity"
|
||||
description="Discover a curated collection of women's apparel that redefines elegance. Experience impeccable service and the highest quality in every detail."
|
||||
tag="Refined Fashion"
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
buttons={[{ text: "Explore Collection", onClick: () => { const el = document.getElementById('products'); el?.scrollIntoView({ behavior: 'smooth' }); } }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/clothes-store-with-mannequin_23-2148929534.jpg?_wi=1", imageAlt: "Luxurious clothing display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-store-with-casual-formal-wear-design-retail-shop-with-clothes-hangers-racks-department-store-inside-shopping-center-fashion-merchandise-sale_482257-59961.jpg", imageAlt: "Boutique interior environment" }
|
||||
@@ -175,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user