Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
235
src/app/page.tsx
235
src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#collection",
|
||||
},
|
||||
name: "Collection", id: "#collection"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Être Concept Store"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#collection",
|
||||
}}
|
||||
text: "Shop Now", href: "#collection"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,40 +59,26 @@ export default function LandingPage() {
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#collection",
|
||||
},
|
||||
text: "Explore Collection", href: "#collection"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-eastern-customer-explores-latest-fashion-collection-mall-store_482257-118183.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-eastern-customer-explores-latest-fashion-collection-mall-store_482257-118183.jpg"
|
||||
imageAlt="Elegant boutique interior with curated fashion"
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg",
|
||||
alt: "People enjoy shopping",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg", alt: "People enjoy shopping"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping_23-2149241334.jpg",
|
||||
alt: "Medium shot smiley women at shopping",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping_23-2149241334.jpg", alt: "Medium shot smiley women at shopping"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg",
|
||||
alt: "Woman with big smile on her face after big shopping",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg", alt: "Woman with big smile on her face after big shopping"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623394.jpg",
|
||||
alt: "Women shopping and buying consumer products for customer day celebration",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623394.jpg", alt: "Women shopping and buying consumer products for customer day celebration"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-with-copy-space_23-2148647647.jpg",
|
||||
alt: "Smiley woman holding shopping bags with copy space",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-with-copy-space_23-2148647647.jpg", alt: "Smiley woman holding shopping bags with copy space"},
|
||||
]}
|
||||
avatarText="Join our community of style enthusiasts"
|
||||
/>
|
||||
@@ -119,19 +91,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Years of Curation",
|
||||
value: "7+",
|
||||
},
|
||||
label: "Years of Curation", value: "7+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Clients",
|
||||
value: "1000+",
|
||||
},
|
||||
label: "Satisfied Clients", value: "1000+"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Hand-Picked Brands",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Hand-Picked Brands", value: "50+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -144,25 +110,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Styling Consultations",
|
||||
description: "Our highly qualified team provides personalized advice to help you discover styles that enhance your unique personality.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Expert Styling Consultations", description: "Our highly qualified team provides personalized advice to help you discover styles that enhance your unique personality.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-buying-cloths-paying-with-cash-shop_1303-19855.jpg",
|
||||
imageAlt: "Woman trying on a dress in a boutique with a stylist",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-buying-cloths-paying-with-cash-shop_1303-19855.jpg", imageAlt: "Woman trying on a dress in a boutique with a stylist"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-second-hand-market_23-2149353671.jpg",
|
||||
imageAlt: "Curated fashion accessories display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-second-hand-market_23-2149353671.jpg", imageAlt: "Curated fashion accessories display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-thread-face-mask_23-2148614631.jpg",
|
||||
imageAlt: "Detail of quality fabric texture",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-customer-explores-latest-fashion-collection-mall-store_482257-118183.jpg?_wi=2",
|
||||
imageAlt: "woman trying on dress boutique",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-thread-face-mask_23-2148614631.jpg", imageAlt: "Detail of quality fabric texture"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Our Approach to Fashion & Service"
|
||||
@@ -178,47 +133,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Modern Silk Dress",
|
||||
price: "€450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-with-computer_1303-13889.jpg",
|
||||
imageAlt: "Elegant modern silk dress",
|
||||
},
|
||||
id: "p1", name: "The Modern Silk Dress", price: "€450", imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-with-computer_1303-13889.jpg", imageAlt: "Elegant modern silk dress"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Boho Chic Midi Skirt",
|
||||
price: "€280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-stands-holding-her-red-skirt_1157-917.jpg",
|
||||
imageAlt: "Flowy boho chic midi skirt",
|
||||
},
|
||||
id: "p2", name: "Boho Chic Midi Skirt", price: "€280", imageSrc: "http://img.b2bpic.net/free-photo/girl-stands-holding-her-red-skirt_1157-917.jpg", imageAlt: "Flowy boho chic midi skirt"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Tailored Wool Trousers",
|
||||
price: "€320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773428.jpg",
|
||||
imageAlt: "High-quality tailored wool trousers",
|
||||
},
|
||||
id: "p3", name: "Tailored Wool Trousers", price: "€320", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773428.jpg", imageAlt: "High-quality tailored wool trousers"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Artisanal Knit Sweater",
|
||||
price: "€190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-stylish-outfit-walking-city-street-fashion-spring-summer-trend-smiling-happy-mood-wearing-pink-jacket-blouse-spinning-around-exited-fashionista-shopping_285396-4452.jpg",
|
||||
imageAlt: "Soft artisanal knit sweater",
|
||||
},
|
||||
id: "p4", name: "Artisanal Knit Sweater", price: "€190", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-stylish-outfit-walking-city-street-fashion-spring-summer-trend-smiling-happy-mood-wearing-pink-jacket-blouse-spinning-around-exited-fashionista-shopping_285396-4452.jpg", imageAlt: "Soft artisanal knit sweater"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Structured Linen Blazer",
|
||||
price: "€380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-thrift-shop-front-view_23-2149726869.jpg",
|
||||
imageAlt: "Stylish structured linen blazer",
|
||||
},
|
||||
id: "p5", name: "Structured Linen Blazer", price: "€380", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-thrift-shop-front-view_23-2149726869.jpg", imageAlt: "Stylish structured linen blazer"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Statement A-Line Skirt",
|
||||
price: "€250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-stands-holding-her-red-skirt_1157-916.jpg",
|
||||
imageAlt: "Elegant A-line skirt",
|
||||
},
|
||||
id: "p6", name: "Statement A-Line Skirt", price: "€250", imageSrc: "http://img.b2bpic.net/free-photo/girl-stands-holding-her-red-skirt_1157-916.jpg", imageAlt: "Elegant A-line skirt"},
|
||||
]}
|
||||
title="Our Curated Collection"
|
||||
description="Explore our latest arrivals and timeless pieces, selected for their exceptional quality, unique design, and lasting style."
|
||||
@@ -233,26 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Silvia Rossi",
|
||||
role: "Founder & Head Stylist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-young-lady-stylish-floral-summer-dress-looks-into-camera-smiles-gently-poses-cozy-room_197531-29853.jpg",
|
||||
imageAlt: "Silvia Rossi, Founder and Head Stylist",
|
||||
},
|
||||
id: "t1", name: "Silvia Rossi", role: "Founder & Head Stylist", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-young-lady-stylish-floral-summer-dress-looks-into-camera-smiles-gently-poses-cozy-room_197531-29853.jpg", imageAlt: "Silvia Rossi, Founder and Head Stylist"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Giulia Bianchi",
|
||||
role: "Senior Fashion Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-darkskinned-curly-brunette-woman-oversized-white-stylish-jacket-leans-table-with-clothing-samples-patterns-it-smiles_197531-27834.jpg",
|
||||
imageAlt: "Giulia Bianchi, Senior Fashion Consultant",
|
||||
},
|
||||
id: "t2", name: "Giulia Bianchi", role: "Senior Fashion Consultant", imageSrc: "http://img.b2bpic.net/free-photo/happy-darkskinned-curly-brunette-woman-oversized-white-stylish-jacket-leans-table-with-clothing-samples-patterns-it-smiles_197531-27834.jpg", imageAlt: "Giulia Bianchi, Senior Fashion Consultant"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Verdi",
|
||||
role: "Boutique Assistant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-cafe-using-phone_1303-29691.jpg",
|
||||
imageAlt: "Elena Verdi, Boutique Assistant",
|
||||
},
|
||||
id: "t3", name: "Elena Verdi", role: "Boutique Assistant", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-cafe-using-phone_1303-29691.jpg", imageAlt: "Elena Verdi, Boutique Assistant"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our passionate team is dedicated to providing an unparalleled shopping experience. We are here to guide you with expertise and a genuine love for fashion."
|
||||
@@ -267,25 +177,15 @@ export default function LandingPage() {
|
||||
author="From Our Valued Customers"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-showing-something-shop-window_329181-18696.jpg",
|
||||
alt: "Maria Volante",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-showing-something-shop-window_329181-18696.jpg", alt: "Maria Volante"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-business-girl-with-makeup-brushes-posing-plain-background-concept-makeup-cosmetics_78826-3391.jpg",
|
||||
alt: "Giulia Rosin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-business-girl-with-makeup-brushes-posing-plain-background-concept-makeup-cosmetics_78826-3391.jpg", alt: "Giulia Rosin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
|
||||
alt: "Tiziana Santin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", alt: "Tiziana Santin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-young-parisienne-with-brunette-wavy-hair-black-sunglasses-white-top-polka-dot-skirt-red-shirt-standing-city-stairs-looking-straight-early-warm-autumn-background_197531-28081.jpg",
|
||||
alt: "Satisfied Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-young-parisienne-with-brunette-wavy-hair-black-sunglasses-white-top-polka-dot-skirt-red-shirt-standing-city-stairs-looking-straight-early-warm-autumn-background_197531-28081.jpg", alt: "Satisfied Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300867.jpg",
|
||||
alt: "Another Happy Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300867.jpg", alt: "Another Happy Client"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -297,14 +197,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxury Couture",
|
||||
"Artisan Wear",
|
||||
"Urban Chic",
|
||||
"Timeless Designs",
|
||||
"Sustainable Fashion",
|
||||
"Modern Classics",
|
||||
"Global Trendsetters",
|
||||
]}
|
||||
"Luxury Couture", "Artisan Wear", "Urban Chic", "Timeless Designs", "Sustainable Fashion", "Modern Classics", "Global Trendsetters"]}
|
||||
title="Curated Brands & Partnerships"
|
||||
description="We proudly partner with esteemed fashion brands and designers, bringing you an exclusive selection of quality and style."
|
||||
tagAnimation="none"
|
||||
@@ -318,14 +211,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Visit Us In-Store or Get in Touch\n\nCorso Garibaldi, 40, 33170 Pordenone PN\nPhone: 0434 522793\n\nOpen · Closes at 13:00 · Reopens at 15:30"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/search/Être+Concept+Store+Corso+Garibaldi,+40,+33170+Pordenone+PN",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/search/Être+Concept+Store+Corso+Garibaldi,+40,+33170+Pordenone+PN"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -337,54 +227,33 @@ export default function LandingPage() {
|
||||
logoText="Être Concept Store"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#collection",
|
||||
},
|
||||
label: "New Arrivals", href: "#collection"},
|
||||
{
|
||||
label: "Collections",
|
||||
href: "#collection",
|
||||
},
|
||||
label: "Collections", href: "#collection"},
|
||||
{
|
||||
label: "Sale",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sale", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user