From 2c5843e6cf2bc30ac9d22eef7bad06b881c99a47 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:52:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 +++++++++-------------------------------------- 1 file changed, 26 insertions(+), 108 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c5845a..9ca42c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,43 +31,24 @@ export default function LandingPage() {
@@ -171,20 +120,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Where do we operate?", - content: "We operate in Africa, Middle East and Gulf regions.", - }, + id: "f1", title: "Where do we operate?", content: "We operate in Africa, Middle East and Gulf regions."}, { - id: "f2", - title: "How long have you been in the business?", - content: "We have been in the business since 2003.", - }, + id: "f2", title: "How long have you been in the business?", content: "We have been in the business since 2003."}, { - id: "f3", - title: "What kind of support do you provide?", - content: "Our experts provide professional and dedicated support services.", - }, + id: "f3", title: "What kind of support do you provide?", content: "Our experts provide professional and dedicated support services."}, ]} sideTitle="Common Questions" sideDescription="Everything you need to know about HHP." @@ -195,21 +135,13 @@ export default function LandingPage() {
@@ -219,29 +151,15 @@ export default function LandingPage() { logoText="HHP" columns={[ { - title: "Contact", - items: [ - { - label: "info@handheldspro.com", - href: "mailto:info@handheldspro.com", - }, - { - label: "+966 11 402 4923", - href: "tel:+966114024923", - }, + title: "Contact", items: [ + { label: "info@handheldspro.com", href: "mailto:info@handheldspro.com" }, + { label: "+966 11 402 4923", href: "tel:+966114024923" }, ], }, { - title: "Quick Links", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms & Conditions", - href: "#", - }, + title: "Quick Links", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms & Conditions", href: "#" }, ], }, ]} -- 2.49.1