From 407268910e499afb9d405fea514e3ac65be1f2e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:23:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17f1689..28756a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -75,7 +75,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" useInvertedBackground={false} - background={{ variant: "fluid" }} + background={{ variant: "plain" }} /> @@ -112,22 +112,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Evolution", description: "Your site improves automatically. AI learns from user behavior and optimizes continuously without your intervention.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/an-abstract-visualization-of-ai-evolutio-1772958085440-7c037cfc.png?_wi=1", imageAlt: "AI evolution neural network visualization", button: { text: "Learn More", href: "#" } + title: "AI Evolution", description: "Your site improves automatically. AI learns from user behavior and optimizes continuously without your intervention.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/an-abstract-visualization-of-ai-evolutio-1772958085440-7c037cfc.png", imageAlt: "AI evolution neural network visualization", button: { text: "Learn More", href: "#" } }, { title: "60-Second Launch", description: "Deploy to production in under a minute. No configuration, no DevOps headaches, pure instant gratification.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/a-modern-representation-of-instant-deplo-1772958085225-5281bee1.png", imageAlt: "Instant deployment rocket launch", button: { text: "Get Started", href: "contact" } }, { - title: "Mobile Perfect", description: "Every website renders flawlessly across devices. Responsive design is built-in, not bolted-on.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/showcase-of-responsive-web-design-across-1772958085806-c2fa8cdd.png?_wi=1", imageAlt: "Responsive design across devices", button: { text: "Explore", href: "#" } + title: "Mobile Perfect", description: "Every website renders flawlessly across devices. Responsive design is built-in, not bolted-on.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/showcase-of-responsive-web-design-across-1772958085806-c2fa8cdd.png", imageAlt: "Responsive design across devices", button: { text: "Explore", href: "#" } }, { title: "Conversion Optimized", description: "AI automatically A/B tests layouts, copy, and CTAs. Watch your conversion rates climb.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/visual-representation-of-conversion-opti-1772958085597-99639ed8.png", imageAlt: "Conversion optimization metrics", button: { text: "View Demo", href: "#" } }, { - title: "100% Free Forever", description: "No hidden fees, no enterprise upsell, no strings attached. Build unlimited websites at zero cost.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/an-abstract-visualization-of-ai-evolutio-1772958085440-7c037cfc.png?_wi=2", imageAlt: "Free forever guarantee", button: { text: "Start Now", href: "contact" } + title: "100% Free Forever", description: "No hidden fees, no enterprise upsell, no strings attached. Build unlimited websites at zero cost.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/an-abstract-visualization-of-ai-evolutio-1772958085440-7c037cfc.png", imageAlt: "Free forever guarantee", button: { text: "Start Now", href: "contact" } }, { - title: "Apple/Google Level Design", description: "Professional-grade UI components inspired by the world's best design systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/showcase-of-responsive-web-design-across-1772958085806-c2fa8cdd.png?_wi=2", imageAlt: "Premium design components", button: { text: "View Components", href: "#" } + title: "Apple/Google Level Design", description: "Professional-grade UI components inspired by the world's best design systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdMvddMIH5wULyb0MqHKJ5HuOH/showcase-of-responsive-web-design-across-1772958085806-c2fa8cdd.png", imageAlt: "Premium design components", button: { text: "View Components", href: "#" } } ]} /> -- 2.49.1