From 96f1cd3b5552552a3044e8bfcbb8709c10846797 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:26:03 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index dfed770..23d9074 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,32 +54,32 @@ export default function AboutPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-286.jpg?_wi=2", imageAlt: "Powerful motorcycle on open road", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbiker-inspecting-his-bike-before-ride_1098-19059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbiker-inspecting-his-bike-before-ride_1098-19059.jpg?_wi=2", imageAlt: "Classic cruiser motorcycle", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattooed-bearded-man-with-dressed-black-leather-jacket-bow-tie-posing-near-retro-sports-motorbike-men-s-clothing-store_613910-19587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattooed-bearded-man-with-dressed-black-leather-jacket-bow-tie-posing-near-retro-sports-motorbike-men-s-clothing-store_613910-19587.jpg?_wi=2", imageAlt: "Custom motorcycle in sunlight", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-riding-motorbike_23-2150810263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-riding-motorbike_23-2150810263.jpg?_wi=2", imageAlt: "Motorcycle club gathering", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/two-lesbian-women-kissing-while-motorcycle-with-helmets_23-2149023869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-lesbian-women-kissing-while-motorcycle-with-helmets_23-2149023869.jpg?_wi=2", imageAlt: "Group ride on highway", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-riding-motorbike_23-2150810285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-riding-motorbike_23-2150810285.jpg?_wi=2", imageAlt: "Motorcycle detail shot", }, ]} @@ -116,7 +116,7 @@ export default function AboutPage() { price: "Custom Build", rating: 5, reviewCount: "Member Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg?_wi=1", imageAlt: "Harley-Davidson Street 750", }, { @@ -126,7 +126,7 @@ export default function AboutPage() { price: "Classic Beauty", rating: 5, reviewCount: "Stunning", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg?_wi=1", imageAlt: "Indian Scout Bobber", }, { @@ -136,7 +136,7 @@ export default function AboutPage() { price: "Iconic Ride", rating: 5, reviewCount: "Legendary", - imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg?_wi=1", imageAlt: "Triumph Bonneville T120", }, ]} @@ -169,7 +169,7 @@ export default function AboutPage() { price: "Core Value", rating: 5, reviewCount: "Foundation", - imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482663.jpg?_wi=1", imageAlt: "Brotherhood and Unity", }, { @@ -179,7 +179,7 @@ export default function AboutPage() { price: "Lifestyle", rating: 5, reviewCount: "Adventure", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-couple-denim-jackets-with-motorbike-near-big-glass-building-city-centre_613910-3737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-couple-denim-jackets-with-motorbike-near-big-glass-building-city-centre_613910-3737.jpg?_wi=1", imageAlt: "Freedom and Adventure", }, { @@ -189,7 +189,7 @@ export default function AboutPage() { price: "Commitment", rating: 5, reviewCount: "Impact", - imageSrc: "http://img.b2bpic.net/free-photo/professional-cyclist-women_23-2149703330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-cyclist-women_23-2149703330.jpg?_wi=1", imageAlt: "Community Service", }, ]} -- 2.49.1 From fd2c5bcab45d0111853685f66fa6a6850be1a5b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:26:04 +0000 Subject: [PATCH 2/6] Update src/app/bikes/page.tsx --- src/app/bikes/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/bikes/page.tsx b/src/app/bikes/page.tsx index 96ae9fd..60b04d8 100644 --- a/src/app/bikes/page.tsx +++ b/src/app/bikes/page.tsx @@ -24,7 +24,7 @@ export default function BikesPage() { price: "Custom Build", rating: 5, reviewCount: "Member Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg?_wi=2", imageAlt: "Harley-Davidson Street 750", }, { @@ -34,7 +34,7 @@ export default function BikesPage() { price: "Classic Beauty", rating: 5, reviewCount: "Stunning", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg?_wi=2", imageAlt: "Indian Scout Bobber", }, { @@ -44,7 +44,7 @@ export default function BikesPage() { price: "Iconic Ride", rating: 5, reviewCount: "Legendary", - imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg?_wi=2", imageAlt: "Triumph Bonneville T120", }, { @@ -54,7 +54,7 @@ export default function BikesPage() { price: "Adventure Ready", rating: 5, reviewCount: "Versatile", - imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482663.jpg?_wi=2", imageAlt: "BMW R 1250 GS", }, { @@ -64,7 +64,7 @@ export default function BikesPage() { price: "Modern Power", rating: 5, reviewCount: "Dynamic", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-couple-denim-jackets-with-motorbike-near-big-glass-building-city-centre_613910-3737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-couple-denim-jackets-with-motorbike-near-big-glass-building-city-centre_613910-3737.jpg?_wi=2", imageAlt: "Ducati Monster 821", }, ]; -- 2.49.1 From 938814c9bb79165447889f82fe576d87bd4fb360 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:26:04 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dffc497..bb7704e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,7 +50,7 @@ export default function ContactPage() { variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819743.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819743.jpg?_wi=2" imageAlt="motorcycle riders group standing outdoor together" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From b60998f263a8740d04378ea28ba23761ba65f4f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:26:05 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 51 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..19744bf 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 { 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"], }); +export const metadata: Metadata = { + title: "DNK Motorcycle Club - Ride the Open Road", + description: "Join DNK Motorcycle Club - a community of passionate riders dedicated to brotherhood, freedom, and the motorcycle lifestyle. Explore our fleet and upcoming events.", + keywords: "motorcycle club, riders, community, events, bikes, motorcycle lifestyle", + openGraph: { + title: "DNK Motorcycle Club", + description: "Experience brotherhood and freedom with DNK. Your journey starts here.", + url: "https://dnkmotorcycleclub.com", + siteName: "DNK Motorcycle Club", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-286.jpg", + alt: "DNK Motorcycle Club" + } + ] + }, + twitter: { + card: "summary_large_image", + title: "DNK Motorcycle Club", + description: "Join the brotherhood. Ride the open road.", + images: ["http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-286.jpg"] + }, + robots: { + index: true, + follow: true + } +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +60,9 @@ export default function RootLayout({ return ( - + {children}