From 4ac347bbd27b6cc81232ca6ef61eb6cc03715771 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:51:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70ee931..7216b69 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: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} 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="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" 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="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1