From a48b508a1484f2bc65d3247bc8e9f29601a739ea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:47:18 +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 d146a0e..1160de1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -50,7 +50,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Custom AI Agents That Work While You Scale" description="Deploy intelligent automation in days, not months. Built for Dubai's enterprises—Arabic support, enterprise security, guaranteed uptime" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Deploy Your Agent", href: "contact" }, { text: "See Demo", href: "#features" }, -- 2.49.1