Update src/app/page.tsx
This commit is contained in:
@@ -28,22 +28,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features", id: "features"},
|
||||
name: "Features", id: "/#features"},
|
||||
{
|
||||
name: "Progress", id: "metrics"},
|
||||
name: "Progress", id: "/progress-tracking"},
|
||||
{
|
||||
name: "Trainers", id: "team"},
|
||||
name: "Trainers", id: "/trainers"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
name: "Testimonials", id: "/#testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
name: "FAQ", id: "/#faq"},
|
||||
{
|
||||
name: "Pricing", id: "pricing"
|
||||
name: "Pricing", id: "/#pricing"
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "contact"
|
||||
name: "Contact", id: "/#contact"
|
||||
}
|
||||
]}
|
||||
button={{
|
||||
@@ -74,7 +74,6 @@ export default function LandingPage() {
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -115,6 +114,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "150%", title: "Strength Gain", description: "Average increase in key lifts across our community.", icon: Award,
|
||||
|
||||
Reference in New Issue
Block a user