diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fd3ea2b..198e08e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,7 +44,7 @@ export default function AboutPage() { description="Founded in 2015 to unite adventurers, drivers, and nature enthusiasts" subdescription="Celebrating rugged terrain, camaraderie, and unforgettable experiences across Turkey and beyond" icon={Compass} - imageSrc="http://img.b2bpic.net/free-photo/friends-having-picnic-park_53876-132383.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-having-picnic-park_53876-132383.jpg?_wi=2" imageAlt="KASDOFF community members gathering for outdoor adventure" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/activities/page.tsx b/src/app/activities/page.tsx index 9a0f914..7e0fd20 100644 --- a/src/app/activities/page.tsx +++ b/src/app/activities/page.tsx @@ -86,7 +86,7 @@ export default function ActivitiesPage() { imageAlt: "Offroad vehicle mountain trail extreme sport", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483025.jpg?_wi=3", imageAlt: "Offroad vehicle showcase exhibition outdoor", }, }, @@ -95,11 +95,11 @@ export default function ActivitiesPage() { title: "Camping Adventures", description: "Immerse yourself in nature with organized camping trips to pristine locations. Bond with fellow adventurers around campfires and share stories under the stars.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-landing-page-template_23-2148220796.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-landing-page-template_23-2148220796.jpg?_wi=3", imageAlt: "camping tent mountain forest landscape", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-setting-up-tent_23-2149212387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-setting-up-tent_23-2149212387.jpg?_wi=3", imageAlt: "camping sunset campfire outdoor gathering", }, }, @@ -112,7 +112,7 @@ export default function ActivitiesPage() { imageAlt: "caravan camping outdoor adventure scenic", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-playing-guitar-while-traveling-by-car_23-2148771882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-playing-guitar-while-traveling-by-car_23-2148771882.jpg?_wi=3", imageAlt: "outdoor festival crowd camping event", }, }, @@ -133,21 +133,21 @@ export default function ActivitiesPage() { id: "spring-expedition", name: "Spring Offroad Expedition", price: "April 2025", - imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483025.jpg?_wi=4", imageAlt: "Spring offroad expedition event", }, { id: "summer-caravan", name: "Summer Caravan Festival", price: "June 2025", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-playing-guitar-while-traveling-by-car_23-2148771882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-playing-guitar-while-traveling-by-car_23-2148771882.jpg?_wi=4", imageAlt: "Summer caravan camping festival", }, { id: "autumn-camping", name: "Autumn Camping Summit", price: "September 2025", - imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-landing-page-template_23-2148220796.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-landing-page-template_23-2148220796.jpg?_wi=4", imageAlt: "Autumn camping summit event", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b2cf61c..fb420c4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -139,7 +139,7 @@ export default function ContactPage() { description="Member Support & Engagement" subdescription="We're here to help you make the most of your KASDOFF experience" icon={Mail} - imageSrc="http://img.b2bpic.net/free-photo/friends-having-picnic-park_53876-132383.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-having-picnic-park_53876-132383.jpg?_wi=4" imageAlt="KASDOFF community members staying connected" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 0c82f03..152a349 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -79,21 +79,21 @@ export default function EventsPage() { id: "spring-expedition", name: "Spring Offroad Expedition", price: "April 2025", - imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483025.jpg?_wi=2", imageAlt: "Spring offroad expedition event", }, { id: "summer-caravan", name: "Summer Caravan Festival", price: "June 2025", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-playing-guitar-while-traveling-by-car_23-2148771882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-playing-guitar-while-traveling-by-car_23-2148771882.jpg?_wi=2", imageAlt: "Summer caravan camping festival", }, { id: "autumn-camping", name: "Autumn Camping Summit", price: "September 2025", - imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-landing-page-template_23-2148220796.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-landing-page-template_23-2148220796.jpg?_wi=2", imageAlt: "Autumn camping summit event", }, ]} @@ -115,7 +115,7 @@ export default function EventsPage() { quote: "The Spring Expedition was incredible—the organization, the camaraderie, the adventure. I've made lifelong friends and can't wait for the next event.", name: "Mehmet Yılmaz", role: "Regular Participant", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-nice-forest_23-2147835200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-nice-forest_23-2147835200.jpg?_wi=2", imageAlt: "Mehmet Yılmaz", }, { @@ -124,7 +124,7 @@ export default function EventsPage() { quote: "We brought our whole family to the Summer Caravan Festival. My kids still talk about it! There was something for everyone—adventure, food, music, and community.", name: "Ayşe Kaya", role: "Family Member", - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6419.jpg?_wi=2", imageAlt: "Ayşe Kaya", }, { @@ -133,7 +133,7 @@ export default function EventsPage() { quote: "As a corporate sponsor, I was impressed by the professionalism and attention to detail at every KASDOFF event. They set the bar high for outdoor adventures.", name: "Emre Demir", role: "Corporate Sponsor", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-hiking-trip_23-2150343057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-hiking-trip_23-2150343057.jpg?_wi=2", imageAlt: "Emre Demir", }, ]} diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b54affd..265190d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -74,7 +74,7 @@ export default function GalleryPage() { category: "Mountain Expedition", title: "Conquer Peak Challenge 2024", excerpt: "Breathtaking views and extreme terrain conquered by our elite offroad team", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-brook-st-maria-val-mustair-engadin-switzerland-cloudy-sky_181624-5162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-brook-st-maria-val-mustair-engadin-switzerland-cloudy-sky_181624-5162.jpg?_wi=2", imageAlt: "Mountain road offroad expedition", authorName: "Adventure Team", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-woman-nice-forest_23-2147835200.jpg", @@ -85,7 +85,7 @@ export default function GalleryPage() { category: "Community", title: "Summer Caravan Festival 2024", excerpt: "Over 500 enthusiasts joined us for three unforgettable days of camping and camaraderie", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-setting-up-tent_23-2149212387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-setting-up-tent_23-2149212387.jpg?_wi=2", imageAlt: "Sunset camp gathering", authorName: "Event Organizers", authorAvatar: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6419.jpg", @@ -96,7 +96,7 @@ export default function GalleryPage() { category: "Adventure", title: "Forest Trail Group Expedition", excerpt: "Our members experience untamed nature and bond over shared adventures", - imageSrc: "http://img.b2bpic.net/free-photo/girls-smiling-embracing-sitting-rock-enjoying-view-canyon_176420-4528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girls-smiling-embracing-sitting-rock-enjoying-view-canyon_176420-4528.jpg?_wi=2", imageAlt: "Group adventure hiking", authorName: "Community Highlights", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-couple-hiking-trip_23-2150343057.jpg", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a088e29..3249b6f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,57 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Source_Sans_3 } 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 { Source_Sans_3 } 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 sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "KASDOFF | Offroad Club & Adventure Community | Kastamonu", + description: "Join KASDOFF—Kastamonu's premier offroad and outdoor adventure club. Experience extreme expeditions, camping festivals, caravan adventures, and a thriving community of adventurers.", + keywords: "Kastamonu offroad club, offroad festival, camping caravan festival, nature sports, offroad events, outdoor adventure community, Turkey offroad", + openGraph: { + title: "KASDOFF | Premium Offroad & Outdoor Adventure", + description: "Experience the ultimate offroad adventure community. Expeditions, festivals, camping, and camaraderie across Kastamonu's rugged landscape.", + url: "https://kasdoff.com", + siteName: "KASDOFF", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483006.jpg", + alt: "KASDOFF offroad adventure", + } + ], + }, + twitter: { + card: "summary_large_image", + title: "KASDOFF | Offroad Adventure Club", + description: "Join KASDOFF for unforgettable offroad expeditions, caravan festivals, and outdoor adventures.", + images: ["http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483006.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +60,9 @@ export default function RootLayout({ return ( - + {children}