From 286d21c83ebe0481294d3d46efee5eb52638d2ff Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:42:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 322 ++++++----------------------------------------- 1 file changed, 41 insertions(+), 281 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 238e501..83efa51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,137 +29,47 @@ export default function LandingPage() {
@@ -170,33 +80,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Member Management", - tags: [ - "CRM", - "Database", - ], - imageSrc: "http://img.b2bpic.net/free-photo/back-view-women-doing-sport-with-stats_23-2150040498.jpg?_wi=1", - }, - { - id: "f2", - title: "QR Attendance System", - tags: [ - "Security", - "Fast", - ], - imageSrc: "http://img.b2bpic.net/free-photo/person-scanning-qr-code-cafeteria_23-2149321647.jpg?_wi=1", - }, - { - id: "f3", - title: "Reports & Analytics", - tags: [ - "Business", - "Growth", - ], - imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163336.jpg", - }, + { id: "f1", title: "Member Management", tags: ["CRM", "Database"], imageSrc: "http://img.b2bpic.net/free-photo/back-view-women-doing-sport-with-stats_23-2150040498.jpg" }, + { id: "f2", title: "QR Attendance System", tags: ["Security", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/person-scanning-qr-code-cafeteria_23-2149321647.jpg" }, + { id: "f3", title: "Reports & Analytics", tags: ["Business", "Growth"], imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163336.jpg" } ]} title="Everything You Need to Run Your Gym" description="Powerful management tools designed for modern gym owners and their members." @@ -209,55 +95,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "starter", - title: "Starter", - price: "$49", - period: "/mo", - features: [ - "100 Members", - "Basic Analytics", - "QR Attendance", - ], - button: { - text: "Get Started", - }, - imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lifestyle-workout-graphic-word_53876-21385.jpg?_wi=2", - imageAlt: "gym dashboard software interface", - }, - { - id: "pro", - title: "Pro", - price: "$99", - period: "/mo", - features: [ - "Unlimited Members", - "Advanced Reports", - "AI Coach", - "Priority Support", - ], - button: { - text: "Go Pro", - }, - imageSrc: "http://img.b2bpic.net/free-photo/back-view-women-doing-sport-with-stats_23-2150040498.jpg?_wi=2", - imageAlt: "member workout plan app UI", - }, - { - id: "enterprise", - title: "Enterprise", - price: "$199", - period: "/mo", - features: [ - "Custom Branded App", - "API Access", - "Dedicated Manager", - ], - button: { - text: "Contact Us", - }, - imageSrc: "http://img.b2bpic.net/free-photo/person-scanning-qr-code-cafeteria_23-2149321647.jpg?_wi=2", - imageAlt: "qr code attendance scanner app UI", - }, + { id: "starter", title: "Starter", price: "$49", period: "/mo", features: ["100 Members", "Basic Analytics", "QR Attendance"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lifestyle-workout-graphic-word_53876-21385.jpg", imageAlt: "gym dashboard software interface" }, + { id: "pro", title: "Pro", price: "$99", period: "/mo", features: ["Unlimited Members", "Advanced Reports", "AI Coach", "Priority Support"], button: { text: "Go Pro" }, imageSrc: "http://img.b2bpic.net/free-photo/back-view-women-doing-sport-with-stats_23-2150040498.jpg", imageAlt: "member workout plan app UI" }, + { id: "enterprise", title: "Enterprise", price: "$199", period: "/mo", features: ["Custom Branded App", "API Access", "Dedicated Manager"], button: { text: "Contact Us" }, imageSrc: "http://img.b2bpic.net/free-photo/person-scanning-qr-code-cafeteria_23-2149321647.jpg", imageAlt: "qr code attendance scanner app UI" } ]} title="Transparent Pricing" description="Simple plans for gyms of all sizes." @@ -266,44 +106,15 @@ export default function LandingPage() {
@@ -343,45 +139,9 @@ export default function LandingPage() {