From c8dff47592d76dc64020a918954a976b3b9e16bc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 10:24:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f90e3e..fe82e7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,94 +48,52 @@ export default function LandingPage() { @@ -155,19 +105,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "5+", - }, + label: "Years Experience", value: "5+"}, { icon: CheckCircle, - label: "Projects Completed", - value: "500+", - }, + label: "Projects Completed", value: "500+"}, { icon: Shield, - label: "Security Assets", - value: "24/7", - }, + label: "Security Assets", value: "24/7"}, ]} metricsAnimation="blur-reveal" /> @@ -180,22 +124,15 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Networking & Setup", - "Infrastructure Support", - "Device Management", - "Ecommerce Solutions", - ], + "Networking & Setup", "Infrastructure Support", "Device Management", "Ecommerce Solutions"], }} positiveCard={{ items: [ - "Cyber Security & Protection", - "Data & Analytics", - "Digital Marketing", - "Managed Services", - ], + "Cyber Security & Protection", "Data & Analytics", "Digital Marketing", "Managed Services"], }} title="Comprehensive IT Solutions" description="We bridge the gap between complex technology and your business goals." + buttons={[{ text: "Get Started Now", href: "#contact" }]} /> @@ -206,34 +143,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "Infrastructure", - title: "Setup", - items: [ - "Routers", - "Switches", - "Network Security", - ], + id: "m1", value: "Infrastructure", title: "Setup", items: [ + "Routers", "Switches", "Network Security"], }, { - id: "m2", - value: "Workstations", - title: "Devices", - items: [ - "Desktops", - "Laptops", - "Mobile Management", - ], + id: "m2", value: "Workstations", title: "Devices", items: [ + "Desktops", "Laptops", "Mobile Management"], }, { - id: "m3", - value: "Applications", - title: "Software", - items: [ - "Email Solutions", - "Analytics", - "Spending Management", - ], + id: "m3", value: "Applications", title: "Software", items: [ + "Email Solutions", "Analytics", "Spending Management"], }, ]} title="Technology Essentials" @@ -248,40 +167,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah Johnson", - role: "CEO", - testimonial: "Thank You ITS Hub for helping me setting up my business.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", - }, + id: "t1", name: "Sarah Johnson", role: "CEO", testimonial: "Thank You ITS Hub for helping me setting up my business.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg"}, { - id: "t2", - name: "Michael Chen", - role: "CTO", - testimonial: "Quality and professionalism were top notch.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", - }, + id: "t2", name: "Michael Chen", role: "CTO", testimonial: "Quality and professionalism were top notch.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"}, { - id: "t3", - name: "Emily Rodriguez", - role: "Marketing Director", - testimonial: "Value for money and excellent support.", - imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", - }, + id: "t3", name: "Emily Rodriguez", role: "Marketing Director", testimonial: "Value for money and excellent support.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg"}, { - id: "t4", - name: "David Kim", - role: "Product Manager", - testimonial: "Reliable and expert setup services.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", - }, + id: "t4", name: "David Kim", role: "Product Manager", testimonial: "Reliable and expert setup services.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"}, { - id: "t5", - name: "Alex Smith", - role: "Founder", - testimonial: "They made our IT transition seamless.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6593.jpg", - }, + id: "t5", name: "Alex Smith", role: "Founder", testimonial: "They made our IT transition seamless.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6593.jpg"}, ]} title="Client Feedback" description="See why businesses trust ITS Hub." @@ -294,20 +188,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you offer free consultations?", - content: "Yes, we provide a free consultation to assess your business IT needs.", - }, + id: "q1", title: "Do you offer free consultations?", content: "Yes, we provide a free consultation to assess your business IT needs."}, { - id: "q2", - title: "Can you handle ecommerce websites?", - content: "Absolutely, we specialize in building and managing secure ecommerce solutions.", - }, + id: "q2", title: "Can you handle ecommerce websites?", content: "Absolutely, we specialize in building and managing secure ecommerce solutions."}, { - id: "q3", - title: "Where are you located?", - content: "We are located at 1/57 Major Rd, Fawkner, Melbourne, Victoria.", - }, + id: "q3", title: "Where are you located?", content: "We are located at 1/57 Major Rd, Fawkner, Melbourne, Victoria."}, ]} title="Common Questions" description="Everything you need to know about our services." @@ -319,8 +204,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1