diff --git a/src/app/page.tsx b/src/app/page.tsx index df2d996..ee6139f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -47,51 +41,24 @@ export default function LandingPage() {
@@ -102,29 +69,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Smart Scheduling", - description: "Seamlessly organize games that fit your schedule perfectly.", - tag: "Efficiency", - imageSrc: "http://img.b2bpic.net/free-photo/women-is-washing-with-hands-gel-while-working-living-room_1150-21760.jpg", - }, + id: "f1", title: "Instant Coordination", description: "Organize matches in seconds with our smart scheduling engine.", tag: "Fast", imageSrc: "http://img.b2bpic.net/free-photo/women-is-washing-with-hands-gel-while-working-living-room_1150-21760.jpg"}, { - id: "f2", - title: "Elite Community", - description: "Connect with like-minded active professionals locally.", - tag: "Belonging", - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-outdoors_23-2148785582.jpg", - }, + id: "f2", title: "Community Discovery", description: "Find local athletes and join games happening near you.", tag: "Connected", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-outdoors_23-2148785582.jpg"}, { - id: "f3", - title: "Game Discovery", - description: "Discover sports moments tailored to your competitive spirit.", - tag: "Innovation", - imageSrc: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150062036.jpg", - }, + id: "f3", title: "Game Insights", description: "Track your competitive progress and performance trends.", tag: "Insights", imageSrc: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150062036.jpg"}, ]} - title="Precision Features" - description="Sophisticated tools for the modern athlete." + title="App Features at a Glance" + description="Experience the full power of sports coordination in your hands." /> @@ -132,34 +84,11 @@ export default function LandingPage() { @@ -168,11 +97,10 @@ export default function LandingPage() { @@ -184,30 +112,10 @@ export default function LandingPage() { logoText="SportReminder" columns={[ { - title: "Navigation", - items: [ - { - label: "Features", - href: "#features", - }, - { - label: "About", - href: "#about", - }, - ], + title: "Download", items: [{ label: "App Store", href: "#" }, { label: "Google Play", href: "#" }], }, { - title: "Company", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], + title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }], }, ]} /> @@ -215,4 +123,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file