From d84ed49404d788b07a305b7a76fd34497fd90bc0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:30:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df37226..f1577e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ const HomePage = () => { tag="Website Builder" tagIcon={Sparkles} tagAnimation="opacity" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Start Building Free", href: "https://app.webild.io/signup" }, { text: "View Demo", href: "https://demo.webild.io" }, @@ -95,7 +95,7 @@ const HomePage = () => { id: "e-commerce", title: "E-Commerce Ready", description: "Sell products directly from your website. Built-in shopping cart, payment processing, and inventory management make it easy to turn visitors into customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-e-commerce-product-page-builder-inter-1772536634571-75cf8bde.png", imageAlt: "E-commerce product page setup"}, ]} - gridVariant="uniform-6-items" + gridVariant="uniform-4-items" animationType="slide-up" title="Powerful Features for Every Business" description="Everything you need to build, launch, and manage your online presence—all in one intuitive platform." -- 2.49.1