From 743c0a01ca829e81700af62666c08944e353981e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:12:31 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, -- 2.49.1 From 610b00c67ae65319770dfc21678a5e3b1b384ab1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:12:31 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}, -- 2.49.1 From b4fe25b35ece9590c37e72bbbcb797274fc75746 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:12:32 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 ( - - - {children} - + {children}