diff --git a/src/app/page.tsx b/src/app/page.tsx
index 67da1ef..93a875b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,7 +45,7 @@ export default function HvacPage() {
@@ -300,8 +215,7 @@ export default function HvacPage() {
imageAlt="HVAC technician inspecting equipment"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "AC Installation", href: "#services" },
{ label: "Heating Systems", href: "#services" },
{ label: "Maintenance Plans", href: "#services" },
@@ -309,8 +223,7 @@ export default function HvacPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" },
@@ -318,8 +231,7 @@ export default function HvacPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "(555) 987-6543", href: "tel:5559876543" },
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
{ label: "Austin, TX" },
@@ -332,4 +244,4 @@ export default function HvacPage() {
);
-}
+}
\ No newline at end of file