Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user