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: "#" },
],
},
]}