From e40df4b1341757eabc75704ae762cef81bb691c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:59:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 183 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37b8772..9aebe45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -61,9 +51,7 @@ export default function LandingPage() { description="Premium custom web design solutions for businesses in Shelby Township, Michigan. We build fast, responsive, and growth-focused websites." buttons={[ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/biometric-technology-background-with-fingerprint-scanning-system-virtual-screen-digital-remix_53876-104937.jpg" imageAlt="EL Web Design Shelby Township" @@ -78,17 +66,11 @@ export default function LandingPage() { description="Located in Shelby Township, we understand the local market. Our web design services combine aesthetics with functional performance to help your business stand out from the competition." metrics={[ { - value: "100+", - title: "Websites Built", - }, + value: "100+", title: "Websites Built"}, { - value: "99%", - title: "Client Satisfaction", - }, + value: "99%", title: "Client Satisfaction"}, { - value: "24/7", - title: "Support Ready", - }, + value: "24/7", title: "Support Ready"}, ]} imageSrc="http://img.b2bpic.net/free-photo/general-director-reviewing-data-analytics-with-her-team-successful-development-plan_482257-124692.jpg" imageAlt="Our web design process" @@ -104,26 +86,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Mobile Responsive", - description: "Beautiful designs that look perfect on phones, tablets, and desktops.", - tag: "Essential", - imageSrc: "http://img.b2bpic.net/free-vector/eco-responsive-web-design-screens_23-2147495766.jpg", - }, + id: "f1", title: "Mobile Responsive", description: "Beautiful designs that look perfect on phones, tablets, and desktops.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-vector/eco-responsive-web-design-screens_23-2147495766.jpg"}, { - id: "f2", - title: "Speed Optimized", - description: "Fast loading sites that keep users engaged and boost SEO rankings.", - tag: "Performance", - imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg", - }, + id: "f2", title: "Speed Optimized", description: "Fast loading sites that keep users engaged and boost SEO rankings.", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg"}, { - id: "f3", - title: "SEO Ready", - description: "Built with search engine visibility in mind to help customers find you.", - tag: "Marketing", - imageSrc: "http://img.b2bpic.net/free-photo/covid-19-global-economic-crisis_23-2148746588.jpg", - }, + id: "f3", title: "SEO Ready", description: "Built with search engine visibility in mind to help customers find you.", tag: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/covid-19-global-economic-crisis_23-2148746588.jpg"}, ]} title="Why Choose EL Web Design" description="We don't just build websites; we create digital assets that grow your business." @@ -132,44 +99,25 @@ export default function LandingPage() {
@@ -279,33 +190,21 @@ export default function LandingPage() {