From 786189e71a98d30628ba55277fa73f3d9f7b1843 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:00:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 72 +++++++++++------------------------------------- 1 file changed, 16 insertions(+), 56 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8083153..7ebeff7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,8 +28,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Phone Repair", href: "/services" }, { label: "Laptop Repair", href: "/services" }, { label: "Get Quote", href: "#quote" }, @@ -37,8 +36,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#why-choose" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "/contact" }, @@ -46,8 +44,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 267-847-7347", href: "tel:267-847-7347" }, { label: "Email: phonedelillc@gmail.com", href: "mailto:phonedelillc@gmail.com" }, { label: "Text for Quote", href: "sms:267-847-7347" }, @@ -55,8 +52,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Warranty Info", href: "#" }, @@ -71,7 +67,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -90,7 +86,7 @@ export default function HomePage() { @@ -192,29 +168,13 @@ export default function HomePage() {