diff --git a/src/app/page.tsx b/src/app/page.tsx index 92c2285..2bedc14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -331,19 +179,11 @@ export default function LandingPage() {
@@ -354,24 +194,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "c1", - icon: MapPin, - title: "Location", - value: "Beverly Hills, CA", - }, - { - id: "c2", - icon: Phone, - title: "Phone", - value: "(555) 0123", - }, - { - id: "c3", - icon: Clock, - title: "Mon-Fri", - value: "9AM - 6PM", - }, + { id: "c1", icon: MapPin, title: "Location", value: "Beverly Hills, CA" }, + { id: "c2", icon: Phone, title: "Phone", value: "(555) 0123" }, + { id: "c3", icon: Clock, title: "Mon-Fri", value: "9AM - 6PM" }, ]} title="Visit Us" description="Centrally located in Beverly Hills." @@ -382,54 +207,24 @@ export default function LandingPage() { ); -} +} \ No newline at end of file