From dc3044d879d0fc667170d6792e02a599f77b9118 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:54:29 +0000 Subject: [PATCH 1/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1911c2b..3738493 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -52,7 +52,7 @@ export default function BlogPage() { text: "Subscribe to Our Newsletter", href: "/blog#newsletter" } ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-photo_23-2148859215.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-photo_23-2148859215.jpg?_wi=1" imageAlt="minimalist living guide book coffee" mediaAnimation="slide-up" imagePosition="right" @@ -67,16 +67,16 @@ export default function BlogPage() { description="Discover new arrivals that embody minimalist design and eco-conscious craftsmanship." products={[ { - id: "shop-product-1", name: "Minimalist White Ceramic Mug", price: "$25.00", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-cups-with-hanging-s-coffee-seeds_140725-25439.jpg", imageAlt: "minimalist white ceramic coffee cup" + id: "shop-product-1", name: "Minimalist White Ceramic Mug", price: "$25.00", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-cups-with-hanging-s-coffee-seeds_140725-25439.jpg?_wi=2", imageAlt: "minimalist white ceramic coffee cup" }, { - id: "shop-product-2", name: "Ergonomic Wooden Laptop Stand", price: "$75.00", variant: "Birchwood", imageSrc: "http://img.b2bpic.net/free-vector/create-interior-workplace-concept_1284-34686.jpg", imageAlt: "wooden laptop stand ergonomic design" + id: "shop-product-2", name: "Ergonomic Wooden Laptop Stand", price: "$75.00", variant: "Birchwood", imageSrc: "http://img.b2bpic.net/free-vector/create-interior-workplace-concept_1284-34686.jpg?_wi=2", imageAlt: "wooden laptop stand ergonomic design" }, { - id: "shop-product-3", name: "Decorative Ceramic Tray", price: "$40.00", variant: "White Matte", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-coffee-mug-near-wooden-cutting-board-cheese-copy-space_132075-11325.jpg", imageAlt: "decorative ceramic tray minimalist design" + id: "shop-product-3", name: "Decorative Ceramic Tray", price: "$40.00", variant: "White Matte", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-coffee-mug-near-wooden-cutting-board-cheese-copy-space_132075-11325.jpg?_wi=2", imageAlt: "decorative ceramic tray minimalist design" }, { - id: "shop-product-4", name: "Natural Linen Cushion Cover", price: "$30.00", variant: "Cream", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-decoration-living-room_74190-3933.jpg", imageAlt: "natural linen cushion cover simple" + id: "shop-product-4", name: "Natural Linen Cushion Cover", price: "$30.00", variant: "Cream", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-decoration-living-room_74190-3933.jpg?_wi=2", imageAlt: "natural linen cushion cover simple" }, { id: "shop-product-5", name: "Modern Minimalist Pendant Light", price: "$150.00", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/teal-shade-sideview-filament-bulb-industrial-style_169016-69037.jpg", imageAlt: "modern pendant light minimalist style" @@ -103,7 +103,7 @@ export default function BlogPage() { description="Stay informed and inspired with our newest posts on sustainable living and design." products={[ { - id: "blog-post-1", name: "The Art of Mindful Decluttering", price: "January 15, 2024", variant: "Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-photo_23-2148859215.jpg", imageAlt: "minimalist living guide book coffee" + id: "blog-post-1", name: "The Art of Mindful Decluttering", price: "January 15, 2024", variant: "Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-photo_23-2148859215.jpg?_wi=2", imageAlt: "minimalist living guide book coffee" }, { id: "blog-post-2", name: "Scandinavian Simplicity: Your Guide", price: "January 10, 2024", variant: "Design", imageSrc: "http://img.b2bpic.net/free-photo/workplace-home-with-table-with-books-notebook-comfortable-pouf-it_169016-11164.jpg", imageAlt: "scandinavian design trends minimalist home" -- 2.49.1 From 65657bce2f42e5b84049ce5535366d116996ade0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:54:30 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4ef0725..d8ddac1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,25 +1,34 @@ 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 "@/lib/gsap-setup"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Poppins } from "next/font/google"; - - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; const poppins = Poppins({ variable: "--font-poppins", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"] }); +export const metadata: Metadata = { + title: "Our Blog | Hara Minimalist Living", description: "Discover thoughtful insights, minimalist design tips, and sustainable living practices on the Hara Minimalist Living blog. Your guide to an eco-conscious and elegant home.", keywords: ["minimalist living", "eco-conscious", "sustainable design", "home decor blog", "natural inspiration", "luxury living", "Hara Minimalist Living", "e-commerce blog"], + metadataBase: new URL("https://www.haraminimalistliving.com"), + alternates: { + canonical: "/blog" + }, + openGraph: { + title: "Our Blog | Hara Minimalist Living", description: "Discover thoughtful insights, minimalist design tips, and sustainable living practices on the Hara Minimalist Living blog. Your guide to an eco-conscious and elegant home.", url: "https://www.haraminimalistliving.com/blog", siteName: "Hara Minimalist Living", type: "website" + }, + twitter: { + card: "summary_large_image", title: "Our Blog | Hara Minimalist Living", description: "Discover thoughtful insights, minimalist design tips, and sustainable living practices on the Hara Minimalist Living blog. Your guide to an eco-conscious and elegant home." + }, + robots: { + index: true, + follow: true + } +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +37,9 @@ export default function RootLayout({ return ( - + {children}