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