From bc88d912f4b01564565fb5eb83c8f0f4fbebd968 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 21:16:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8701941..e2e690e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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, Mail, MapPin, Phone } from "lucide-react"; +import { Award, Clock, Leaf, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -133,8 +133,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "Spedizioni", content: "Sì, effettuiamo consegne." }, - { id: "f2", title: "Pagamenti", content: "Accettiamo carte." } + { id: "f1", title: "Spedizioni", content: "Sì, effettuiamo consegne in tutta Italia tramite corriere espresso." }, + { id: "f2", title: "Pagamenti Accettati", content: "Puoi pagare comodamente tramite PayPal o effettuare un bonifico bancario (IBAN: IT00000000000000000000)." } ]} title="Domande Frequenti" description="Tutto quello che c'è da sapere." @@ -146,9 +146,10 @@ export default function LandingPage() { console.log("Contattato da:", email)} /> -- 2.49.1