Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-08 12:52:16 +00:00

View File

@@ -26,38 +26,22 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Programs",
id: "/programs",
},
name: "Programs", id: "/programs"},
{
name: "Trainers",
id: "/trainers",
},
name: "Trainers", id: "/trainers"},
{
name: "Admissions",
id: "/admissions",
},
name: "Admissions", id: "/admissions"},
{
name: "Success",
id: "/success",
},
name: "Success", id: "/success"},
{
name: "Memberships",
id: "/memberships",
},
name: "Memberships", id: "/memberships"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Join Free Trial",
href: "/admissions",
}}
text: "Join Free Trial", href: "/admissions"}}
logoSrc="http://img.b2bpic.net/free-photo/sit-get-fit-calligraphic-3d-render_460848-7082.jpg"
logoAlt="Star Martial Arts & Fitness Club Logo"
brandName="Star Martial Arts"
@@ -68,20 +52,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
variant: "sparkles-gradient"}}
tag="Get in Touch"
title="Connect with Star Martial Arts"
description="Have questions or need assistance? Our team is here to help! Reach out to us via phone, WhatsApp, or visit our nearest branch."
buttons={[
{
text: "Call Us Now",
href: "tel:+919876543210",
},
text: "Call Us Now", href: "tel:+919876543210"},
{
text: "WhatsApp Us",
href: "https://wa.me/+919876543210",
},
text: "WhatsApp Us", href: "https://wa.me/+919876543210"},
]}
/>
</div>
@@ -91,15 +70,10 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Hyderabad Branches"
description={[
"Visit one of our conveniently located branches across Hyderabad. Each facility offers a premium training environment, state-of-the-art equipment, and dedicated coaching staff.",
"**Main Branch:** Road No. 10, Jubilee Hills, Hyderabad. Timings: Mon-Sat, 6 AM - 9 PM. Call: +91 98765 43210. [View on Map](https://maps.app.goo.gl/example1)",
"**Gachibowli Branch:** Gachibowli Miyapur Road, Hyderabad. Timings: Mon-Sun, 5 AM - 10 PM. Call: +91 98765 43211. [View on Map](https://maps.app.goo.gl/example2)",
"**Kukatpally Branch:** KPHB Colony, Kukatpally, Hyderabad. Timings: Mon-Sat, 7 AM - 8 PM. Call: +91 98765 43212. [View on Map](https://maps.app.goo.gl/example3)",
]}
"Visit one of our conveniently located branches across Hyderabad. Each facility offers a premium training environment, state-of-the-art equipment, and dedicated coaching staff.", "**Main Branch:** Road No. 10, Jubilee Hills, Hyderabad. Timings: Mon-Sat, 6 AM - 9 PM. Call: +91 98765 43210. [View on Map](https://maps.app.goo.gl/example1)", "**Gachibowli Branch:** Gachibowli Miyapur Road, Hyderabad. Timings: Mon-Sun, 5 AM - 10 PM. Call: +91 98765 43211. [View on Map](https://maps.app.goo.gl/example2)", "**Kukatpally Branch:** KPHB Colony, Kukatpally, Hyderabad. Timings: Mon-Sat, 7 AM - 8 PM. Call: +91 98765 43212. [View on Map](https://maps.app.goo.gl/example3)"]}
buttons={[
{
text: "Book a Tour",
},
text: "Book a Tour"},
]}
showBorder={false}
/>
@@ -109,74 +83,43 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Programs",
items: [
title: "Programs", items: [
{
label: "Karate",
href: "/programs#karate",
},
label: "Karate", href: "/programs#karate"},
{
label: "MMA Training",
href: "/programs#mma",
},
label: "MMA Training", href: "/programs#mma"},
{
label: "Fitness Club",
href: "/programs#fitness",
},
label: "Fitness Club", href: "/programs#fitness"},
{
label: "Kids Martial Arts",
href: "/programs#kids-martial-arts",
},
label: "Kids Martial Arts", href: "/programs#kids-martial-arts"},
{
label: "Personal Coaching",
href: "/programs#personal-coaching",
},
label: "Personal Coaching", href: "/programs#personal-coaching"},
],
},
{
title: "Academy",
items: [
title: "Academy", items: [
{
label: "About Us",
href: "/#about",
},
label: "About Us", href: "/#about"},
{
label: "Our Trainers",
href: "/trainers",
},
label: "Our Trainers", href: "/trainers"},
{
label: "Success Stories",
href: "/success",
},
label: "Success Stories", href: "/success"},
{
label: "Admissions",
href: "/admissions",
},
label: "Admissions", href: "/admissions"},
{
label: "Memberships",
href: "/memberships",
},
label: "Memberships", href: "/memberships"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Book Free Trial",
href: "/admissions",
},
label: "Book Free Trial", href: "/admissions"},
{
label: "WhatsApp Us",
href: "https://wa.me/+919876543210",
},
label: "WhatsApp Us", href: "https://wa.me/+919876543210"},
{
label: "Instagram",
href: "https://instagram.com/starmartialarts",
},
label: "Instagram", href: "https://instagram.com/starmartialarts"},
],
},
]}