Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 422ae7a755 | |||
| 78b19a4b2c | |||
| 8da522877f | |||
| a218a60c79 | |||
| aa93004fc4 | |||
| 852704e982 | |||
| 839de08ac4 |
144
src/app/page.tsx
144
src/app/page.tsx
@@ -8,9 +8,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
|
|||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import { Heart, ShieldCheck, Users } from "lucide-react";
|
import { Heart, ShieldCheck, Users } from "lucide-react";
|
||||||
|
|
||||||
@@ -35,69 +33,65 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Home", id: "#home"},
|
name: "Home", id: "#home"},
|
||||||
{
|
{
|
||||||
name: "About", id: "#about"},
|
name: "Chi Siamo", id: "#about"},
|
||||||
{
|
{
|
||||||
name: "Collection", id: "#collection"},
|
name: "Testimonianze", id: "#testimonials"},
|
||||||
{
|
{
|
||||||
name: "Team", id: "#team"},
|
name: "Contatti", id: "#contact"},
|
||||||
{
|
|
||||||
name: "Testimonials", id: "#testimonials"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Être Concept Store"
|
brandName="Être Concept Store"
|
||||||
button={{
|
button={{
|
||||||
text: "Shop Now", href: "#collection"}}
|
text: "Acquista Ora", href: "#collection"}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Discover Your Unique Style"
|
title="Scopri il Tuo Stile Unico"
|
||||||
description="Être Concept Store offers a meticulously curated collection of high-quality apparel and accessories, hand-picked for the discerning individual. Experience personalized service and find pieces that truly resonate with your essence."
|
description="Être Concept Store offre una collezione meticolosamente curata di abbigliamento e accessori di alta qualità, scelti con cura per l'individuo esigente. Vivi un servizio personalizzato e trova capi che risuonano veramente con la tua essenza."
|
||||||
tagAnimation="none"
|
tagAnimation="none"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Collection", href: "#collection"},
|
text: "Esplora la Collezione", href: "#collection"},
|
||||||
{
|
{
|
||||||
text: "Visit Us", href: "#contact"},
|
text: "Vieni a Trovarci", 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"
|
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="Interno elegante di boutique con moda curata"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
textPosition="bottom"
|
textPosition="bottom"
|
||||||
avatars={[
|
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: "Persone che amano fare 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: "Donne sorridenti che fanno shopping (piano medio)"},
|
||||||
{
|
{
|
||||||
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: "Donna con un grande sorriso dopo aver fatto grandi acquisti"},
|
||||||
{
|
{
|
||||||
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: "Donne che fanno shopping e acquistano prodotti per la celebrazione della giornata del cliente"},
|
||||||
{
|
{
|
||||||
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: "Donna sorridente che tiene borse della spesa con spazio per il testo"},
|
||||||
]}
|
]}
|
||||||
avatarText="Join our community of style enthusiasts"
|
avatarText="Unisciti alla nostra community di appassionati di stile"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="About Être Concept Store"
|
title="Informazioni su Être Concept Store"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
label: "Years of Curation", value: "7+"},
|
label: "Anni di Curatela", value: "7+"},
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Satisfied Clients", value: "1000+"},
|
label: "Clienti Soddisfatti", value: "1000+"},
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
label: "Hand-Picked Brands", value: "50+"},
|
label: "Marchi Selezionati a Mano", value: "50+"},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -110,71 +104,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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: "Consulenze di Stile Esperte", description: "Il nostro team altamente qualificato offre consigli personalizzati per aiutarti a scoprire stili che valorizzano la tua personalità unica.", 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: "Donna che prova un vestito in una boutique con una stilista"},
|
||||||
{
|
{
|
||||||
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: "Esposizione di accessori di moda curati"},
|
||||||
{
|
{
|
||||||
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/woman-preparing-thread-face-mask_23-2148614631.jpg", imageAlt: "Dettaglio della texture di un tessuto di qualità"},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Approach to Fashion & Service"
|
title="Il Nostro Approccio alla Moda e al Servizio"
|
||||||
description="At Être, we believe in a holistic shopping experience. From expert styling advice to exclusive collections, we ensure every visit is inspiring and rewarding."
|
description="In Être, crediamo in un'esperienza di shopping olistica. Dalla consulenza di stile esperta alle collezioni esclusive, garantiamo che ogni visita sia ispirante e gratificante."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="collection" data-section="collection">
|
|
||||||
<ProductCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
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: "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: "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: "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."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
|
||||||
<TeamCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
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: "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"},
|
|
||||||
]}
|
|
||||||
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."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonial="Our clients consistently praise our personalized service and the unique quality of our selections. We're proud to be a trusted destination for style."
|
testimonial="L'esperienza di shopping da Être Concept Store è stata eccezionale! Ho trovato capi unici e il servizio personalizzato ha superato ogni aspettativa. Ogni acquisto è un piacere!"
|
||||||
rating={5}
|
rating={5}
|
||||||
author="From Our Valued Customers"
|
author="Sofia Ricci"
|
||||||
avatars={[
|
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"},
|
||||||
@@ -183,9 +135,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
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: "Cliente Soddisfatto"},
|
||||||
{
|
{
|
||||||
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: "Un Altro Cliente Felice"},
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -197,9 +149,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Luxury Couture", "Artisan Wear", "Urban Chic", "Timeless Designs", "Sustainable Fashion", "Modern Classics", "Global Trendsetters"]}
|
"Alta Moda di Lusso", "Abbigliamento Artigianale", "Eleganza Urbana", "Design Senza Tempo", "Moda Sostenibile", "Classici Moderni", "Innovatori Globali" ]}
|
||||||
title="Curated Brands & Partnerships"
|
title="Marchi Curati e Partnership"
|
||||||
description="We proudly partner with esteemed fashion brands and designers, bringing you an exclusive selection of quality and style."
|
description="Siamo orgogliosi di collaborare con stimati marchi e designer di moda, offrendoti una selezione esclusiva di qualità e stile."
|
||||||
tagAnimation="none"
|
tagAnimation="none"
|
||||||
buttonAnimation="none"
|
buttonAnimation="none"
|
||||||
speed={40}
|
speed={40}
|
||||||
@@ -212,10 +164,10 @@ export default function LandingPage() {
|
|||||||
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="Vieni a Trovarci in Negozio o Contattaci\n\nCorso Garibaldi, 40, 33170 Pordenone PN\nTelefono: 0434 522793\n\nAperto · Chiude alle 13:00 · Riapre alle 15:30"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Directions", href: "https://www.google.com/maps/search/Être+Concept+Store+Corso+Garibaldi,+40,+33170+Pordenone+PN"},
|
text: "Ottieni Indicazioni", href: "https://www.google.com/maps/search/Être+Concept+Store+Corso+Garibaldi,+40,+33170+Pordenone+PN"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -223,41 +175,35 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/fashionable-young-woman-grey-coat-hat-walking-street-city-centre-smiling-true-emotions-stylish-lifestyle-luxury-clothes-elegant-look_197531-1885.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/fashionable-young-woman-grey-coat-hat-walking-street-city-centre-smiling-true-emotions-stylish-lifestyle-luxury-clothes-elegant-look_197531-1885.jpg"
|
||||||
imageAlt="Exterior of Être Concept Store boutique"
|
imageAlt="Esterno della boutique Être Concept Store"
|
||||||
logoText="Être Concept Store"
|
logoText="Être Concept Store"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop", items: [
|
title: "Acquista", items: [
|
||||||
{
|
{
|
||||||
label: "New Arrivals", href: "#collection"},
|
label: "Saldi", href: "#"},
|
||||||
{
|
|
||||||
label: "Collections", href: "#collection"},
|
|
||||||
{
|
|
||||||
label: "Sale", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About", items: [
|
title: "Chi Siamo", items: [
|
||||||
{
|
{
|
||||||
label: "Our Story", href: "#about"},
|
label: "La Nostra Storia", href: "#about"},
|
||||||
{
|
{
|
||||||
label: "Our Team", href: "#team"},
|
label: "Testimonianze", href: "#testimonials"},
|
||||||
{
|
|
||||||
label: "Testimonials", href: "#testimonials"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Supporto", items: [
|
||||||
{
|
{
|
||||||
label: "Contact Us", href: "#contact"},
|
label: "Contattaci", href: "#contact"},
|
||||||
{
|
{
|
||||||
label: "FAQs", href: "#"},
|
label: "Domande Frequenti", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"},
|
label: "Informativa sulla Privacy", href: "#"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Être Concept Store. All rights reserved."
|
copyrightText="© 2024 Être Concept Store. Tutti i diritti riservati."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user