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