From 1bf25c75bcd24393af9ff22787366b9638f47e82 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:04:24 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4d0b00e..0dc37c4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -59,7 +59,7 @@ export default function AboutPage() { description="Founded in Port Talbot, Wales, Michton represents a commitment to authentic artisan chocolate making. We combine traditional chocolate-making techniques with modern innovation, sourcing the finest cocoa beans from sustainable farms worldwide. Every bar is handcrafted with care, reflecting our passion for quality and our pride in Welsh craftsmanship." tag="Welsh Heritage" tagIcon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/pines-wooden-basket-organized_53876-16355.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pines-wooden-basket-organized_53876-16355.jpg?_wi=2" imageAlt="Michton Chocolate Factory production floor" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -96,21 +96,21 @@ export default function AboutPage() { id: 1, title: "Ethical Sourcing", description: "We partner with sustainable cocoa farms, ensuring fair trade practices and premium quality beans from Ecuador, Ghana, and Madagascar.", - imageSrc: "http://img.b2bpic.net/free-photo/small-paper-bag-packed-chocolate-bar-with-cocoa-beans-table_23-2147873723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-paper-bag-packed-chocolate-bar-with-cocoa-beans-table_23-2147873723.jpg?_wi=2", imageAlt: "Ethical cocoa sourcing", }, { id: 2, title: "Expert Roasting", description: "Each cocoa batch is carefully roasted to perfection, developing complex flavors and aromatics unique to its origin.", - imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg?_wi=3", imageAlt: "Expert roasting process", }, { id: 3, title: "Precision Tempering", description: "Our master chocolatiers temper each creation by hand, achieving the perfect snap and melt-on-your-tongue experience.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-table_23-2149681890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-table_23-2149681890.jpg?_wi=2", imageAlt: "Precision chocolate tempering", }, ]} @@ -134,7 +134,7 @@ export default function AboutPage() { handle: "Chocolate Lover", testimonial: "The finest chocolate I've ever tasted. Every bar feels like a luxury experience. Michton's commitment to quality is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2", imageAlt: "Sarah Mitchell testimonial", }, { @@ -143,7 +143,7 @@ export default function AboutPage() { handle: "Gourmet Chef", testimonial: "I use Michton chocolate in my restaurant. My guests consistently praise the depth of flavor and beautiful presentation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg?_wi=2", imageAlt: "James Pembroke testimonial", }, { @@ -152,7 +152,7 @@ export default function AboutPage() { handle: "Gift Buyer", testimonial: "Perfect for corporate gifting. The packaging is elegant, and every recipient has been impressed. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg?_wi=2", imageAlt: "Emma Davies testimonial", }, { @@ -161,7 +161,7 @@ export default function AboutPage() { handle: "Artisan Enthusiast", testimonial: "Supporting local artisans is important to me. Michton represents everything I believe in—quality, ethics, and passion.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-confident-man-standing-arms-folded-plaid-shirt_1098-18800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-confident-man-standing-arms-folded-plaid-shirt_1098-18800.jpg?_wi=2", imageAlt: "Michael Chen testimonial", }, { @@ -170,7 +170,7 @@ export default function AboutPage() { handle: "Food Blogger", testimonial: "I've featured Michton twice on my blog. The story behind the brand is as compelling as the chocolate itself.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sensual-brunette-woman-dressed-trendy-clothes-posing-room-with-loft-interior-looking-camera_613910-18236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-brunette-woman-dressed-trendy-clothes-posing-room-with-loft-interior-looking-camera_613910-18236.jpg?_wi=2", imageAlt: "Rebecca Walsh testimonial", }, { @@ -179,7 +179,7 @@ export default function AboutPage() { handle: "Regular Customer", testimonial: "Been ordering for three years now. Consistency, quality, and customer service—Michton delivers on all fronts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg?_wi=2", imageAlt: "David Thompson testimonial", }, ]} From 36280b8c6df2c94fa74e5c438605a7d2f09ea13d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:04:25 +0000 Subject: [PATCH 2/6] Update src/app/corporate-gifts/page.tsx --- src/app/corporate-gifts/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/corporate-gifts/page.tsx b/src/app/corporate-gifts/page.tsx index d2e77bb..236bd56 100644 --- a/src/app/corporate-gifts/page.tsx +++ b/src/app/corporate-gifts/page.tsx @@ -78,7 +78,7 @@ export default function CorporateGiftsPage() { name: "Executive Selection Box", price: "£45.00", variant: "12 Piece Assortment", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-selection-plate_23-2148019469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-selection-plate_23-2148019469.jpg?_wi=3", imageAlt: "Executive chocolate selection box", }, { @@ -86,7 +86,7 @@ export default function CorporateGiftsPage() { name: "Artisan Collection", price: "£35.00", variant: "8 Piece Premium Set", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-raspberry-white_176420-7474.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-raspberry-white_176420-7474.jpg?_wi=3", imageAlt: "Artisan chocolate collection", }, { @@ -94,7 +94,7 @@ export default function CorporateGiftsPage() { name: "Luxury Gift Set", price: "£65.00", variant: "24 Piece Deluxe", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg?_wi=4", imageAlt: "Luxury chocolate gift set", }, { @@ -102,7 +102,7 @@ export default function CorporateGiftsPage() { name: "Seasonal Corporate Bundle", price: "£55.00", variant: "Limited Edition Mix", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335544.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335544.jpg?_wi=3", imageAlt: "Seasonal corporate chocolate bundle", }, ]} @@ -123,19 +123,19 @@ export default function CorporateGiftsPage() { id: 1, title: "Custom Branding & Packaging", description: "Add your company logo and messaging to chocolate boxes. Elevate your brand presence with bespoke packaging and personalized gift cards.", - imageSrc: "http://img.b2bpic.net/free-photo/small-paper-bag-packed-chocolate-bar-with-cocoa-beans-table_23-2147873723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-paper-bag-packed-chocolate-bar-with-cocoa-beans-table_23-2147873723.jpg?_wi=3", }, { id: 2, title: "Bulk Order Discounts", description: "Scale your gifting with volume discounts for orders of 50+ units. Dedicated account manager for seamless ordering and delivery coordination.", - imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg?_wi=4", }, { id: 3, title: "Flexible Delivery & Timing", description: "Strategic delivery scheduling for conferences, holidays, and special events. Expedited options available for last-minute needs.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-table_23-2149681890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-table_23-2149681890.jpg?_wi=3", }, ]} /> From c98be620eda8bcfa9c9e22d3be773f418ad4e6cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:04:26 +0000 Subject: [PATCH 3/6] Update src/app/journal/page.tsx --- src/app/journal/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/journal/page.tsx b/src/app/journal/page.tsx index 9196b65..77055eb 100644 --- a/src/app/journal/page.tsx +++ b/src/app/journal/page.tsx @@ -77,19 +77,19 @@ export default function JournalPage() { id: 1, title: "The Quest for Perfect Cacao: Ecuador to Port Talbot", description: "Travel with us to the mountainous regions of Ecuador where we source our finest cacao beans. Learn about our direct partnerships with sustainable farmers and the selection process that ensures quality.", - imageSrc: "http://img.b2bpic.net/free-photo/small-paper-bag-packed-chocolate-bar-with-cocoa-beans-table_23-2147873723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-paper-bag-packed-chocolate-bar-with-cocoa-beans-table_23-2147873723.jpg?_wi=4", }, { id: 2, title: "The Science of Chocolate Fermentation", description: "Explore the critical fermentation process that develops chocolate's complex flavor profile. Our master chocolatiers explain the chemistry behind taste and how timing impacts every batch.", - imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg?_wi=5", }, { id: 3, title: "Welsh Craft Meets Modern Innovation", description: "Discover how Michton blends traditional chocolate-making methods with contemporary techniques. Learn about our commitment to innovation while honoring artisan heritage.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-table_23-2149681890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-table_23-2149681890.jpg?_wi=4", }, ]} /> @@ -111,7 +111,7 @@ export default function JournalPage() { handle: "Food & Travel Writer", testimonial: "Michton's journal has completely changed how I think about chocolate. The behind-the-scenes stories are captivating and genuinely educational.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=3", imageAlt: "Sarah Mitchell", }, { @@ -120,7 +120,7 @@ export default function JournalPage() { handle: "Culinary Educator", testimonial: "I've used Michton's journal articles in my pastry school curriculum. Students love learning about the craft directly from experienced makers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg?_wi=3", imageAlt: "James Pembroke", }, { @@ -129,7 +129,7 @@ export default function JournalPage() { handle: "Sustainability Advocate", testimonial: "Their commitment to ethical sourcing is evident in every article. Michton's transparency about their supply chain is refreshing and inspiring.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg?_wi=3", imageAlt: "Emma Davies", }, { @@ -138,7 +138,7 @@ export default function JournalPage() { handle: "Food Photographer", testimonial: "The visual storytelling in Michton's journal is exceptional. Every article is beautifully crafted with stunning photography.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-confident-man-standing-arms-folded-plaid-shirt_1098-18800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-confident-man-standing-arms-folded-plaid-shirt_1098-18800.jpg?_wi=3", imageAlt: "Michael Chen", }, { @@ -147,7 +147,7 @@ export default function JournalPage() { handle: "Chocolate Historian", testimonial: "As someone who studies chocolate history, I appreciate Michton's respect for tradition combined with modern innovation. Insightful and well-researched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sensual-brunette-woman-dressed-trendy-clothes-posing-room-with-loft-interior-looking-camera_613910-18236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-brunette-woman-dressed-trendy-clothes-posing-room-with-loft-interior-looking-camera_613910-18236.jpg?_wi=3", imageAlt: "Rebecca Walsh", }, { @@ -156,7 +156,7 @@ export default function JournalPage() { handle: "Artisan Supporter", testimonial: "I follow Michton's journal religiously. Every story reinforces why I choose their chocolate over mass-produced alternatives.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg?_wi=3", imageAlt: "David Thompson", }, ]} From 32f3d948469f6feb5f7d42598b0feb860ccfff9c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:04:26 +0000 Subject: [PATCH 4/6] 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 282ff27..36ce5fd 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 { Nunito_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 { Nunito_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 nunitoSans = Nunito_Sans({ variable: "--font-nunito-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Michton Chocolate Factory | Premium Artisan Welsh Chocolate", + description: "Award-winning artisan chocolate from Port Talbot, Wales. Handcrafted luxury chocolate bars, truffles & gifts. Premium cocoa sourced ethically worldwide.", + keywords: "artisan chocolate Wales, luxury chocolate UK, handmade chocolate Port Talbot, premium chocolate gifts, Welsh chocolate factory", + metadataBase: new URL("https://michtonchocolate.com"), + alternates: { + canonical: "https://michtonchocolate.com", + }, + openGraph: { + title: "Michton Chocolate Factory - Premium Artisan Chocolate", + description: "Award-winning handcrafted artisan chocolate from Port Talbot, Wales. Luxury chocolate bars, truffles & premium gifts.", + url: "https://michtonchocolate.com", + siteName: "Michton Chocolate Factory", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/chocolate-sweets-plate-chocolate-truffles-bowl_23-2148542450.jpg", + alt: "Michton Chocolate Factory - Premium Artisan Chocolate", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Michton Chocolate Factory - Artisan Welsh Chocolate", + description: "Award-winning handcrafted chocolate from Port Talbot, Wales.", + images: ["http://img.b2bpic.net/free-photo/chocolate-sweets-plate-chocolate-truffles-bowl_23-2148542450.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}