From bf241eb48dc1f6d2a50f2c2220aacae9225e71e3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 00:11:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 255 +++++++++++------------------------------------ 1 file changed, 56 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eb9bc2..db76526 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,33 +32,19 @@ export default function LandingPage() { @@ -67,19 +53,14 @@ export default function LandingPage() {
@@ -317,83 +208,49 @@ export default function LandingPage() { logoText="RMS Associates" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Managed IT", - href: "#services", - }, + label: "Managed IT", href: "#services"}, { - label: "VoIP Phone Systems", - href: "#services", - }, + label: "VoIP Phone Systems", href: "#services"}, { - label: "Cybersecurity", - href: "#services", - }, + label: "Cybersecurity", href: "#services"}, { - label: "Cloud Services", - href: "#services", - }, + label: "Cloud Services", href: "#services"}, { - label: "Network Support", - href: "#services", - }, + label: "Network Support", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Phone: (555) 123-4567", - href: "tel:+15551234567", - }, + label: "Phone: (555) 123-4567", href: "tel:+15551234567"}, { - label: "Email: info@rms.com", - href: "mailto:info@rms.com", - }, + label: "Email: info@rms.com", href: "mailto:info@rms.com"}, { - label: "Office: 123 Tech Drive, Suite 100", - href: "#", - }, + label: "Office: 123 Tech Drive, Suite 100", href: "#"}, { - label: "City, State 90210", - href: "#", - }, + label: "City, State 90210", href: "#"}, ], }, { - title: "Social Links", - items: [ + title: "Social Links", items: [ { - label: "LinkedIn", - href: "https://linkedin.com/company/rms-associates", - }, + label: "LinkedIn", href: "https://linkedin.com/company/rms-associates"}, { - label: "Facebook", - href: "https://facebook.com/rms-associates", - }, + label: "Facebook", href: "https://facebook.com/rms-associates"}, ], }, ]} -- 2.49.1