Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-20 15:04:33 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
{
text: "SECURE YOUR MEMBERSHIP", href: "#pricing"},
{
text: "WhatsApp Us", href: "https://wa.link/yourlink"},
text: "WhatsApp Us", href: "https://wa.me/918900000000"},
]}
buttonAnimation="slide-up"
marqueeItems={[
@@ -110,7 +110,7 @@ export default function LandingPage() {
"Full gym access", "Lockers included"],
buttons: [
{
text: "PAY NOW", href: "#"},
text: "PAY NOW", href: "https://wa.me/918900000000?text=I+want+to+purchase+the+Monthly+membership"},
],
},
{
@@ -118,7 +118,7 @@ export default function LandingPage() {
"Priority support", "Full gym access", "Nutritional guide"],
buttons: [
{
text: "PAY NOW", href: "#"},
text: "PAY NOW", href: "https://wa.me/918900000000?text=I+want+to+purchase+the+Quarterly+membership"},
],
},
{
@@ -126,7 +126,7 @@ export default function LandingPage() {
"Priority access", "Full gym access", "Expert trainer sessions", "Diet planning"],
buttons: [
{
text: "PAY NOW", href: "#"},
text: "PAY NOW", href: "https://wa.me/918900000000?text=I+want+to+purchase+the+Yearly+membership"},
],
},
]}
@@ -195,7 +195,7 @@ export default function LandingPage() {
{
id: "f1", title: "Do I need prior experience?", content: "No, we cater to all levels from beginners to advanced pros."},
{
id: "f2", title: "What payment methods are supported?", content: "We support all major UPI platforms, Credit/Debit cards via Razorpay."},
id: "f2", title: "What payment methods are supported?", content: "We support direct bank transfers via WhatsApp verification for memberships."},
{
id: "f3", title: "Where are you located?", content: "Netaji Road, Asansol. Easy accessibility for all local residents."},
]}
@@ -248,4 +248,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}