From 3cb65637fb06ef3a0e2b8c50b3fabf7dda0ad331 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:31:01 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b76867f..f77784d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -34,6 +34,8 @@ export default function BlogPage() { { name: "Projects", id: "/#projects" }, { name: "Process", id: "/#process" }, { name: "Contact", id: "/#contact" }, + { name: "Blog", id: "/blog" }, + { name: "Shop", id: "/shop" } ]} brandName="Lakeside Construction" bottomLeftText="Crafting Dreams into Reality" @@ -85,4 +87,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file -- 2.49.1 From e540a66e3afbe456eabb1f5ba19ababeb491e3b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:31:02 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d37ddec..743158e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ export const metadata: Metadata = { title: "Lakeside Construction Inc. | Luxury Custom Home Builder & Renovation", description: "Lakeside Construction Inc. specializes in elite luxury custom home builds, renovations, and lakefront projects. Crafting dreams with precision and integrity for affluent homeowners.", openGraph: { title: "Lakeside Construction Inc. | Luxury Custom Home Builder & Renovation", description: "Lakeside Construction Inc. specializes in elite luxury custom home builds, renovations, and lakefront projects. Crafting dreams with precision and integrity for affluent homeowners.", url: "https://www.lakesideconstruction.com", siteName: "Lakeside Construction Inc.", images: [ { - url: "https://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978179.jpg", alt: "Luxury lakefront home build at sunset"}, + url: "https://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978179.jpg", alt: "Luxury lakefront home build at sunset"} ], type: "website"}, twitter: { @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d9a96b110b173c20dbdbf3332f9e8839339e9826 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:31:03 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 091f2c2..7109a58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,11 +30,14 @@ export default function LandingPage() { @@ -198,4 +202,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From fb9c8ffb0e886fe2d4bfea7e64e9ea674f49f319 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:31:03 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index af1e71a..5acbf4d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -90,7 +90,16 @@ function ProductPageContent({ params }: ProductPageProps) {