diff --git a/src/app/page.tsx b/src/app/page.tsx index c2b290f..6a8148d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,129 +28,46 @@ export default function LandingPage() {
@@ -161,27 +78,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Design Creativo", - subtitle: "Estetica moderna che parla al tuo pubblico.", - category: "Creatività", - value: "1", - }, - { - id: "f2", - title: "Performance Web", - subtitle: "Velocità estrema su ogni dispositivo.", - category: "Tecnologia", - value: "2", - }, - { - id: "f3", - title: "Strategia Digitale", - subtitle: "Approccio basato sui dati per la crescita.", - category: "Strategia", - value: "3", - }, + { id: "f1", title: "Design Creativo", subtitle: "Estetica moderna che parla al tuo pubblico.", category: "Creatività", value: "1" }, + { id: "f2", title: "Performance Web", subtitle: "Velocità estrema su ogni dispositivo.", category: "Tecnologia", value: "2" }, + { id: "f3", title: "Strategia Digitale", subtitle: "Approccio basato sui dati per la crescita.", category: "Strategia", value: "3" } ]} title="Perché sceglierci" description="Soluzioni studiate per ottimizzare il tuo potenziale digitale." @@ -193,13 +92,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "InnovateTech", - "CreativePulse", - "DigitalSolutions", - "FutureBrand", - "SmartGrowth", - "CloudApex", - "VisionLabs", + "InnovateTech", "CreativePulse", "DigitalSolutions", "FutureBrand", "SmartGrowth", "CloudApex", "VisionLabs" ]} title="Partner di Successo" description="Collaboriamo con brand ambiziosi per costruire insieme il domani." @@ -213,46 +106,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Alice Rossi", - role: "CEO", - company: "InnovateTech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg?_wi=2", - }, - { - id: "t2", - name: "Marco Bianchi", - role: "CTO", - company: "CreativePulse", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg?_wi=2", - }, - { - id: "t3", - name: "Giulia Verdi", - role: "Marketing Dir", - company: "DigitalSolutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", - }, - { - id: "t4", - name: "Luca Neri", - role: "Founder", - company: "FutureBrand", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-sunglasses-looking-camera_171337-11856.jpg?_wi=2", - }, - { - id: "t5", - name: "Sara Gallo", - role: "Product Mgr", - company: "SmartGrowth", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=2", - }, + { id: "t1", name: "Alice Rossi", role: "CEO", company: "InnovateTech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg" }, + { id: "t2", name: "Marco Bianchi", role: "CTO", company: "CreativePulse", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg" }, + { id: "t3", name: "Giulia Verdi", role: "Marketing Dir", company: "DigitalSolutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" }, + { id: "t4", name: "Luca Neri", role: "Founder", company: "FutureBrand", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-sunglasses-looking-camera_171337-11856.jpg" }, + { id: "t5", name: "Sara Gallo", role: "Product Mgr", company: "SmartGrowth", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg" } ]} title="Cosa dicono di noi" description="La soddisfazione dei nostri clienti è la nostra migliore referenza." @@ -261,10 +119,9 @@ export default function LandingPage() {