From 550a405fd4ed2a85deee3947ab826cc25b394595 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:02:06 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2bc63c4..80e5241 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,15 +45,15 @@ export default function AboutPage() { background={{ variant: "noise" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg?_wi=4", imageAlt: "Our farm location", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-chopping-axes_23-2148568602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-chopping-axes_23-2148568602.jpg?_wi=3", imageAlt: "Premium firewood", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423818.jpg?_wi=3", imageAlt: "Fresh cupcakes", }, ]} @@ -85,7 +85,7 @@ export default function AboutPage() { "Firewood is properly seasoned and dried for optimal performance", "Cupcakes are baked fresh daily with premium ingredients", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-chopping-axes_23-2148568602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-chopping-axes_23-2148568602.jpg?_wi=4", imageAlt: "Quality firewood inspection", }, { @@ -96,7 +96,7 @@ export default function AboutPage() { "We take pride in being part of the Thabazimbi community", "Fair pricing that values both our products and our customers", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg?_wi=5", imageAlt: "Our community farm", }, { @@ -107,7 +107,7 @@ export default function AboutPage() { "Years of experience delivering exceptional products", "Customer satisfaction is our greatest achievement", ], - imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg?_wi=4", imageAlt: "Authentic farm products", }, ]} -- 2.49.1 From 0ca0f316bd387116c4c86a2a31766e67afd2f5cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:02:06 +0000 Subject: [PATCH 2/5] Update src/app/cupcakes/page.tsx --- src/app/cupcakes/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/cupcakes/page.tsx b/src/app/cupcakes/page.tsx index fcf3e65..6a4b338 100644 --- a/src/app/cupcakes/page.tsx +++ b/src/app/cupcakes/page.tsx @@ -45,15 +45,15 @@ export default function CupcakesPage() { background={{ variant: "noise" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg?_wi=2", imageAlt: "Assorted festive cupcakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423818.jpg?_wi=2", imageAlt: "Rainbow cupcake variety", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-decorated-whipped-cream-frozen-raspberries_114579-7868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-decorated-whipped-cream-frozen-raspberries_114579-7868.jpg?_wi=2", imageAlt: "Premium decorated cupcakes", }, ]} @@ -96,7 +96,7 @@ export default function CupcakesPage() { "Crafted for chocolate lovers who appreciate quality", "Available in dark or milk chocolate variations", ], - imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg?_wi=3", imageAlt: "Chocolate cupcakes with decoration", }, { @@ -107,7 +107,7 @@ export default function CupcakesPage() { "Topped with fresh strawberries for elegant presentation", "Perfect for spring celebrations and events", ], - imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-decorated-whipped-cream-frozen-raspberries_114579-7868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-decorated-whipped-cream-frozen-raspberries_114579-7868.jpg?_wi=3", imageAlt: "Strawberry frosted cupcakes", }, ]} -- 2.49.1 From e84f65d921e91236a0240fb546bf9ccb02b13120 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:02:06 +0000 Subject: [PATCH 3/5] Update src/app/firewood/page.tsx --- src/app/firewood/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/firewood/page.tsx b/src/app/firewood/page.tsx index 80947e2..e6dfc20 100644 --- a/src/app/firewood/page.tsx +++ b/src/app/firewood/page.tsx @@ -47,7 +47,7 @@ export default function FirewoodPage() { "Perfect for weekend braais and entertaining", "Burns hot and clean with minimal smoke", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-chopping-axes_23-2148568602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-chopping-axes_23-2148568602.jpg?_wi=2", imageAlt: "Premium braai wood", }, { @@ -58,7 +58,7 @@ export default function FirewoodPage() { "Properly dried for maximum heat output", "Available in bulk or bagged quantities", ], - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15599.jpg?_wi=2", imageAlt: "Heating firewood stack", }, { @@ -69,7 +69,7 @@ export default function FirewoodPage() { "Flexible ordering and bulk pricing available", "Same-day or scheduled delivery options", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg?_wi=3", imageAlt: "Bulk firewood delivery", }, ]} -- 2.49.1 From 60c64902d4cd1ff2dfa34bdf5a462b82f1cb18ea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:02:07 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 44 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a088e29..41bca80 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,50 @@ 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: "Farm Fresh Cupcakes and Quality Firewood - Thabazimbi", + description: "Buy quality firewood and fresh homemade cupcakes from Sekelbossie @ Sononder in Doornhoek, Thabazimbi. Local farm products. Call 083 261 9619 to order.", + keywords: "firewood Thabazimbi, cupcakes Thabazimbi, farm products Thabazimbi, wood for braai Thabazimbi, local cupcake orders, firewood delivery", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Farm Fresh Cupcakes and Quality Firewood - Thabazimbi", + description: "Local farm products from Sekelbossie @ Sononder. Fresh cupcakes and reliable braai wood.", + type: "website", + siteName: "Sekelbossie @ Sononder", + url: "https://sekelbossie-sononder.co.za", + }, + twitter: { + card: "summary_large_image", + title: "Farm Fresh Cupcakes and Quality Firewood - Thabazimbi", + description: "Local farm products from Sekelbossie @ Sononder. Order today!", + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +53,9 @@ export default function RootLayout({ return ( - + {children}