From fb072c050676a06d702f5bc37218804b4f4fa10e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:26:30 +0000 Subject: [PATCH 1/6] 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 1906333..8c334dc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,7 +70,7 @@ export default function AboutPage() { title: "Uncompromising Quality", description: "We believe that quality isn't negotiable. From bean selection to preparation, every detail matters. We taste every batch and only serve what meets our exacting standards.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cappuccino-coffee-transparent-glass-table_23-2147908368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cappuccino-coffee-transparent-glass-table_23-2147908368.jpg?_wi=2", }, items: [ { icon: Coffee, text: "Premium Sourcing" }, @@ -84,7 +84,7 @@ export default function AboutPage() { title: "Community First", description: "Koffee Beanz is built on genuine relationships. We support local initiatives, host community events, and create an inclusive space for everyone in Shelbyville to belong.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-with-blue-eyes-bright-pink-lips-sitting-coffee-shop-chair-she-holds-smartphone-her-hand_197531-83.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-with-blue-eyes-bright-pink-lips-sitting-coffee-shop-chair-she-holds-smartphone-her-hand_197531-83.jpg?_wi=2", }, items: [ { icon: Users, text: "Local Partnerships" }, @@ -98,7 +98,7 @@ export default function AboutPage() { title: "Sustainable Futures", description: "Environmental responsibility is woven into our operations. We minimize waste through composting programs, use eco-friendly packaging, and partner with organizations dedicated to planet health.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pancakes-with-syrup-butter-roasted-nuts-wooden-plate_181624-12217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pancakes-with-syrup-butter-roasted-nuts-wooden-plate_181624-12217.jpg?_wi=2", }, items: [ { icon: Leaf, text: "Eco-Friendly Materials" }, @@ -128,7 +128,7 @@ export default function AboutPage() { handle: "@coffeeaddict_sarah", testimonial: "More than coffee—it's a sanctuary. The team genuinely cares, and I love seeing them give back to our community. This is what a real cafe should be.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/carefree-girl-glasses-takes-selfie-with-smartphone-smiling-looking-happy-enjoying-hot-drink_1258-202652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carefree-girl-glasses-takes-selfie-with-smartphone-smiling-looking-happy-enjoying-hot-drink_1258-202652.jpg?_wi=2", }, { id: "review-2", @@ -136,7 +136,7 @@ export default function AboutPage() { handle: "@mike_morning_runs", testimonial: "I appreciate their commitment to sustainability. Every purchase feels like I'm contributing to something bigger than just getting my morning coffee.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg?_wi=2", }, { id: "review-3", @@ -144,7 +144,7 @@ export default function AboutPage() { handle: "@emily.designs", testimonial: "The baristas are artists in their craft. They remember my order and my story. That personal touch is rare and precious these days.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg?_wi=2", }, ]} /> -- 2.49.1 From fcecf436e69cb831d427dc9c0facf1cb6de79b76 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:26:31 +0000 Subject: [PATCH 2/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 b58095e..6e2c754 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,7 +76,7 @@ export default function ContactPage() { background={{ variant: "plain" }} useInvertedBackground={false} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-booking-application-background_23-2148155993.jpg" + imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-booking-application-background_23-2148155993.jpg?_wi=4" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1 From b46dcb150167a59f33382eba9f4c3735030e8a80 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:26:31 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 53 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..8a943a4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,59 @@ 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: "Koffee Beanz | Specialty Coffee & Cozy Cafe in Shelbyville", + description: "Discover Koffee Beanz—Shelbyville's favorite coffee shop. Specialty drinks, fresh pastries, breakfast & lunch. Drive-thru available. Order online or visit today!", + keywords: "coffee, cafe, Shelbyville, specialty coffee, drive-thru coffee, breakfast, lunch, online ordering", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Koffee Beanz | Premium Coffee & Cozy Cafe", + description: "Experience crafted coffee, delicious food, and warm hospitality at Shelbyville's favorite coffee destination.", + type: "website", + siteName: "Koffee Beanz", + url: "https://koffeebeanz.com", + images: [ + { + url: "http://img.b2bpic.net/free-photo/overhead-view-cappuccino-coffee-transparent-glass-table_23-2147908368.jpg", + alt: "Koffee Beanz specialty coffee drink", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Koffee Beanz | Premium Coffee & Cozy Cafe", + description: "Specialty coffee, fresh pastries, and warm hospitality. Visit or order online today!", + images: [ + "http://img.b2bpic.net/free-photo/overhead-view-cappuccino-coffee-transparent-glass-table_23-2147908368.jpg", + ], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +62,9 @@ export default function RootLayout({ return ( - + {children}