From 30a9bf0c1b92fcc2b91c768f07a297243b94d3a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:49:18 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f9422ad..a5b1e50 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,32 +1,21 @@ import type { Metadata } from "next"; -import { Libre_Baskerville } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", subsets: ["latin"], - weight: ["400", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Webild - Transform Your Digital Presence", description: "Create stunning web experiences with Webild. Modern design, advanced analytics, and enterprise security for businesses of all sizes.", keywords: "web design, digital transformation, analytics, automation, enterprise solutions", metadataBase: new URL("https://webild.io"), + title: "H Town Muscle Gym - Build Strength Transform Your Body", description: "Join H Town Muscle Gym for professional fitness training. Strength equipment, cardio machines, personal training, and nutrition guidance. Local gym near you.", keywords: "gym near me, fitness gym, strength training, personal training, muscle building, cardio, weightlifting, fitness center", metadataBase: new URL("https://htownmusclegym.local"), alternates: { - canonical: "https://webild.io"}, + canonical: "https://htownmusclegym.local"}, openGraph: { - title: "Webild - Transform Your Digital Presence", description: "Create stunning web experiences with advanced features and enterprise security", url: "https://webild.io", siteName: "Webild", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-psd/dynamic-technology-concept-landing-page_23-2150294640.jpg", alt: "Webild Landing Page"}, - ], - }, + title: "H Town Muscle Gym - Build Strength Transform Your Body", description: "Premium fitness facility with professional training and equipment", url: "https://htownmusclegym.local", siteName: "H Town Muscle Gym", type: "website"}, twitter: { - card: "summary_large_image", title: "Webild - Transform Your Digital Presence", description: "Modern web design and digital solutions for growing businesses", images: ["http://img.b2bpic.net/free-psd/dynamic-technology-concept-landing-page_23-2150294640.jpg"], - }, + card: "summary_large_image", title: "H Town Muscle Gym - Build Strength Transform Your Body", description: "Join H Town Muscle Gym for professional fitness training"}, robots: { index: true, follow: true, @@ -41,9 +30,7 @@ export default function RootLayout({ return ( - + {children} -- 2.49.1 From 1b6147e0fbe453666b12d6c0da54bbe0319a695c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:49:18 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 253 +++++++++++++++++++++++++++-------------------- 1 file changed, 148 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index efd4381..3d63710 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,12 +1,13 @@ "use client"; -import { Award, Globe, Sparkles, TrendingUp, Users, Zap } from "lucide-react"; +import { Dumbbell, Heart, MessageCircle, MapPin, Phone, Mail, Facebook, Instagram, Clock, Users, Zap, Trophy } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; +import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; +import TeamCardSix from "@/components/sections/team/TeamCardSix"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; @@ -14,196 +15,238 @@ import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; export default function LandingPage() { return (
-
- + +
+ +
+ +
+ + - -
-
-
+
-