Update src/app/page.tsx

This commit is contained in:
2026-01-08 12:01:50 +00:00
parent 501716d8b9
commit 8c13bc0c59

View File

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