diff --git a/src/app/page.tsx b/src/app/page.tsx index 61e62bf..982ea81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -122,7 +122,7 @@ export default function FlowerShopPage() { gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -174,7 +174,7 @@ export default function FlowerShopPage() { } ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="smooth" />