From 819c5501f0b8f0c95e85d675428483e45f85b469 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 20:29:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 177 +++++++++-------------------------------------- 1 file changed, 34 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 820359a..19d5662 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Clock, Leaf, Star } from "lucide-react"; +import { Award, Clock, Leaf, Star, Mail, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -32,16 +32,11 @@ export default function LandingPage() { @@ -148,16 +93,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - negativeCard={{ - items: [ - "Nessun prodotto industriale massivo", "Zero sprechi nella gestione", "Assenza di confusione dei supermercati"], - }} - positiveCard={{ - items: [ - "Prodotti rari introvabili altrove", "Consulenza personalizzata sulle spezie", "Etichettatura artigianale dettagliata"], - }} + negativeCard={{ items: ["Nessun prodotto industriale", "Zero sprechi"] }} + positiveCard={{ items: ["Prodotti rari", "Consulenza esperta"] }} title="Perché Sceglierci" - description="Offriamo molto più di una semplice vendita: garantiamo un'esperienza sensoriale unica e la massima competenza professionale." + description="Garantiamo un'esperienza sensoriale unica." /> @@ -166,26 +105,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "t1", name: "Giulia M.", handle: "@giuliam", testimonial: "Un'esperienza incredibile, il profumo delle spezie ti rapisce appena entri.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shoppers-showing-greeting-gesture_23-2147666131.jpg"}, - { - id: "t2", name: "Marco R.", handle: "@marcor", testimonial: "Finalmente un negozio che seleziona solo la qualità massima, tornerò presto.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-slavic-female-gardener-wearing-gardening-hat-holds-parts-broken-hot-pepper_141793-104195.jpg"}, - { - id: "t3", name: "Elena V.", handle: "@elenav", testimonial: "Le signore sono vere esperte, mi hanno spiegato ogni dettaglio.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-turtle-bag-headphones_23-2148875845.jpg"}, - { - id: "t4", name: "Luca B.", handle: "@lucab", testimonial: "Non credo esista un altro posto simile a Genova, davvero fantastico.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/funny-woman-shaking-pallet-with-vegetables_23-2147700645.jpg"}, - { - id: "t5", name: "Sofia D.", handle: "@sofiad", testimonial: "Ogni dettaglio è curato, si percepisce l'amore per questo lavoro.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-fresh-bread-paper-bag_1303-32305.jpg"}, - ]} + testimonials={[]} showRating={true} title="Cosa Dicono di Noi" - description="La nostra passione per la qualità viene premiata dai nostri affezionati clienti ogni giorno." + description="La nostra passione premia i clienti." /> @@ -196,18 +119,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "90+", title: "Spezie Selezionate", description: "Provenienti dai migliori produttori mondiali", icon: Leaf, - }, - { - id: "m2", value: "4.8", title: "Valutazione Media", description: "Centinaia di recensioni positive su Google", icon: Star, - }, - { - id: "m3", value: "90", title: "Anni di Passione", description: "Tradizione tramandata con cura", icon: Clock, - }, + { id: "m1", value: "90+", title: "Spezie", description: "Selezionate", icon: Leaf }, + { id: "m2", value: "4.8", title: "Valutazione", description: "Positiva", icon: Star }, + { id: "m3", value: "90", title: "Anni", description: "Passione", icon: Clock } ]} title="Il Nostro Impegno" - description="Numeri che testimoniano la passione e la soddisfazione dei nostri visitatori." + description="Tradizione e soddisfazione." /> @@ -216,33 +133,22 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "Effettuate spedizioni?", content: "Sì, effettuiamo consegne a domicilio per venire incontro alle esigenze dei nostri clienti."}, - { - id: "f2", title: "Accettate pagamenti con carta?", content: "Certamente, accettiamo pagamenti elettronici (carte di credito/debito, NFC) nonostante la nostra anima antica."}, - { - id: "f3", title: "Dove vi trovate?", content: "Siamo nel cuore storico di Genova, in Via di S. Bernardo, 32/R."}, + { id: "f1", title: "Spedizioni", content: "Sì, effettuiamo consegne." }, + { id: "f2", title: "Pagamenti", content: "Accettiamo carte." } ]} title="Domande Frequenti" - description="Ecco tutto quello che vorreste sapere sulla nostra Drogheria storica." + description="Tutto quello che c'è da sapere." faqsAnimation="blur-reveal" />
-
@@ -250,22 +156,7 @@ export default function LandingPage() { -- 2.49.1