Update src/app/page.tsx

This commit is contained in:
2026-01-13 11:52:06 +00:00
parent 6924e6735d
commit 6e18801e35

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -21,7 +21,7 @@ export default function FlowerShopPage() {
contentWidth="medium"
sizing="medium"
background="aurora"
cardStyle="spotlight"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="outline"
headingFontWeight="normal"
@@ -73,7 +73,7 @@ export default function FlowerShopPage() {
imageSrc="https://img.b2bpic.net/free-photo/top-view-beautiful-colored-flowers-grey-wood-with-copy-space_141793-17053.jpg"
imageAlt="Floristka pracující na kytici"
imagePosition="right"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -122,7 +122,7 @@ export default function FlowerShopPage() {
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -174,7 +174,7 @@ export default function FlowerShopPage() {
}
]}
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
animationType="smooth"
/>
</div>