Merge version_2 into main #8
@@ -162,7 +162,7 @@ export default function AboutPage() {
|
||||
tagIcon={Zap}
|
||||
title="Begin Your Strength Journey"
|
||||
description="Book a free consultation with our coaching team and let's build a personalized program tailored to your goals and lifestyle."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation", href: "/contact"},
|
||||
|
||||
@@ -93,7 +93,7 @@ export default function ContactPage() {
|
||||
description="Ready to start your strength training journey? Reach out to our team. We'll help you book a session, answer questions, or discuss your fitness goals."
|
||||
tag="Contact Us"
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg"
|
||||
imageAlt="Contact Vinsmoke Athletics"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -263,7 +263,7 @@ export default function ContactPage() {
|
||||
tagIcon={Zap}
|
||||
title="Book Your Free Consultation"
|
||||
description="Whether you're a complete beginner or an experienced lifter, our coaching team is ready to help. Schedule your free consultation to discuss your goals and find the perfect training program."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation", href: "#contact-form"},
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
|
||||
import { Tag } from "@/components/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
@@ -21,10 +19,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={`${interTight.variable}`}>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
<script
|
||||
async
|
||||
src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/gsap.min.js"
|
||||
|
||||
@@ -75,7 +75,7 @@ export default function HomePage() {
|
||||
description="Personalized strength training designed to build real strength, confidence, and long-term health. Elite coaching for those who demand results."
|
||||
tag="Premium Training"
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg"
|
||||
imageAlt="Elite athlete performing strength training"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -209,7 +209,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Start Training Today"
|
||||
description="Your first step toward elite strength and unshakeable confidence. Book a consultation with our coaching team and let's build your custom strength program."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free Consultation", href: "/contact"},
|
||||
|
||||
@@ -73,7 +73,7 @@ export default function ServicesPage() {
|
||||
description="Choose from our comprehensive training services designed to meet you where you are and take you where you want to be. From beginner fundamentals to elite-level conditioning."
|
||||
tag="Our Services"
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg"
|
||||
imageAlt="Comprehensive strength training services"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -191,7 +191,7 @@ export default function ServicesPage() {
|
||||
tagIcon={Zap}
|
||||
title="Choose Your Service and Begin Today"
|
||||
description="Book a consultation to discuss which service is best for your goals. Our coaching team will help you select the perfect program and get you started on your transformation."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation", href: "/contact"},
|
||||
|
||||
Reference in New Issue
Block a user