diff --git a/src/app/page.tsx b/src/app/page.tsx index 7216b69..70ee931 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Smakuje najlepiej na placu Kaczmarka. Lody, kawa i chwila przyjemności w sercu Sulechowa." tag="Lodziarnia & Kawiarnia" tagIcon={Sparkles} - background={{ variant: "sparkles-gradient" }} + background={{ variant: "floatingGradient" }} buttons={[ { text: "Zadzwoń teraz", href: "tel:+48785058585" }, { text: "Zamów tort lodowy", href: "#order" } @@ -99,7 +99,7 @@ export default function LandingPage() { reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-chocolate-waffle-with-fruit-slices_140725-7037.jpg", imageAlt: "Gofry belgijskie" } ]} - gridVariant="uniform-all-items-equal" + gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -143,7 +143,7 @@ export default function LandingPage() { { id: "3", value: "1000+", description: "Zadowolonych klientów" }, { id: "4", value: "9 lat", description: "Na rynku" } ]} - gridVariant="uniform-all-items-equal" + gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}