From 7facc628d875df0217b2e39589e9fec5e5d917bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:06:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 362 +++++++---------------------------------------- 1 file changed, 55 insertions(+), 307 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f98c50..df5ed1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,99 +32,47 @@ export default function LandingPage() {
@@ -309,13 +158,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Automotive Group", - "Moto Brand", - "Luxury Beauty", - "Tech Solutions", - "Sportswear Intl", - "Fashion House", - "Agency Partners", + "Automotive Group", "Moto Brand", "Luxury Beauty", "Tech Solutions", "Sportswear Intl", "Fashion House", "Agency Partners" ]} title="Brand che si affidano a noi" description="Collaboriamo con aziende leader per ridefinire la loro presenza digitale." @@ -324,44 +167,15 @@ export default function LandingPage() {
@@ -475,4 +223,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1