Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-06-07 20:54:33 +00:00
3 changed files with 32 additions and 21 deletions

View File

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

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${poppins.variable} antialiased`}>
<body
className={`${poppins.variable} antialiased`}
>
<Tag />
{children}
<script

View File

@@ -96,13 +96,13 @@ export default function ProductDetailPage() {
description="Expand your aesthetic with pieces designed to harmonize with your current selections."
products={[
{
id: "shop-product-1", name: "Classic White Coffee Cup", price: "$20.00", variant: "Ceramic", 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: "Classic White Coffee Cup", price: "$20.00", variant: "Ceramic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-cups-with-hanging-s-coffee-seeds_140725-25439.jpg?_wi=1", imageAlt: "Minimalist white ceramic coffee cup"},
{
id: "shop-product-2", name: "Wooden Laptop Stand", price: "$70.00", variant: "Bamboo", 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: "Wooden Laptop Stand", price: "$70.00", variant: "Bamboo", imageSrc: "http://img.b2bpic.net/free-vector/create-interior-workplace-concept_1284-34686.jpg?_wi=1", imageAlt: "Wooden laptop stand ergonomic design"},
{
id: "shop-product-3", name: "Decorative Ceramic Tray", price: "$55.00", variant: "Small", 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: "$55.00", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-coffee-mug-near-wooden-cutting-board-cheese-copy-space_132075-11325.jpg?_wi=1", imageAlt: "Decorative ceramic tray minimalist design"},
{
id: "shop-product-4", name: "Natural Linen Cushion Cover", price: "$40.00", variant: "Grey", 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: "$40.00", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-decoration-living-room_74190-3933.jpg?_wi=1", imageAlt: "Natural linen cushion cover simple"}
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"