diff --git a/src/app/page.tsx b/src/app/page.tsx
index e94df4f..a9be73a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
@@ -62,19 +50,14 @@ export default function LandingPage() {
@@ -277,62 +170,35 @@ export default function LandingPage() {
logoText="Magnum Fitness"
columns={[
{
- title: "Gym Services",
- items: [
+ title: "Gym Services", items: [
{
- label: "Personal Training",
- href: "#features",
- },
+ label: "Personal Training", href: "#features"},
{
- label: "CrossFit",
- href: "#features",
- },
+ label: "CrossFit", href: "#features"},
{
- label: "Zumba",
- href: "#features",
- },
- {
- label: "Weight Training",
- href: "#features",
- },
+ label: "Weight Training", href: "#features"},
],
},
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Contact Us",
- items: [
+ title: "Contact Us", items: [
{
- label: "Call: 099307 76682",
- href: "tel:09930776682",
- },
+ label: "Call: 9819442072", href: "tel:9819442072"},
{
- label: "Mulund East, Mumbai",
- href: "#",
- },
+ label: "Mulund East, Mumbai", href: "#"},
{
- label: "Opens 5 AM Daily",
- href: "#",
- },
+ label: "Opens 5 AM Daily", href: "#"},
],
},
]}