From ae48d13139898d43f5135c1486b1f2716da26686 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:17:09 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index dacaaaa..881be45 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -103,7 +103,7 @@ export default function AboutPage() { author: "Café Parisienne", description: "Authentic Turkish coffee, premium espresso, and perfectly brewed morning favourites crafted by our expert baristas.", tags: ["Coffee", "Premium", "Handcrafted"], - imageSrc: "http://img.b2bpic.net/free-photo/man-bathrobe-is-holding-small-mug-coffee_1153-3748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-bathrobe-is-holding-small-mug-coffee_1153-3748.jpg?_wi=4", imageAlt: "Turkish coffee preparation traditional", }, { @@ -112,7 +112,7 @@ export default function AboutPage() { author: "Café Parisienne", description: "From fluffy omelettes to fresh pastries and smoothies. Every dish is prepared with care and the finest ingredients.", tags: ["Breakfast", "Fresh", "Artisan"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84770.jpg?_wi=4", imageAlt: "delicious breakfast eggs pastries", }, { @@ -121,7 +121,7 @@ export default function AboutPage() { author: "Café Parisienne", description: "Our friendly owner and welcoming vibe make everyone feel like family. A true Parisian escape in the heart of London.", tags: ["Community", "Warm", "Welcoming"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-18761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-18761.jpg?_wi=2", imageAlt: "warm café atmosphere guests dining", }, ]} @@ -141,7 +141,7 @@ export default function AboutPage() { name: "Sarah Johnson", handle: "@sarahj_london", testimonial: "The owner is very friendly and funny, he makes you feel like at home. Food is absolutely delicious.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg?_wi=2", imageAlt: "happy customer smiling portrait", }, { @@ -149,7 +149,7 @@ export default function AboutPage() { name: "Michael Chen", handle: "@mchen_foodlover", testimonial: "Best coffee and breakfast I've ever had. The atmosphere is warm and inviting. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=2", imageAlt: "smiling man portrait professional", }, { @@ -157,7 +157,7 @@ export default function AboutPage() { name: "Emily Rodriguez", handle: "@emilyeats", testimonial: "Best omelette I've had in London! Everything is so good and the service is impeccable.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-woman-face-portrait-smiling_53876-144815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-woman-face-portrait-smiling_53876-144815.jpg?_wi=2", imageAlt: "happy woman smiling portrait", }, { @@ -165,7 +165,7 @@ export default function AboutPage() { name: "David Park", handle: "@davidpark_eats", testimonial: "Feels like home the moment you walk in. Perfect spot for morning meetings or casual breakfast dates.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-arabic-hipster-male-fleece-shirt_613910-9986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-arabic-hipster-male-fleece-shirt_613910-9986.jpg?_wi=2", imageAlt: "smiling man professional portrait", }, { @@ -173,7 +173,7 @@ export default function AboutPage() { name: "Lisa Thompson", handle: "@lisathompson", testimonial: "A Parisian escape in Lavender Hill. The quality and attention to detail is exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-showing-thumbs-up_1262-5857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-showing-thumbs-up_1262-5857.jpg?_wi=2", imageAlt: "happy woman portrait professional", }, { @@ -181,7 +181,7 @@ export default function AboutPage() { name: "James Wilson", handle: "@jameswilson_london", testimonial: "The freshest ingredients, the warmest welcome. This is where I start every morning now.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-while-nature-adventure_23-2148647990.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-while-nature-adventure_23-2148647990.jpg?_wi=2", imageAlt: "smiling man portrait casual", }, ]} -- 2.49.1 From b647b7ce7d667b3dc9fb569ee3950f57c6a446a9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:17:10 +0000 Subject: [PATCH 2/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index ec43992..6be6f2f 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -85,7 +85,7 @@ export default function GalleryPage() { price: "£8.50", rating: 5, reviewCount: "142", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-dish_23-2150165699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-dish_23-2150165699.jpg?_wi=4", imageAlt: "French omelette herbs cheese", }, { @@ -95,7 +95,7 @@ export default function GalleryPage() { price: "£4.50", rating: 5, reviewCount: "187", - imageSrc: "http://img.b2bpic.net/free-photo/turkish-coffee-set-with-cocoa-cake-slices_114579-13789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/turkish-coffee-set-with-cocoa-cake-slices_114579-13789.jpg?_wi=4", imageAlt: "Turkish coffee traditional cup", }, { @@ -105,7 +105,7 @@ export default function GalleryPage() { price: "£5.00", rating: 5, reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-orange-juice-fresh-oranges-wooden-crate-with-blurry_181624-17275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-orange-juice-fresh-oranges-wooden-crate-with-blurry_181624-17275.jpg?_wi=4", imageAlt: "fresh orange juice glass", }, { @@ -115,7 +115,7 @@ export default function GalleryPage() { price: "£12.00", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-sandwiches-with-egg-avocado-slate_23-2148640214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-sandwiches-with-egg-avocado-slate_23-2148640214.jpg?_wi=4", imageAlt: "complete breakfast plate eggs toast", }, { @@ -125,7 +125,7 @@ export default function GalleryPage() { price: "£5.50", rating: 5, reviewCount: "124", - imageSrc: "http://img.b2bpic.net/free-photo/resting-cafe-with-digital-tablet_1098-17375.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/resting-cafe-with-digital-tablet_1098-17375.jpg?_wi=3", imageAlt: "berry smoothie fresh fruit", }, { @@ -135,7 +135,7 @@ export default function GalleryPage() { price: "£4.00", rating: 5, reviewCount: "203", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-homemade-layered-honey-cake-with-spices-nuts_114579-14283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-homemade-layered-honey-cake-with-spices-nuts_114579-14283.jpg?_wi=3", imageAlt: "golden baklava pastry honey", }, ]} @@ -183,7 +183,7 @@ export default function GalleryPage() { author: "Café Parisienne", description: "Each cup is crafted with precision and artistry, showcasing the skill of our dedicated baristas.", tags: ["Coffee", "Artistry", "Precision"], - imageSrc: "http://img.b2bpic.net/free-photo/man-bathrobe-is-holding-small-mug-coffee_1153-3748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-bathrobe-is-holding-small-mug-coffee_1153-3748.jpg?_wi=5", imageAlt: "Turkish coffee preparation traditional", }, { @@ -192,7 +192,7 @@ export default function GalleryPage() { author: "Café Parisienne", description: "Our handcrafted pastries are baked fresh daily using traditional French techniques and premium ingredients.", tags: ["Pastries", "Fresh", "Traditional"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-mini-cakes-with-cream-fruits-wood_176474-3143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-mini-cakes-with-cream-fruits-wood_176474-3143.jpg?_wi=4", imageAlt: "fresh pastries selection display", }, { @@ -201,7 +201,7 @@ export default function GalleryPage() { author: "Café Parisienne", description: "From intimate breakfast conversations to warm social gatherings, our space welcomes all.", tags: ["Experience", "Ambiance", "Community"], - imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2", imageAlt: "warm café interior ambiance seating", }, ]} -- 2.49.1 From 9e811bafdee9e0d99b305fcd2a8a469ef9f1b571 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:17:10 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 52 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0a803b2..801cb43 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,58 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Mulish } 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 { Mulish } 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 mulish = Mulish({ variable: "--font-mulish", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Cafe Parisienne | London's Warmest Breakfast Spot", + description: "Experience authentic Parisian café culture in London. Fresh coffee, delicious breakfast, and warm atmosphere at Cafe Parisienne. Open 7AM-3PM daily.", + keywords: "café, breakfast, London, Parisian café, coffee, omelette, Lavender Hill", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Cafe Parisienne | London's Warmest Breakfast Spot", + description: "Where mornings feel like Paris. Authentic breakfast and premium coffee in the heart of London.", + siteName: "Cafe Parisienne", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cup-tea-star-anise-appetizing-cake-with-berries-powdered-sugar_140725-122827.jpg", + alt: "Cafe Parisienne - Croissant and coffee with morning sunlight", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Cafe Parisienne - London's Warmest Breakfast Spot", + description: "Fresh coffee, delicious breakfast, and warm atmosphere. Open 7AM-3PM daily at Lavender Hill.", + images: [ + "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cup-tea-star-anise-appetizing-cake-with-berries-powdered-sugar_140725-122827.jpg", + ], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +61,9 @@ export default function RootLayout({ return ( - + {children}