Merge version_3 into main #3
@@ -1,11 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "@/styles/globals.css";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "FitZone - Transform Your Fitness", description: "Join FitZone fitness community"};
|
||||
title: "FitZone - Transform Your Fitness", description: "Join FitZone, the ultimate fitness community with expert trainers, diverse classes, and a supportive environment."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { Activity, Dumbbell, Flame, Heart, Sparkles, Users, Zap } from "lucide-react";
|
||||
import { Activity, Dumbbell, Flame, Heart, Sparkles, Users, Zap, Star } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic", price: "$29/month", name: "Basic", buttons: [
|
||||
id: "basic", price: "$29/month", name: "Basic", badge: "Perfect for Getting Started", badgeIcon: Star, buttons: [
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
@@ -199,7 +199,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Ready to Transform?"
|
||||
description="Join 5,000+ members transforming their fitness with FitZone. Sign up for exclusive offers, fitness tips, and community updates delivered to your inbox. Experience the supportive community that helps you achieve your goals."
|
||||
description="Join FitZone today and start your fitness transformation. Sign up for exclusive offers, fitness tips, and community updates delivered to your inbox."
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
|
||||
Reference in New Issue
Block a user