Update src/app/blog/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user