diff --git a/src/app/page.tsx b/src/app/page.tsx index f583fc9..d3126f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -365,40 +195,22 @@ export default function LandingPage() { logoText="T7 Fitness Club" columns={[ { - title: "Navigation", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Membership", - href: "#pricing", - }, - ], + title: "Navigation", items: [ + { label: "Home", href: "#hero" }, + { label: "Membership", href: "#pricing" } + ] }, { - title: "Contact", - items: [ - { - label: "+998901787878", - href: "tel:+998901787878", - }, - { - label: "Telegram", - href: "https://t.me/T7fitnessclub", - }, - ], + title: "Contact", items: [ + { label: "+998901787878", href: "tel:+998901787878" }, + { label: "Telegram", href: "https://t.me/T7fitnessclub" } + ] }, { - title: "Socials", - items: [ - { - label: "Instagram", - href: "https://www.instagram.com/t7_fitness_studio", - }, - ], - }, + title: "Socials", items: [ + { label: "Instagram", href: "https://www.instagram.com/t7_fitness_studio" } + ] + } ]} copyrightText="© 2024 T7 Fitness Studio" /> @@ -406,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file