Update src/app/blog/page.tsx

This commit is contained in:
2026-02-22 21:52:05 +00:00
parent a3c04a2182
commit 085e7147d6

View File

@@ -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"
/>
</div>