From 733893275f7f2c2c7d9b2a2dd1c02733cb09a3c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:32:00 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ea64229..83c1a11 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,7 +43,7 @@ export default function AboutPage() { title="Our Mission" description="At Osavich Books, we believe in the transformative power of storytelling. We are dedicated to publishing works that challenge conventions, inspire imagination, and celebrate the beauty of the written word. Each book we publish is a testament to creativity, quality, and the timeless connection between author and reader." tag="About Osavich" - imageSrc="http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197559.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197559.jpg?_wi=2" imageAlt="Osavich Books publishing team at work" buttons={[ { text: "Discover More", href: "/contact" }, -- 2.49.1 From 202b2b26a09fe6403d486150b30546af4a6ade9e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:32:00 +0000 Subject: [PATCH 2/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index ac4db2f..0a91258 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -46,7 +46,7 @@ export default function BlogPage() { category: "Publishing Insights", title: "The Art of Crafting Compelling Narratives", excerpt: "Explore the techniques that transform ordinary ideas into extraordinary stories that captivate readers and endure through time.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-diary-book_23-2150522456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-diary-book_23-2150522456.jpg?_wi=2", imageAlt: "Article about narrative crafting", authorName: "Elena Richardson", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-drinking-coffee-working-computer_1303-30730.jpg", @@ -57,7 +57,7 @@ export default function BlogPage() { category: "Author Stories", title: "From Manuscript to Masterpiece", excerpt: "Follow the journey of bringing a book to life, from the first draft to the published work that reaches readers worldwide.", - imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198420.jpg?_wi=2", imageAlt: "Book publishing journey", authorName: "Marcus Webb", authorAvatar: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg", @@ -68,7 +68,7 @@ export default function BlogPage() { category: "Literary Recommendations", title: "Five Must-Read Books for Creative Minds", excerpt: "Discover literary gems that spark imagination and offer fresh perspectives on creativity, storytelling, and the written word.", - imageSrc: "http://img.b2bpic.net/free-photo/people-reading-room_23-2147679261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-reading-room_23-2147679261.jpg?_wi=2", imageAlt: "Curated book recommendations", authorName: "Sophie Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4746.jpg", -- 2.49.1 From 4bc4af20f683a06776b5336d7d88cdabe89d4bf0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:32:01 +0000 Subject: [PATCH 3/5] Update src/app/books/page.tsx --- src/app/books/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/books/page.tsx b/src/app/books/page.tsx index 2486476..9c68752 100644 --- a/src/app/books/page.tsx +++ b/src/app/books/page.tsx @@ -42,7 +42,7 @@ export default function BooksPage() { name: "The Echoes of Forgotten Dreams", price: "$24.99", variant: "Hardcover • Dark Grey", - imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-magazine-drinking-coffee_23-2148415808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-magazine-drinking-coffee_23-2148415808.jpg?_wi=2", imageAlt: "The Echoes of Forgotten Dreams book cover", }, { @@ -50,7 +50,7 @@ export default function BooksPage() { name: "Luminescent Narratives", price: "$22.99", variant: "Hardcover • Premium Binding", - imageSrc: "http://img.b2bpic.net/free-vector/beautiful-wedding-invitation-template-art-deco-style_23-2147939071.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/beautiful-wedding-invitation-template-art-deco-style_23-2147939071.jpg?_wi=2", imageAlt: "Luminescent Narratives book cover", }, { @@ -58,7 +58,7 @@ export default function BooksPage() { name: "The Architecture of Ideas", price: "$26.99", variant: "Hardcover • Collector's Edition", - imageSrc: "http://img.b2bpic.net/free-vector/realistic-kintsugi-cover-collection_23-2148915924.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/realistic-kintsugi-cover-collection_23-2148915924.jpg?_wi=2", imageAlt: "The Architecture of Ideas book cover", }, ]} -- 2.49.1 From 2abe126b0c26ad04cc7423dd835311f161c793a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:32:01 +0000 Subject: [PATCH 4/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 7eeade6..8ed918e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,22 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Poppins } 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 { Poppins } 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 poppins = Poppins({ variable: "--font-poppins", @@ -20,6 +24,39 @@ const poppins = Poppins({ weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "Osavich Books | Premium Literary Publishing", + description: "Discover beautifully crafted books from Osavich Books. Explore stories, knowledge, and creative excellence through our curated collection of published works.", + keywords: "publishing, books, literature, authors, storytelling, creative writing, premium books", + metadataBase: new URL("https://osavichbooks.com"), + alternates: { + canonical: "https://osavichbooks.com", + }, + openGraph: { + title: "Osavich Books | Premium Literary Publishing", + description: "Where imagination meets craftsmanship. Explore stories that inspire, knowledge that enriches, and creativity that transforms.", + url: "https://osavichbooks.com", + siteName: "Osavich Books", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/cups-coffee-with-biscuit-cinnamons_114579-16686.jpg", + alt: "Osavich Books - Premium Publishing", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Osavich Books | Premium Literary Publishing", + description: "Where imagination meets craftsmanship. Discover beautifully crafted books.", + images: ["http://img.b2bpic.net/free-photo/cups-coffee-with-biscuit-cinnamons_114579-16686.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +65,9 @@ export default function RootLayout({ return ( - + {children}