From 9a33046725eb4f32267037955afcb226f5480a66 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:22:47 +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 da656e9..dcbf096 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -14,11 +14,11 @@ export default function BlogPage() { const navbarProps = { brandName: "Baruga", navItems: [ { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Menu", id: "menu" }, - { name: "Features", id: "features" }, - { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "About", id: "/#about" }, + { name: "Menu", id: "/#menu" }, + { name: "Features", id: "/#features" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" } ] }; -- 2.49.1 From cfac5d450b189374c00532d545fb511aae2293d3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:22:48 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b567933..260e8cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,12 +42,12 @@ export default function LandingPage() { title="Baruga: Your Ukrainian Coffee Haven" description="Experience the rich aroma of Ukrainian coffee and the warmth of our community. Crafted with passion, served with heart." tag="Welcome to Baruga" - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" buttons={[ { text: "Explore Our Menu", href: "#menu" }, { text: "Visit Us", href: "#contact" } ]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" imageSrc="https://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-134687.jpg" imageAlt="Cozy Ukrainian coffeeshop interior with coffee cups and pastries" textPosition="bottom-left" @@ -74,10 +74,10 @@ export default function LandingPage() {