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