Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 449003e191 | |||
| 23a32a7b4a | |||
| 06d63c3930 |
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
tagIcon={TrendingUp}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "5K+", title: "Active Members", items: [
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
cardTitle="10,000+ members have transformed their fitness with FitClub"
|
||||
cardTag="Success Stories"
|
||||
cardTagIcon={Heart}
|
||||
cardAnimation="blur-reveal"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -226,16 +226,16 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Programs", items: [
|
||||
{ label: "Cardio Training", href: "features" },
|
||||
{ label: "Strength Training", href: "features" },
|
||||
{ label: "Group Classes", href: "features" }
|
||||
{ label: "Cardio Training", href: "#features" },
|
||||
{ label: "Strength Training", href: "#features" },
|
||||
{ label: "Group Classes", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Membership", href: "pricing" },
|
||||
{ label: "Contact", href: "contact" }
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Membership", href: "#pricing" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -250,4 +250,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user