From 0258fd420fdff525ab19278a4d938ac336664b90 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:29:30 +0000 Subject: [PATCH 1/5] Update src/app/community/page.tsx --- src/app/community/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index c5f0022..af84992 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -89,7 +89,7 @@ export default function CommunityPage() { handle: "@HuntMaster_DE", testimonial: "The realistic mechanics and beautiful maps make this the best hunting simulation out there. Incredible community too!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-152156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-152156.jpg?_wi=3", imageAlt: "Marcus Mueller", }, { @@ -98,7 +98,7 @@ export default function CommunityPage() { handle: "@NatureHunter_FR", testimonial: "Every hunt feels unique. The animal AI is impressive, and the updates keep adding fresh content regularly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-striped-knitwear-black-pants-looking-happy_176474-55351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-striped-knitwear-black-pants-looking-happy_176474-55351.jpg?_wi=3", imageAlt: "Sophie Laurent", }, { @@ -107,7 +107,7 @@ export default function CommunityPage() { handle: "@OutdoorAdventurer", testimonial: "Finally a hunting game that respects the sport. The attention to detail and physics are outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tourist-have-rest-summer-forest_1157-23509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourist-have-rest-summer-forest_1157-23509.jpg?_wi=3", imageAlt: "James Mitchell", }, { @@ -116,7 +116,7 @@ export default function CommunityPage() { handle: "@TrophyCollector_JP", testimonial: "Addictive gameplay with endless replayability. The trophy system is perfectly designed for competitive hunters.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-playing-videogames-gaming-console-celebrating-victory_482257-116076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-playing-videogames-gaming-console-celebrating-victory_482257-116076.jpg?_wi=2", imageAlt: "Yuki Tanaka", }, { @@ -125,7 +125,7 @@ export default function CommunityPage() { handle: "@EcoHunter_UK", testimonial: "Love how the game combines challenge with environmental awareness. Highly recommend to all simulation enthusiasts!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photo_23-2148294051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photo_23-2148294051.jpg?_wi=2", imageAlt: "Emma Wilson", }, ]} From 72d000467b0fb95db8a643e5b75160820be0c466 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:29:30 +0000 Subject: [PATCH 2/5] Update src/app/game-info/page.tsx --- src/app/game-info/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/game-info/page.tsx b/src/app/game-info/page.tsx index e6baf98..2870ec4 100644 --- a/src/app/game-info/page.tsx +++ b/src/app/game-info/page.tsx @@ -106,7 +106,7 @@ export default function GameInfoPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/morning-fog-creeps-with-scraps-autumn-mountain-forest-covered-gold-leaves-snowy-peaks-majestic-mountains-background_146671-14098.jpg" + imageSrc="http://img.b2bpic.net/free-photo/morning-fog-creeps-with-scraps-autumn-mountain-forest-covered-gold-leaves-snowy-peaks-majestic-mountains-background_146671-14098.jpg?_wi=2" imageAlt="theHunter game landscape overview" showDimOverlay={true} showBlur={true} @@ -171,7 +171,7 @@ export default function GameInfoPage() { handle: "@HuntMaster_DE", testimonial: "The realistic mechanics and beautiful maps make this the best hunting simulation out there. Incredible community too!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-152156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-152156.jpg?_wi=2", imageAlt: "Marcus Mueller", }, { @@ -180,7 +180,7 @@ export default function GameInfoPage() { handle: "@NatureHunter_FR", testimonial: "Every hunt feels unique. The animal AI is impressive, and the updates keep adding fresh content regularly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-striped-knitwear-black-pants-looking-happy_176474-55351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-striped-knitwear-black-pants-looking-happy_176474-55351.jpg?_wi=2", imageAlt: "Sophie Laurent", }, { @@ -189,7 +189,7 @@ export default function GameInfoPage() { handle: "@OutdoorAdventurer", testimonial: "Finally a hunting game that respects the sport. The attention to detail and physics are outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tourist-have-rest-summer-forest_1157-23509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourist-have-rest-summer-forest_1157-23509.jpg?_wi=2", imageAlt: "James Mitchell", }, ]} From 2a804f15c976380e16a7e0628a24a6dbb935433b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:29:30 +0000 Subject: [PATCH 3/5] Update src/app/hunting-guides/page.tsx --- src/app/hunting-guides/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/hunting-guides/page.tsx b/src/app/hunting-guides/page.tsx index d4eb651..73a9b95 100644 --- a/src/app/hunting-guides/page.tsx +++ b/src/app/hunting-guides/page.tsx @@ -91,7 +91,7 @@ export default function HuntingGuidesPage() { category: "Beginner Guide", title: "Mastering Wind Direction for Hunting Success", excerpt: "Learn how to read wind patterns and position yourself for optimal hunting outcomes. Wind direction is crucial for staying undetected by game.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-big-tree-branch-snowy-landscape_181624-46092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-big-tree-branch-snowy-landscape_181624-46092.jpg?_wi=2", imageAlt: "wind direction hunting guide illustration", authorName: "Expert Hunter", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-park-rangers-woods_23-2149309593.jpg", @@ -102,7 +102,7 @@ export default function HuntingGuidesPage() { category: "Advanced", title: "Understanding Animal Behavior Patterns", excerpt: "Discover how to predict animal movements and behaviors based on time of day, weather conditions, and seasonal changes.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-background-international-tiger-day-awareness_23-2150502683.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-background-international-tiger-day-awareness_23-2150502683.jpg?_wi=2", imageAlt: "animal behavior wildlife ecology illustration", authorName: "Behavioral Expert", authorAvatar: "http://img.b2bpic.net/free-photo/man-by-tree-looking-through-binocular_107420-9723.jpg", @@ -113,7 +113,7 @@ export default function HuntingGuidesPage() { category: "Equipment", title: "Choosing the Right Equipment for Your Hunt", excerpt: "Compare different weapons, ammunition types, and gear to optimize your hunting setup for various game and environments.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-adventure-items-still-life_23-2148362097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-adventure-items-still-life_23-2148362097.jpg?_wi=2", imageAlt: "hunting equipment gear weapons showcase", authorName: "Gear Specialist", authorAvatar: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4991.jpg", @@ -124,7 +124,7 @@ export default function HuntingGuidesPage() { category: "Tactics", title: "Map-Specific Hunting Strategies", excerpt: "Get detailed strategies for hunting success on each unique map. Learn best locations, animal spawns, and tactical approaches.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-looking-map_23-2148243302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-looking-map_23-2148243302.jpg?_wi=2", imageAlt: "hunting map strategy tactical guide", authorName: "Map Expert", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-people-with-tablet-forest_23-2149557248.jpg", @@ -184,7 +184,7 @@ export default function HuntingGuidesPage() { content: "Join our Discord server, forums, or community hub where hunters connect, share tips, organize multiplayer hunts, and participate in competitions. Regular community events bring players together.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-travel-kit-wooden-table_23-2148315719.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-travel-kit-wooden-table_23-2148315719.jpg?_wi=2" imageAlt="hunting tips guide information FAQ visual" mediaAnimation="slide-up" faqsAnimation="blur-reveal" From d603548c221eb2c11d53cc675b3f75eccc01e9f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:29:31 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 61 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index edb6b42..399526f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,62 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "theHunter Call of the Wild - Community Hub & Guides", + description: "Your ultimate community hub for theHunter: Call of the Wild. Explore game information, hunting guides, tips, and connect with hunters worldwide.", + keywords: "theHunter Call of the Wild, hunting simulation, game guides, hunting tips, community, hunting strategies", + metadataBase: new URL("https://thehunter-community.com"), + alternates: { + canonical: "https://thehunter-community.com", + }, + openGraph: { + title: "theHunter Call of the Wild - Community Hub", + description: "Explore the ultimate hunting simulation community hub with guides, tips, and hunter connections.", + url: "https://thehunter-community.com", + siteName: "theHunter Community Hub", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/morning-fog-creeps-with-scraps-autumn-mountain-forest-covered-gold-leaves-snowy-peaks-majestic-mountains-background_146671-14098.jpg", + alt: "theHunter Call of the Wild landscape", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "theHunter Call of the Wild Community Hub", + description: "Join the ultimate hunting simulation community", + images: [ + "http://img.b2bpic.net/free-photo/morning-fog-creeps-with-scraps-autumn-mountain-forest-covered-gold-leaves-snowy-peaks-majestic-mountains-background_146671-14098.jpg", + ], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -31,7 +66,9 @@ export default function RootLayout({ return ( - + {children}