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() {