diff --git a/src/app/page.tsx b/src/app/page.tsx index ecc1d1a..cc8b950 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,8 +224,8 @@ export default function LandingPage() { title="Start Your Journey with SolStreet Wolf" description="Join thousands of traders getting exclusive Solana memecoin calls and market insights. Choose your membership level and get instant access to our premium community." buttons={[ - { text: "Join on Telegram", href: "https://t.me/SolStreetWolf" }, - { text: "View Memberships", href: "#pricing" } + { text: "View Memberships", href: "#pricing" }, + { text: "Join on Telegram", href: "https://t.me/SolStreetWolf" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}