diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ab7c1b..f3b77e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,60 +45,37 @@ export default function LandingPage() {
@@ -116,18 +85,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Bringing ", - }, + type: "text", content: "Bringing "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173628.jpg", - alt: "Community", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173628.jpg", alt: "Community"}, { - type: "text", - content: " people together through meaningful events.", - }, + type: "text", content: " people together through meaningful events."}, ]} /> @@ -139,32 +101,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Live Analytics", - tags: [ - "Growth", - "Real-time", - ], - imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_23-2148375184.jpg", - }, + id: "f1", title: "Live Analytics", tags: [ + "Growth", "Real-time"], + imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-element-collection_23-2148375184.jpg"}, { - id: "f2", - title: "Smart Location Mapping", - tags: [ - "Geo", - "Local", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762856.jpg", - }, + id: "f2", title: "Smart Location Mapping", tags: [ + "Geo", "Local"], + imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762856.jpg"}, { - id: "f3", - title: "Event Alerts", - tags: [ - "Push", - "Mobile", - ], - imageSrc: "http://img.b2bpic.net/free-photo/y2k-website-window-illustration_23-2151874937.jpg", - }, + id: "f3", title: "Event Alerts", tags: [ + "Push", "Mobile"], + imageSrc: "http://img.b2bpic.net/free-photo/y2k-website-window-illustration_23-2151874937.jpg"}, ]} title="Platform Capabilities" description="Advanced tools for organizers and event seekers." @@ -175,48 +122,24 @@ export default function LandingPage() {