From 72be9efbcba2a897e06fc612a5c62917a88a9dfd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 08:16:52 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8a09b4f..57b0abf 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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"