Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -53,11 +53,11 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-textile-material_23-2148817523.jpg", imageAlt: "Luxury fashion editorial campaign" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-creating-vision-board_23-2150061906.jpg", imageAlt: "Premium clothing collection showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307291.jpg", imageAlt: "Exclusive limited edition pieces" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/youtube-channel-art-fashion-collection-style_23-2150721111.jpg", imageAlt: "Curated collection detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-mature-man-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48875.jpg", imageAlt: "Brand craftsmanship and heritage" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg", imageAlt: "Luxury lifestyle aesthetic" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-creating-vision-board_23-2150061906.jpg?_wi=1", imageAlt: "Premium clothing collection showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307291.jpg?_wi=1", imageAlt: "Exclusive limited edition pieces" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/youtube-channel-art-fashion-collection-style_23-2150721111.jpg?_wi=1", imageAlt: "Curated collection detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-mature-man-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48875.jpg?_wi=1", imageAlt: "Brand craftsmanship and heritage" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=1", imageAlt: "Luxury lifestyle aesthetic" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
ariaLabel="Hero section showcasing Hidden Market exclusive collections"
|
||||
@@ -73,15 +73,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "essentials", title: "Essential Basics", descriptions: ["Timeless wardrobe foundations crafted from premium fabrics", "Neutral palette, extraordinary detail"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-creating-vision-board_23-2150061906.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-creating-vision-board_23-2150061906.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "limited", title: "Limited Drops", descriptions: ["Seasonal exclusives available only to our community", "Scarcity meets impeccable design"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307291.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307291.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "signature", title: "Signature Pieces", descriptions: ["Our most iconic and sought-after designs", "Defined by innovation and refined aesthetics"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/youtube-channel-art-fashion-collection-style_23-2150721111.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/youtube-channel-art-fashion-collection-style_23-2150721111.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
title: "Transparent Craftsmanship", description: "We share the story behind each collection—sourcing, production, inspiration—because authentic luxury is earned through trust.", icon: Eye
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-rich-mature-man-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48875.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-rich-mature-man-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48875.jpg?_wi=2"
|
||||
imageAlt="Hidden Market brand heritage and craftsmanship"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -267,7 +267,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=2"
|
||||
imageAlt="Luxury lifestyle aesthetic"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -280,7 +280,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=3"
|
||||
imageAlt="Hidden Market luxury lifestyle"
|
||||
logoText="HIDDEN MARKET"
|
||||
copyrightText="© 2025 Hidden Market. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user