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-05 13:16:37 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -106,7 +106,6 @@ export default function LandingPage() {
]}
gridVariant="two-columns-alternating-heights"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="noInvert"
/>
</div>
@@ -139,7 +138,6 @@ export default function LandingPage() {
tagIcon={Flower}
textboxLayout="default"
useInvertedBackground="noInvert"
animationType="slide-up"
/>
</div>
@@ -205,7 +203,6 @@ export default function LandingPage() {
]}
showRating={true}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="invertDefault"
/>
</div>
@@ -246,7 +243,6 @@ export default function LandingPage() {
]}
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="noInvert"
/>
</div>
@@ -293,7 +289,6 @@ export default function LandingPage() {
}
]}
useInvertedBackground="noInvert"
animationType="slide-up"
/>
</div>