From 31956b0e95b58948d3662b7e79ddb55d4345ac0d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:18:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 164 ++++++++++++++--------------------------------- 1 file changed, 49 insertions(+), 115 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e221068..7d0794d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,18 +29,12 @@ export default function LandingPage() { @@ -162,40 +118,25 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Marco Rossi", role: "Client", company: "Follonica", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-sitting-sofa-looking-camera-high-quality-photo_114579-31508.jpg"}, - { - id: "t2", name: "Elena Bianchi", role: "Client", company: "Follonica", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg"}, - { - id: "t3", name: "Luca Verdi", role: "Client", company: "Follonica", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling_1187-3775.jpg"}, - { - id: "t4", name: "Giulia Neri", role: "Client", company: "Follonica", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling_1187-3773.jpg"}, - { - id: "t5", name: "Alessio Bruno", role: "Client", company: "Follonica", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575478.jpg"}, + { id: "t1", name: "Marco Rossi", role: "Cliente", company: "Follonica", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-sitting-sofa-looking-camera-high-quality-photo_114579-31508.jpg" }, + { id: "t2", name: "Elena Bianchi", role: "Cliente", company: "Follonica", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg" }, + { id: "t3", name: "Luca Verdi", role: "Cliente", company: "Follonica", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling_1187-3775.jpg" }, ]} - title="What Our Clients Say" - description="Join our community of satisfied clients." + title="Cosa Dicono i Nostri Clienti" + description="Unisciti alla nostra community di clienti soddisfatti." />
@@ -206,28 +147,21 @@ export default function LandingPage() { columns={[ { title: "Studio", items: [ - { - label: "Services", href: "#services"}, - { - label: "About", href: "#about"}, - { - label: "Reviews", href: "#reviews"}, + { label: "Servizi", href: "#services" }, + { label: "Chi Siamo", href: "#about" }, + { label: "Recensioni", href: "#reviews" }, ], }, { - title: "Connect", items: [ - { - label: "Call Us", href: "tel:+393668610081"}, - { - label: "Visit Us", href: "https://maps.google.com"}, + title: "Contatti", items: [ + { label: "Chiama", href: "tel:+393668610081" }, + { label: "Indicazioni", href: "https://maps.google.com" }, ], }, { - title: "Legal", items: [ - { - label: "Privacy Policy", href: "#"}, - { - label: "Terms of Service", href: "#"}, + title: "Legale", items: [ + { label: "Privacy", href: "#" }, + { label: "Termini", href: "#" }, ], }, ]} -- 2.49.1