diff --git a/src/app/chi-siamo/page.tsx b/src/app/chi-siamo/page.tsx index f0d140b..a91610c 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ChiSiamoPage() { return ( @@ -54,15 +40,8 @@ export default function LandingPage() { @@ -70,18 +49,11 @@ export default function LandingPage() {
@@ -89,28 +61,8 @@ export default function LandingPage() { diff --git a/src/app/collezioni/page.tsx b/src/app/collezioni/page.tsx index 80fe658..b9e59ea 100644 --- a/src/app/collezioni/page.tsx +++ b/src/app/collezioni/page.tsx @@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -export default function LandingPage() { +export default function CollezioniPage() { return ( @@ -57,48 +43,9 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Jeans Comfort", - price: "€59", - variant: "Denim", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8092.jpg", - }, - { - id: "p2", - name: "Felpa Soft", - price: "€45", - variant: "Cotton", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-short-haired-woman-with-earphones-casual-leather-coat-sunglasses-using-smartphone-posing-urban-brick-wall_273443-4567.jpg", - }, - { - id: "p3", - name: "T-shirt Premium", - price: "€29", - variant: "White", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-t-shirt-hat-looking-cheerful_176474-35753.jpg", - }, - { - id: "p4", - name: "Pantaloni Casual", - price: "€65", - variant: "Khaki", - imageSrc: "http://img.b2bpic.net/free-photo/blue-line-loose-pants-women-s-apparel-rear-view_53876-102139.jpg", - }, - { - id: "p5", - name: "Maglione Leggero", - price: "€79", - variant: "Wool", - imageSrc: "http://img.b2bpic.net/free-photo/two-girls-walking-together-winter-park_1303-12959.jpg", - }, - { - id: "p6", - name: "Cardigan", - price: "€89", - variant: "Grey", - imageSrc: "http://img.b2bpic.net/free-photo/woman-coat-walking-street-talking-phone_1303-14326.jpg", - }, + { id: "p1", name: "Jeans Comfort", price: "€59", variant: "Denim", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8092.jpg" }, + { id: "p2", name: "Felpa Soft", price: "€45", variant: "Cotton", imageSrc: "http://img.b2bpic.net/free-photo/stylish-short-haired-woman-with-earphones-casual-leather-coat-sunglasses-using-smartphone-posing-urban-brick-wall_273443-4567.jpg" }, + { id: "p3", name: "T-shirt Premium", price: "€29", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-t-shirt-hat-looking-cheerful_176474-35753.jpg" }, ]} title="Casual" description="Capi comodi e alla moda per tutti i giorni, dai jeans alle felpe di qualità." @@ -108,18 +55,11 @@ export default function LandingPage() {
@@ -127,28 +67,8 @@ export default function LandingPage() { diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx index 214342f..ea0d53e 100644 --- a/src/app/contatti/page.tsx +++ b/src/app/contatti/page.tsx @@ -7,7 +7,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContattiPage() { return (
@@ -86,28 +63,8 @@ export default function LandingPage() { diff --git a/src/app/novita/page.tsx b/src/app/novita/page.tsx index 9d242b4..003388d 100644 --- a/src/app/novita/page.tsx +++ b/src/app/novita/page.tsx @@ -7,7 +7,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function NovitaPage() { return ( @@ -58,36 +44,9 @@ export default function LandingPage() { title="Appena arrivati in negozio" description="Seguici per scoprire le ultime novità della stagione." blogs={[ - { - id: "b1", - category: "Nuovo", - title: "Collezione Primavera", - excerpt: "Scopri i nuovi colori", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-4132.jpg", - authorName: "Rina", - authorAvatar: "http://img.b2bpic.net/free-vector/user-circles-set_78370-4691.jpg", - date: "10 Maggio", - }, - { - id: "b2", - category: "Nuovo", - title: "Accessori", - excerpt: "Dettagli che fanno la differenza", - imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-receiving-order-call-flora-shop_53876-42656.jpg", - authorName: "Rina", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107230.jpg", - date: "12 Maggio", - }, - { - id: "b3", - category: "Nuovo", - title: "Abiti Sera", - excerpt: "Eleganza senza tempo", - imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-yellow-dress-posing-blue-sky-background_158538-9386.jpg", - authorName: "Rina", - authorAvatar: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side-with-white-background_187299-40022.jpg", - date: "14 Maggio", - }, + { id: "b1", category: "Nuovo", title: "Collezione Primavera", excerpt: "Scopri i nuovi colori", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-4132.jpg", authorName: "Rina", authorAvatar: "http://img.b2bpic.net/free-vector/user-circles-set_78370-4691.jpg", date: "10 Maggio" }, + { id: "b2", category: "Nuovo", title: "Accessori", excerpt: "Dettagli che fanno la differenza", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-receiving-order-call-flora-shop_53876-42656.jpg", authorName: "Rina", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107230.jpg", date: "12 Maggio" }, + { id: "b3", category: "Nuovo", title: "Abiti Sera", excerpt: "Eleganza senza tempo", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-yellow-dress-posing-blue-sky-background_158538-9386.jpg", authorName: "Rina", authorAvatar: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side-with-white-background_187299-40022.jpg", date: "14 Maggio" }, ]} /> @@ -95,18 +54,11 @@ export default function LandingPage() {
@@ -114,28 +66,8 @@ export default function LandingPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index a60525e..e3e1bae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,60 +28,26 @@ export default function LandingPage() {
@@ -118,26 +72,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Perché scegliere Fantasia" metrics={[ - { - id: "m1", - value: "100%", - description: "Selezione curata", - }, - { - id: "m2", - value: "Sempre", - description: "Consulenza personalizzata", - }, - { - id: "m3", - value: "Alta", - description: "Qualità dei marchi", - }, - { - id: "m4", - value: "Onesti", - description: "Prezzi accessibili", - }, + { id: "m1", value: "100%", description: "Selezione curata" }, + { id: "m2", value: "Sempre", description: "Consulenza personalizzata" }, + { id: "m3", value: "Alta", description: "Qualità dei marchi" }, + { id: "m4", value: "Onesti", description: "Prezzi accessibili" }, ]} metricsAnimation="blur-reveal" tag="Eccellenza" @@ -150,60 +88,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Anna Rossi", - role: "Cliente", - company: "Cesano", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-middle-age-couple-holding-shopping-bags-credit-card-winking-looking-camera-with-sexy-expression-cheerful-happy-face_839833-20711.jpg", - }, - { - id: "2", - name: "Maria Bianchi", - role: "Cliente", - company: "Milano", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/laughing-middle-aged-woman-man-chatting-shopping-holding-paper-bags_1262-12699.jpg", - }, - { - id: "3", - name: "Giulia Verri", - role: "Cliente", - company: "Corsico", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-touching-chin_1262-5158.jpg", - }, - { - id: "4", - name: "Elena Costa", - role: "Cliente", - company: "Cesano", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-38849.jpg", - }, - { - id: "5", - name: "Sara Neri", - role: "Cliente", - company: "Milano", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-with-afro-curls-hairstyle-dressed-summer-hipster-white-dress_158538-600.jpg", - }, + { id: "1", name: "Anna Rossi", role: "Cliente", company: "Cesano", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hispanic-middle-age-couple-holding-shopping-bags-credit-card-winking-looking-camera-with-sexy-expression-cheerful-happy-face_839833-20711.jpg" }, + { id: "2", name: "Maria Bianchi", role: "Cliente", company: "Milano", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-middle-aged-woman-man-chatting-shopping-holding-paper-bags_1262-12699.jpg" }, + { id: "3", name: "Giulia Verri", role: "Cliente", company: "Corsico", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-touching-chin_1262-5158.jpg" }, ]} kpiItems={[ - { - value: "500+", - label: "Clienti soddisfatte", - }, - { - value: "10+", - label: "Anni di passione", - }, - { - value: "100%", - label: "Qualità garantita", - }, + { value: "500+", label: "Clienti soddisfatte" }, + { value: "10+", label: "Anni di passione" }, + { value: "100%", label: "Qualità garantita" }, ]} title="Cosa dicono le nostre clienti" description="La soddisfazione di chi sceglie l'eleganza di Rina." @@ -213,18 +105,11 @@ export default function LandingPage() {
@@ -232,28 +117,8 @@ export default function LandingPage() {