Update src/app/blog/page.tsx

This commit is contained in:
2026-06-09 08:16:52 +00:00
parent 7e3e49f06b
commit 72be9efbcb

View File

@@ -8,8 +8,11 @@ import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
const navItems = [
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" }
{ name: "Contact", id: "/contact" },
{ name: "Cart", id: "/cart" }
];
const footerNavColumns = [
@@ -40,8 +43,8 @@ export default function BlogPage() {
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="circleGradient"
sizing="largeSizeMediumTitles"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"