From 23d7d818e8a692a230faf9b8dda7b988802e89e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:36:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80edc28..98f8798 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function LandingPage() { description="We craft stunning web experiences that bring your vision to life. Transform your ideas into digital masterpieces that engage, delight, and drive results." tag="Web Design Studio" tagIcon={Sparkles} - background={{ variant: "grid" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUvVr3QMTJhGQGeQiV8zc38Cps/a-modern-minimalist-web-design-interface-1772660073109-6dc70efe.png", imageAlt: "Web design portfolio showcase" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUvVr3QMTJhGQGeQiV8zc38Cps/a-stunning-website-hero-section-with-bol-1772660070572-3f7c0f02.png", imageAlt: "Modern website interface" }, @@ -63,6 +63,7 @@ export default function LandingPage() {