Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-12 22:32:06 +00:00
5 changed files with 61 additions and 22 deletions

View File

@@ -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" },

View File

@@ -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",

View File

@@ -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",
},
]}

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${poppins.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -76,7 +76,7 @@ export default function HomePage() {
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=1"
imageAlt="Osavich Books publishing team at work"
buttons={[
{ text: "Discover More", href: "/contact" },
@@ -94,7 +94,7 @@ export default function HomePage() {
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=1",
imageAlt: "The Echoes of Forgotten Dreams book cover",
},
{
@@ -102,7 +102,7 @@ export default function HomePage() {
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=1",
imageAlt: "Luminescent Narratives book cover",
},
{
@@ -110,7 +110,7 @@ export default function HomePage() {
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=1",
imageAlt: "The Architecture of Ideas book cover",
},
]}
@@ -162,7 +162,7 @@ export default function HomePage() {
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=1",
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",
@@ -173,7 +173,7 @@ export default function HomePage() {
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=1",
imageAlt: "Book publishing journey",
authorName: "Marcus Webb",
authorAvatar: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg",
@@ -184,7 +184,7 @@ export default function HomePage() {
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=1",
imageAlt: "Curated book recommendations",
authorName: "Sophie Chen",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4746.jpg",