Skip to content

Commit de97b39

Browse files
feat: refactor
1 parent dc8661a commit de97b39

6 files changed

Lines changed: 27 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"title": "Hoek Bank",
3-
"description": "Een prachtige, op maat gemaakte hoek bank...",
2+
"title": "Kitchen Bench",
3+
"description": "A beautiful, custom-made corner bench...",
44
"completionYear": 2024,
55
"isFeatured": true
66
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "Built-in Bed",
3+
"description": "A custom-made built-in bed",
4+
"completionYear": 2024,
5+
"isFeatured": true
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "Built-in Bench",
3+
"description": "A custom-made built-in bench/cabinet",
4+
"completionYear": 2025,
5+
"isFeatured": true
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "Sliding Door",
3+
"description": "A custom-made dark oak sliding door",
4+
"completionYear": 2025,
5+
"isFeatured": true
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "Radiator Cabinet",
3+
"description": "A custom-made radiator cabinet, in blue",
4+
"completionYear": 2025,
5+
"isFeatured": true
6+
}

bun/houtwerk.hering.services/src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site || Astro.url);
4646

4747
<link rel="sitemap" href="/sitemap-index.xml" />
4848

49-
<title>{title} | Timmerman</title>
49+
<title>{title} | Houtwerk</title>
5050
<meta name="title" content={title} />
5151
<meta name="description" content={description} />
5252
<link rel="canonical" href={canonicalURL} />

0 commit comments

Comments
 (0)