From 8c13bc0c59d37e894434f9f50a29b64fc991af09 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 12:01:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0079094..db00a00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -78,7 +78,6 @@ export default function EdgeTabsPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="invertDefault" - cardClassName="relative" buttons={[ { text: "View All Products", href: "#" } ]} @@ -157,12 +156,10 @@ export default function EdgeTabsPage() { "90 caffeine strips total", "50mg caffeine per strip", "30mg L-theanine included", "3-month supply", "Free priority shipping", "⭐ Maximum savings" ] } - ]} + ] animationType="opacity" textboxLayout="default" useInvertedBackground="invertCard" - cardClassName="relative" - badgeClassName="text-sm font-bold" />