Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-08 12:01:55 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -78,7 +78,6 @@ export default function EdgeTabsPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
cardClassName="relative"
buttons={[ buttons={[
{ text: "View All Products", href: "#" } { 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" "90 caffeine strips total", "50mg caffeine per strip", "30mg L-theanine included", "3-month supply", "Free priority shipping", "⭐ Maximum savings"
] ]
} }
]} ]
animationType="opacity" animationType="opacity"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertCard" useInvertedBackground="invertCard"
cardClassName="relative"
badgeClassName="text-sm font-bold"
/> />
</div> </div>