From 657616c8564ba365ba79d00d1981fc8500d475e0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:55:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 119 ++++++++++++----------------------------------- 1 file changed, 29 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2d340b..0bef484 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,47 +47,28 @@ export default function LandingPage() {
@@ -119,40 +90,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "PC & Laptop Repair", - description: "Expert hardware repair and optimization.", - bentoComponent: "reveal-icon", - icon: Monitor, + title: "PC & Laptop Repair", description: "Expert hardware repair and optimization.", bentoComponent: "reveal-icon", icon: Monitor, }, { - title: "Virus & Malware Removal", - description: "Deep scans and secure threat removal.", - bentoComponent: "reveal-icon", - icon: AlertTriangle, + title: "Virus & Malware Removal", description: "Deep scans and secure threat removal.", bentoComponent: "reveal-icon", icon: AlertTriangle, }, { - title: "Managed Security", - description: "Proactive protection for your systems.", - bentoComponent: "reveal-icon", - icon: Lock, + title: "Managed Security", description: "Proactive protection for your systems.", bentoComponent: "reveal-icon", icon: Lock, }, { - title: "Business IT Services", - description: "Full-scale network management.", - bentoComponent: "reveal-icon", - icon: Building2, + title: "Business IT Services", description: "Full-scale network management.", bentoComponent: "reveal-icon", icon: Building2, }, { - title: "Network Setup", - description: "Reliable wired and wireless configurations.", - bentoComponent: "reveal-icon", - icon: Globe, + title: "Network Setup", description: "Reliable wired and wireless configurations.", bentoComponent: "reveal-icon", icon: Globe, }, { - title: "Data Recovery", - description: "Professional restoration for lost files.", - bentoComponent: "reveal-icon", - icon: Database, + title: "Data Recovery", description: "Professional restoration for lost files.", bentoComponent: "reveal-icon", icon: Database, }, ]} title="Our IT Services" @@ -166,20 +119,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Where are you located?", - content: "112 South Berkeley Blvd Suite J, Goldsboro, NC 27534", - }, + id: "1", title: "Where are you located?", content: "112 South Berkeley Blvd Suite J, Goldsboro, NC 27534"}, { - id: "2", - title: "What are your hours?", - content: "Mon-Fri: 9:30 AM - 5:30 PM, Sat: 10:00 AM - 1:00 PM. Sunday closed.", - }, + id: "2", title: "What are your hours?", content: "Mon-Fri: 9:30 AM - 5:30 PM, Sat: 10:00 AM - 1:00 PM. Sunday closed."}, { - id: "3", - title: "Do you offer remote support?", - content: "Yes, we provide secure remote support to resolve issues quickly.", - }, + id: "3", title: "Do you offer remote support?", content: "Yes, we provide secure remote support to resolve issues quickly."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/professional-office-customer-service-cen-1774615701604-f1c49349.png" title="Frequently Asked Questions" @@ -193,8 +137,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file