diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c7b74a..9ca135c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,33 +31,19 @@ export default function LandingPage() { @@ -66,19 +52,14 @@ export default function LandingPage() {
@@ -208,58 +145,28 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "plan-1", - badge: "Standard", - price: "3.500 RSD", - subtitle: "Mesečna Članarina", - buttons: [ + id: "plan-1", badge: "Standard", price: "3.500 RSD", subtitle: "Mesečna Članarina", buttons: [ { - text: "Prijavi se", - href: "#contact", - }, + text: "Prijavi se", href: "#contact"}, ], features: [ - "Neograničeno korišćenje teretane", - "Pristup svim grupnim treninzima", - "Besplatna konsultacija sa trenerom", - ], + "Neograničeno korišćenje teretane", "Pristup svim grupnim treninzima", "Besplatna konsultacija sa trenerom"], }, { - id: "plan-2", - badge: "Popularno", - price: "9.000 RSD", - subtitle: "Tromesečna Članarina", - buttons: [ + id: "plan-2", badge: "Popularno", price: "9.000 RSD", subtitle: "Tromesečna Članarina", buttons: [ { - text: "Prijavi se", - href: "#contact", - }, + text: "Prijavi se", href: "#contact"}, ], features: [ - "Neograničeno korišćenje teretane", - "Pristup svim grupnim treninzima", - "2 personalna treninga mesečno", - "Popust na dodatne usluge", - ], + "Neograničeno korišćenje teretane", "Pristup svim grupnim treninzima", "2 personalna treninga mesečno", "Popust na dodatne usluge"], }, { - id: "plan-3", - badge: "Premium", - price: "33.000 RSD", - subtitle: "Godišnja Članarina", - buttons: [ + id: "plan-3", badge: "Premium", price: "33.000 RSD", subtitle: "Godišnja Članarina", buttons: [ { - text: "Prijavi se", - href: "#contact", - }, + text: "Prijavi se", href: "#contact"}, ], features: [ - "Neograničeno korišćenje teretane", - "Pristup svim grupnim treninzima", - "4 personalna treninga mesečno", - "Besplatni plan ishrane i suplementacije", - "VIP pristup događajima", - ], + "Neograničeno korišćenje teretane", "Pristup svim grupnim treninzima", "4 personalna treninga mesečno", "Besplatni plan ishrane i suplementacije", "VIP pristup događajima"], }, ]} title="Izaberite Svoj Plan Treninga" @@ -272,8 +179,7 @@ export default function LandingPage() {