From f8060a7bfaa086c89c689b1f29562f5e5de77bb1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 02:48:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 255 ++++++++--------------------------------------- 1 file changed, 40 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4c6ec1..8003a21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -131,21 +69,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Commitment" metrics={[ - { - label: "Community Projects", - value: "150+", - icon: Building, - }, - { - label: "Years Served", - value: "20+", - icon: Calendar, - }, - { - label: "Local Partners", - value: "500+", - icon: Users, - }, + { label: "Community Projects", value: "150+", icon: Building }, + { label: "Years Served", value: "20+", icon: Calendar }, + { label: "Local Partners", value: "500+", icon: Users }, ]} metricsAnimation="slide-up" /> @@ -156,33 +82,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Expert Guidance", - description: "Local knowledge applied to every challenge.", - bentoComponent: "reveal-icon", - icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-roommates-home_23-2149358471.jpg", - imageAlt: "team working together community professional service", - }, - { - title: "Community Focus", - description: "We grow as you grow.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg?_wi=2", - imageAlt: "team working together community professional service", - }, - { - title: "Reliable Results", - description: "Professional quality you can trust.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-vector/star-location-pin_78370-6910.jpg", - imageAlt: "team working together community professional service", - }, + { title: "Expert Guidance", description: "Local knowledge applied to every challenge.", bentoComponent: "reveal-icon", icon: CheckCircle }, + { title: "Community Focus", description: "We grow as you grow.", bentoComponent: "reveal-icon", icon: Users }, + { title: "Reliable Results", description: "Professional quality you can trust.", bentoComponent: "reveal-icon", icon: Shield }, ]} title="Why We Lead" description="Innovative solutions tailored to our vibrant local economy." + animationType="blur-reveal" /> @@ -190,15 +96,7 @@ export default function LandingPage() { @@ -210,27 +108,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - title: "Success Rate", - value: "98%", - description: "Achieved project milestones.", - imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", - }, - { - id: "m2", - title: "Growth Rate", - value: "15%", - description: "Year over year client growth.", - imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-business-people-with-hands-air-success-their-plans_1150-3045.jpg", - }, - { - id: "m3", - title: "Satisfaction", - value: "4.9/5", - description: "From local business owners.", - imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", - }, + { id: "m1", title: "Success Rate", value: "98%", description: "Achieved project milestones.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg" }, + { id: "m2", title: "Growth Rate", value: "15%", description: "Year over year client growth.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-business-people-with-hands-air-success-their-plans_1150-3045.jpg" }, + { id: "m3", title: "Satisfaction", value: "4.9/5", description: "From local business owners.", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg" }, ]} title="Measurable Impact" description="Empowering our business community one success at a time." @@ -241,33 +121,14 @@ export default function LandingPage() { @@ -277,21 +138,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Who can apply?", - content: "All local Kannapolis businesses.", - }, - { - id: "q2", - title: "What is the timeline?", - content: "Typically 2-4 weeks.", - }, - { - id: "q3", - title: "Where are you located?", - content: "Downtown Kannapolis.", - }, + { id: "q1", title: "Who can apply?", content: "All local Kannapolis businesses." }, + { id: "q2", title: "What is the timeline?", content: "Typically 2-4 weeks." }, + { id: "q3", title: "Where are you located?", content: "Downtown Kannapolis." }, ]} title="Frequently Asked" description="Getting started with our services." @@ -305,18 +154,8 @@ export default function LandingPage() { title="Connect With Us" description="Start your journey with Kannapolis Biz today." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} imageSrc="http://img.b2bpic.net/free-photo/analyst-office_1098-14665.jpg" /> @@ -325,24 +164,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1