diff --git a/src/app/page.tsx b/src/app/page.tsx index 278b93c..c41a516 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -150,21 +87,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - icon: MapPin, - title: "Prestigious Address", - description: "Put your business on the map in Recife's prime business district.", - }, - { - icon: Mail, - title: "Mail Handling", - description: "Secure receiving and management of all your business correspondence.", - }, - { - icon: Users, - title: "Meeting Rooms", - description: "Fully equipped meeting spaces for your client presentations.", - }, + { icon: MapPin, title: "Prestigious Address", description: "Put your business on the map in Recife's prime business district." }, + { icon: Mail, title: "Mail Handling", description: "Secure receiving and management of all your business correspondence." }, + { icon: Users, title: "Meeting Rooms", description: "Fully equipped meeting spaces for your client presentations." } ]} title="Why Choose Moderna Office" description="Professional infrastructure tailored for modern flexibility." @@ -178,27 +103,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "200+", - title: "Happy Clients", - description: "Growing professional community.", - icon: Smile, - }, - { - id: "2", - value: "500+", - title: "Meetings Hosted", - description: "Successful client collaborations.", - icon: Calendar, - }, - { - id: "3", - value: "99%", - title: "Retention Rate", - description: "Clients stay and thrive here.", - icon: Award, - }, + { id: "1", value: "200+", title: "Happy Clients", description: "Growing professional community.", icon: Smile }, + { id: "2", value: "500+", title: "Meetings Hosted", description: "Successful client collaborations.", icon: Calendar }, + { id: "3", value: "99%", title: "Retention Rate", description: "Clients stay and thrive here.", icon: Award } ]} title="Our Impact" description="Helping businesses grow through flexible workspaces." @@ -209,33 +116,14 @@ export default function LandingPage() { @@ -244,15 +132,7 @@ export default function LandingPage() { @@ -262,21 +142,9 @@ export default function LandingPage() {