From 2b789cc3ec08e021db3c176a62e371257e8db318 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 12:01:51 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fa11fc5..9aeedd5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -92,7 +92,7 @@ export default function ContactPage() { inputPlaceholder="Enter your email" buttonText="Subscribe Now" termsText="By subscribing, you agree to receive promotional emails from FitHub. You can unsubscribe anytime." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-sporty-women-taking-selfie_23-2149161248.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-sporty-women-taking-selfie_23-2149161248.jpg?_wi=2" imageAlt="Fitness community connection" /> @@ -115,7 +115,7 @@ export default function ContactPage() { name: "Jessica Martinez", handle: "@jessicagains", testimonial: "Best online gym store I've found. Quality equipment, great prices, and shipping was incredibly fast. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-posing-sportswear-isolated-gray_7502-8038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-posing-sportswear-isolated-gray_7502-8038.jpg?_wi=2", imageAlt: "Jessica Martinez", }, { @@ -123,7 +123,7 @@ export default function ContactPage() { name: "Alex Thompson", handle: "@alextransforms", testimonial: "The variety is amazing. I found everything I was looking for and discovered new brands too. Customer service is exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-strong-fashionable-sporty-sportive-muscular-man_158595-4629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-strong-fashionable-sporty-sportive-muscular-man_158595-4629.jpg?_wi=2", imageAlt: "Alex Thompson", }, { @@ -131,7 +131,7 @@ export default function ContactPage() { name: "Rachel Kim", handle: "@rachellifts", testimonial: "As a personal trainer, I've recommended FitHub to all my clients. The quality and selection are unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149517345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149517345.jpg?_wi=2", imageAlt: "Rachel Kim", }, { @@ -139,7 +139,7 @@ export default function ContactPage() { name: "Michael Torres", handle: "@michaelperforms", testimonial: "Great prices compared to specialty stores. Equipment arrived in perfect condition. This is now my primary source.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-exercising-gym_23-2149517250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-exercising-gym_23-2149517250.jpg?_wi=2", imageAlt: "Michael Torres", }, { @@ -147,7 +147,7 @@ export default function ContactPage() { name: "Emma Wilson", handle: "@emmafitness", testimonial: "Love the wide range of sizes and styles in apparel. Found my perfect fit and the quality is outstanding.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-slender-girl-black-fitting-clothing-posing-white_231208-4043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-slender-girl-black-fitting-clothing-posing-white_231208-4043.jpg?_wi=2", imageAlt: "Emma Wilson", }, { @@ -155,7 +155,7 @@ export default function ContactPage() { name: "James Chen", handle: "@jamesathlete", testimonial: "The supplement selection and prices are unbeatable. Been a loyal customer for two years now.", - imageSrc: "http://img.b2bpic.net/free-photo/grass-sunny-european-father-nature_1157-3228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grass-sunny-european-father-nature_1157-3228.jpg?_wi=2", imageAlt: "James Chen", }, ]} -- 2.49.1 From a05ca3eccb919c534676f050d782f3962a1fb2a9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 12:01:51 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 57 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1bfe997..bf8d8c2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,63 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Archivo } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Archivo } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const archivo = Archivo({ variable: "--font-archivo", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "FitHub - Premium Gym Equipment, Apparel & Supplements", + description: "Your one-stop fitness superstore. Shop premium gym equipment, performance apparel, supplements, and accessories. Fast shipping, expert support, and guaranteed quality.", + keywords: "gym equipment, fitness gear, workout apparel, supplements, protein powder, fitness accessories, home gym, strength training", + metadataBase: new URL("https://fithub.com"), + alternates: { + canonical: "https://fithub.com", + }, + openGraph: { + title: "FitHub - Premium Gym Equipment & Fitness Gear", + description: "Everything you need to crush your fitness goals. Premium equipment, apparel, supplements, and accessories all in one place.", + url: "https://fithub.com", + siteName: "FitHub", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg", + alt: "Premium gym equipment at FitHub", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "FitHub - Premium Fitness Superstore", + description: "Shop premium gym equipment, apparel, supplements & accessories. Fast shipping & expert support.", + images: [ + "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +66,9 @@ export default function RootLayout({ return ( - + {children}