From 90e6be689bb00cf1ac7d642a718f36fbc778c08b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:19:01 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 97bafed..5ce6763 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,10 +29,11 @@ export default function BlogPage() { brandName="Slava Bakery" navItems={[ { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Products", id: "products" }, - { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "About", id: "/#about" }, + { name: "Products", id: "/#products" }, + { name: "Features", id: "/#features" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, ]} /> @@ -80,7 +81,6 @@ export default function BlogPage() { }, ]} copyrightText="© 2024 Slava Bakery. All rights reserved." - useInvertedBackground={false} /> -- 2.49.1 From 6ce38b75dd8e25558554835223889a0a0092e053 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:19:03 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1398783..fb8fe48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function SitePage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Products", id: "products" }, + { name: "Features", id: "features" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -47,7 +48,7 @@ export default function SitePage() { { text: "View Our Menu", href: "#products" }, { text: "Find Us", href: "#contact" }, ]} - imageSrc="https://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg" imageAlt="A vibrant display of Ukrainian baked goods in a local bakery, including breads and pastries." videoAriaLabel="A video showcasing fresh Ukrainian baked goods." /> @@ -103,7 +104,7 @@ export default function SitePage() { title: "Authentic Ukrainian Recipes", description: "Our recipes are treasured family heirlooms, ensuring an authentic taste of Ukrainian culinary heritage.", imageSrc: "https://img.b2bpic.net/free-photo/woman-shaping-dough-with-hands-wooden-table-top-view_176474-5537.jpg", imageAlt: "Hands kneading dough, suggesting traditional baking methods.", buttonIcon: Book, }, { - title: "Baked with Love Daily", description: "Every single item is baked fresh from scratch each morning, ensuring the highest quality and taste.", imageSrc: "https://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=2", imageAlt: "Freshly baked bread on a cooling rack in a warm bakery.", buttonIcon: Heart, + title: "Baked with Love Daily", description: "Every single item is baked fresh from scratch each morning, ensuring the highest quality and taste.", imageSrc: "https://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg", imageAlt: "Freshly baked bread on a cooling rack in a warm bakery.", buttonIcon: Heart, }, { title: "Warm Community Hub", description: "More than just food, we offer a place to connect, share stories, and enjoy good company.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg", imageAlt: "A diverse group of happy customers enjoying pastries and coffee at a local bakery.", buttonIcon: Users, -- 2.49.1 From 42bd78824b77ace6b6500110f16418914430875e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:19:04 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index aedf50f..a5a54f6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { Suspense, use, useCallback } from "react"; import { useRouter } from "next/navigation"; @@ -89,16 +89,16 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="medium" > -