diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5ad0a41..2f575fb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"}, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 320f5c5..0d810d9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"}, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cf33e9e..683d585 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 (
-