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 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 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 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) {