Update src/app/page.tsx
This commit is contained in:
235
src/app/page.tsx
235
src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Collection",
|
name: "Collection", id: "#collection"},
|
||||||
id: "#collection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Team",
|
name: "Team", id: "#team"},
|
||||||
id: "#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Être Concept Store"
|
brandName="Être Concept Store"
|
||||||
button={{
|
button={{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#collection"}}
|
||||||
href: "#collection",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -73,40 +59,26 @@ export default function LandingPage() {
|
|||||||
tagAnimation="none"
|
tagAnimation="none"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Collection",
|
text: "Explore Collection", href: "#collection"},
|
||||||
href: "#collection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Visit Us",
|
text: "Visit Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="none"
|
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"
|
imageAlt="Elegant boutique interior with curated fashion"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
textPosition="bottom"
|
textPosition="bottom"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg",
|
src: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg", alt: "People enjoy shopping"},
|
||||||
alt: "People enjoy shopping",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping_23-2149241334.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping_23-2149241334.jpg", alt: "Medium shot smiley women at shopping"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
alt: "Smiley woman holding shopping bags with copy space",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join our community of style enthusiasts"
|
avatarText="Join our community of style enthusiasts"
|
||||||
/>
|
/>
|
||||||
@@ -119,19 +91,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
label: "Years of Curation",
|
label: "Years of Curation", value: "7+"},
|
||||||
value: "7+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Satisfied Clients",
|
label: "Satisfied Clients", value: "1000+"},
|
||||||
value: "1000+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
label: "Hand-Picked Brands",
|
label: "Hand-Picked Brands", value: "50+"},
|
||||||
value: "50+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -144,25 +110,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Expert Styling Consultations",
|
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: [
|
||||||
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",
|
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"},
|
||||||
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",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-second-hand-market_23-2149353671.jpg", imageAlt: "Curated fashion accessories display"},
|
||||||
imageAlt: "Curated fashion accessories display",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-thread-face-mask_23-2148614631.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-thread-face-mask_23-2148614631.jpg", imageAlt: "Detail of quality fabric texture"},
|
||||||
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",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Approach to Fashion & Service"
|
title="Our Approach to Fashion & Service"
|
||||||
@@ -178,47 +133,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Our Curated Collection"
|
||||||
description="Explore our latest arrivals and timeless pieces, selected for their exceptional quality, unique design, and lasting style."
|
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}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
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."
|
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"
|
author="From Our Valued Customers"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-showing-something-shop-window_329181-18696.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-showing-something-shop-window_329181-18696.jpg", alt: "Maria Volante"},
|
||||||
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",
|
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"},
|
||||||
alt: "Giulia Rosin",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", alt: "Tiziana Santin"},
|
||||||
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",
|
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"},
|
||||||
alt: "Satisfied Customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300867.jpg",
|
src: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300867.jpg", alt: "Another Happy Client"},
|
||||||
alt: "Another Happy Client",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -297,14 +197,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Luxury Couture",
|
"Luxury Couture", "Artisan Wear", "Urban Chic", "Timeless Designs", "Sustainable Fashion", "Modern Classics", "Global Trendsetters"]}
|
||||||
"Artisan Wear",
|
|
||||||
"Urban Chic",
|
|
||||||
"Timeless Designs",
|
|
||||||
"Sustainable Fashion",
|
|
||||||
"Modern Classics",
|
|
||||||
"Global Trendsetters",
|
|
||||||
]}
|
|
||||||
title="Curated Brands & Partnerships"
|
title="Curated Brands & Partnerships"
|
||||||
description="We proudly partner with esteemed fashion brands and designers, bringing you an exclusive selection of quality and style."
|
description="We proudly partner with esteemed fashion brands and designers, bringing you an exclusive selection of quality and style."
|
||||||
tagAnimation="none"
|
tagAnimation="none"
|
||||||
@@ -318,14 +211,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
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"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Directions",
|
text: "Get Directions", href: "https://www.google.com/maps/search/Être+Concept+Store+Corso+Garibaldi,+40,+33170+Pordenone+PN"},
|
||||||
href: "https://www.google.com/maps/search/Être+Concept+Store+Corso+Garibaldi,+40,+33170+Pordenone+PN",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -337,54 +227,33 @@ export default function LandingPage() {
|
|||||||
logoText="Être Concept Store"
|
logoText="Être Concept Store"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "New Arrivals",
|
label: "New Arrivals", href: "#collection"},
|
||||||
href: "#collection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Collections",
|
label: "Collections", href: "#collection"},
|
||||||
href: "#collection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sale",
|
label: "Sale", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About",
|
title: "About", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Our Story",
|
label: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Team",
|
label: "Our Team", href: "#team"},
|
||||||
href: "#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user