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