diff --git a/src/app/page.tsx b/src/app/page.tsx
index 633aa1a..e700f18 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,91 +31,56 @@ export default function LandingPage() {
@@ -127,19 +92,13 @@ export default function LandingPage() {
metrics={[
{
icon: Sparkles,
- label: "Positivity",
- value: "Encourage",
- },
+ label: "Positivity", value: "Encourage"},
{
icon: Shield,
- label: "Inclusivity",
- value: "Diverse",
- },
+ label: "Inclusivity", value: "Diverse"},
{
icon: Zap,
- label: "Fun",
- value: "Party",
- },
+ label: "Fun", value: "Party"},
]}
metricsAnimation="blur-reveal"
/>
@@ -153,20 +112,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Group Fitness",
- description: "Our dedicated group fitness studios are four walls of innovative, ass-kicking fun.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4791.jpg",
- },
+ title: "Group Fitness", description: "Our dedicated group fitness studios are four walls of innovative, ass-kicking fun.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4791.jpg"},
{
- title: "Things to Lift",
- description: "Bulk up, trim down, or just rock out to your favorite playlist with our equipment.",
- imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-129242.jpg",
- },
+ title: "Things to Lift", description: "Bulk up, trim down, or just rock out to your favorite playlist with our equipment.", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-129242.jpg"},
{
- title: "Miles of Cardio",
- description: "We’ve got all the gear to get your heart rate up and raise the roof.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-women-running-together_23-2149386048.jpg",
- },
+ title: "Miles of Cardio", description: "We’ve got all the gear to get your heart rate up and raise the roof.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-women-running-together_23-2149386048.jpg"},
]}
title="Built for Your Success"
description="Our dedicated group fitness studios and cutting-edge equipment are designed for the most awesome workouts."
@@ -175,46 +125,23 @@ export default function LandingPage() {
@@ -282,49 +189,31 @@ export default function LandingPage() {
{
items: [
{
- label: "Locations",
- href: "#",
- },
+ label: "Locations", href: "#"},
{
- label: "Classes",
- href: "#classes",
- },
+ label: "Classes", href: "#classes"},
{
- label: "Training",
- href: "#training",
- },
+ label: "Training", href: "#training"},
],
},
{
items: [
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Press",
- href: "#",
- },
+ label: "Press", href: "#"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
{
items: [
{
- label: "Facebook",
- href: "https://facebook.com",
- },
+ label: "Facebook", href: "https://facebook.com"},
{
- label: "Twitter",
- href: "https://twitter.com",
- },
+ label: "Twitter", href: "https://twitter.com"},
{
- label: "Instagram",
- href: "https://instagram.com",
- },
+ label: "Instagram", href: "https://instagram.com"},
],
},
]}