diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b60f44e..77a55da 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,13 +28,9 @@ export default function BlogPage() { brandName="Baba's Bakery" navItems={[ { name: "Home", id: "/" }, - { name: "About Us", id: "about" }, - { name: "Products", id: "products" }, - { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, + { name: "Shop", id: "/shop" } ]} - button={{ text: "Order Now", href: "#contact" }} + button={{ text: "Shop Now", href: "/shop" }} className="py-4 px-6 md:px-8 lg:px-12 xl:px-16" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index a16a82e..860ee20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { +