From 3a24146b5d7103e57392308e44a7acffb1379e07 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:27:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 90 ++++++++++++------------------------------------ 1 file changed, 22 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2be7aca..88f8358 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,23 +30,16 @@ export default function LandingPage() { @@ -56,9 +49,7 @@ export default function LandingPage() { description="Leading digital transformation in Ivano-Frankivsk. We craft high-performance websites built for local growth and global reach." buttons={[ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg" @@ -72,19 +63,13 @@ export default function LandingPage() { metrics={[ { icon: CheckCircle, - label: "Projects Completed", - value: "150+", - }, + label: "Projects Completed", value: "150+"}, { icon: Award, - label: "Client Retention", - value: "98%", - }, + label: "Client Retention", value: "98%"}, { icon: Zap, - label: "Launch Speed", - value: "<1.2s", - }, + label: "Launch Speed", value: "<1.2s"}, ]} metricsAnimation="slide-up" /> @@ -98,19 +83,13 @@ export default function LandingPage() { features={[ { icon: Smartphone, - title: "Mobile-First Design", - description: "Seamless user experiences optimized for all screens.", - }, + title: "Mobile-First Design", description: "Seamless user experiences optimized for all screens."}, { icon: Search, - title: "Local SEO", - description: "Rank higher in Ivano-Frankivsk searches.", - }, + title: "Local SEO", description: "Rank higher in Ivano-Frankivsk searches."}, { icon: Code, - title: "Next.js Development", - description: "High-performance code for maximum speed.", - }, + title: "Next.js Development", description: "High-performance code for maximum speed."}, ]} title="Our Digital Services" description="Tailored solutions designed for Ivano-Frankivsk business needs." @@ -122,14 +101,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Local Business 1", - "Regional Retailer", - "Ivano-Tech Corp", - "Hospitality Group", - "Retail Solutions UA", - "Startup IF", - "Digital Hub", - ]} + "Local Business 1", "Regional Retailer", "Ivano-Tech Corp", "Hospitality Group", "Retail Solutions UA", "Startup IF", "Digital Hub"]} title="Trusted Partners" description="Driving success for industry leaders across Ukraine." /> @@ -142,22 +114,14 @@ export default function LandingPage() { description="Ready to transform your digital presence? Send us a message and let's start your project." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Your Name", - required: true, + name: "fullName", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project...", - rows: 4, + name: "message", placeholder: "Tell us about your project...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/street-old-town-tarragona_1398-4529.jpg" @@ -168,29 +132,19 @@ export default function LandingPage() {