From cb32423c991d9c880454ee37253b331a21b94513 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 19:16:44 +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 4a31cc2..7257c70 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -146,7 +146,7 @@ export default function AboutPage() { handle: "@sarahk_events", testimonial: "N&H BAKERY created the most stunning wedding cake for our special day. The attention to detail and taste were absolutely incredible. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-dressed-elegant-gray-dress-standing-with-crossed-arms-while-leaning-against-brick-wall_613910-17632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-dressed-elegant-gray-dress-standing-with-crossed-arms-while-leaning-against-brick-wall_613910-17632.jpg?_wi=2", imageAlt: "professional woman portrait headshot", }, { @@ -155,7 +155,7 @@ export default function AboutPage() { handle: "@jamesmw", testimonial: "I order their croissants every weekend. Fresh, flaky, and absolutely delicious. The best bakery in Nairobi by far!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=2", imageAlt: "professional man portrait headshot", }, { @@ -164,7 +164,7 @@ export default function AboutPage() { handle: "@graceo_lifestyle", testimonial: "For my daughter's birthday, N&H BAKERY delivered beyond expectations. The custom cake was a masterpiece and everyone loved it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2", imageAlt: "smiling woman professional headshot", }, { @@ -173,7 +173,7 @@ export default function AboutPage() { handle: "@peter_designs", testimonial: "Their custom order service is fantastic. They brought my vision to life with professionalism and creativity. Worth every shilling!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-work_23-2149116570.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-work_23-2149116570.jpg?_wi=2", imageAlt: "professional man smiling portrait", }, { @@ -182,7 +182,7 @@ export default function AboutPage() { handle: "@amarah_kitchen", testimonial: "As a food blogger, I'm impressed by the quality and consistency. N&H BAKERY maintains premium standards every single day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "professional woman creative portrait", }, { @@ -191,7 +191,7 @@ export default function AboutPage() { handle: "@davidoch", testimonial: "Catered my corporate event with their premium package. Professional, delicious, and exceeded all expectations. Will definitely use again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=2", imageAlt: "professional man corporate portrait", }, ]} From 83aef43c5cfe54e174d6d5a54abbfcc59fccaed4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 19:16:44 +0000 Subject: [PATCH 2/5] Update src/app/custom-orders/page.tsx --- src/app/custom-orders/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/custom-orders/page.tsx b/src/app/custom-orders/page.tsx index 856ea76..8db6669 100644 --- a/src/app/custom-orders/page.tsx +++ b/src/app/custom-orders/page.tsx @@ -96,7 +96,7 @@ export default function CustomOrdersPage() { animationType="slide-up" mediaAnimation="opacity" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/concentrated-african-american-call-center-operator-working_74855-4048.jpg" + imageSrc="http://img.b2bpic.net/free-photo/concentrated-african-american-call-center-operator-working_74855-4048.jpg?_wi=2" imageAlt="Customer support representation" faqsAnimation="blur-reveal" faqs={[ From e490c0d87d6ba1693d6f71d332b548434690ce5f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 19:16:44 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 42fa6ab..b4c9871 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "N&H BAKERY - Premium Baked Goods & Custom Cakes | Nairobi", + description: "Artisanal bakery in Nairobi offering premium cakes, pastries, bread & beverages. Custom wedding & birthday cakes. Fresh baked daily. Order online with free delivery.", + keywords: "bakery, cakes, pastries, custom cakes, wedding cakes, birthday cakes, bread, Nairobi, Kenya", + metadataBase: new URL("https://nhbakery.co.ke"), + alternates: { + canonical: "https://nhbakery.co.ke", + }, + openGraph: { + title: "N&H BAKERY - Premium Artisanal Baked Goods", + description: "Freshly baked goodness. Custom cakes, pastries, and premium baked goods in Nairobi.", + url: "https://nhbakery.co.ke", + siteName: "N&H BAKERY", + type: "website", + images: [ + { + url: "https://nhbakery.co.ke/og-image.jpg", + alt: "N&H BAKERY Premium Baked Goods", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "N&H BAKERY - Freshly Baked Goodness", + description: "Premium artisanal bakery in Nairobi. Custom cakes, pastries & more.", + images: ["https://nhbakery.co.ke/twitter-image.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}