From b100d89642abcef1504a9f8f7b9afb577ae01362 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:30:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 158 +++++++++++++---------------------------------- 1 file changed, 44 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 007ad11..b8420fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -46,13 +46,13 @@ export default function HomePage() { @@ -242,16 +182,10 @@ export default function HomePage() { tag="Service Areas" metrics={[ { - id: "1", - value: "San Diego", - description: - "Downtown, Mission Valley, Pacific Beach, La Jolla, and surrounding neighborhoods", - }, + id: "1", value: "San Diego", description: + "Downtown, Mission Valley, Pacific Beach, La Jolla, and surrounding neighborhoods"}, { - id: "2", - value: "Nearby Areas", - description: "Carlsbad, Oceanside, Escondido, and all of San Diego County", - }, + id: "2", value: "Nearby Areas", description: "Carlsbad, Oceanside, Escondido, and all of San Diego County"}, ]} useInvertedBackground={false} tagAnimation="slide-up" @@ -282,8 +216,7 @@ export default function HomePage() {