Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4f9d59537 | |||
| fc8bd117f8 | |||
| fecf1e3af5 | |||
| 2eba07af78 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
description="Premium-level equipment. Massive training space. Real results — without the premium price."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now", onClick: () => {},
|
||||
text: "Start Training", onClick: () => {},
|
||||
},
|
||||
{
|
||||
text: "Try a Day Pass", onClick: () => {},
|
||||
@@ -217,7 +217,7 @@ export default function LandingPage() {
|
||||
description="Everything you need is already here. The only thing missing is you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Mamber Fitness", onClick: () => {},
|
||||
text: "Start Training", onClick: () => {},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -231,9 +231,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Facility", items: [
|
||||
{
|
||||
label: "Location", href: "#"},
|
||||
label: "1 თორნიკე ერისთავის ქუჩა, თბილისი", href: "#"},
|
||||
{
|
||||
label: "Hours", href: "#"},
|
||||
label: "591 06 44 82", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -250,4 +250,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user