From 1994d4848bb6e188582eda1ab435b0a3ae09ba82 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:28:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c84019..399948f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmall" - background="blurBottom" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -48,15 +48,15 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/a-sleek-minimal-ai-dashboard-interface-w-1772839608422-ababbc13.png" imageAlt="AI Dashboard Interface" mediaAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "glowing-orb" }} testimonials={[ { name: "Sarah Mitchell", handle: "CEO, TechFlow Industries", testimonial: "This platform transformed our operations completely. We've reduced manual work by 80% and improved accuracy dramatically.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/professional-headshot-of-a-confident-ent-1772839607297-169cb6fa.png?_wi=1" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/professional-headshot-of-a-confident-ent-1772839607297-169cb6fa.png" }, { name: "James Chen", handle: "CTO, Innovation Labs", testimonial: "The AI capabilities are incredibly intuitive. Our entire team was productive within days. Truly impressive engineering.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/professional-headshot-of-a-female-tech-l-1772839607388-ebf8004c.png?_wi=1" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/professional-headshot-of-a-female-tech-l-1772839607388-ebf8004c.png" } ]} buttons={[ @@ -131,11 +131,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Emma Rodriguez", role: "VP Operations", company: "GlobalTech Solutions", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/professional-headshot-of-a-confident-ent-1772839607297-169cb6fa.png?_wi=2" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/professional-headshot-of-a-confident-ent-1772839607297-169cb6fa.png" }, { id: "2", name: "Michael Zhang", role: "Product Director", company: "InnovateLabs", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/professional-headshot-of-a-female-tech-l-1772839607388-ebf8004c.png?_wi=2" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/professional-headshot-of-a-female-tech-l-1772839607388-ebf8004c.png" }, { id: "3", name: "Jessica Palmer", role: "CEO", company: "DataFlow Enterprises", rating: 5, @@ -156,7 +156,7 @@ export default function LandingPage() { tagAnimation="opacity" title="Stay Updated on AI Innovation" description="Subscribe to our newsletter for insights on artificial intelligence, automation trends, and exclusive platform updates delivered straight to your inbox." - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanHCi5aSSdtbg7LlcRjUEPtsO/abstract-minimalist-background-with-warm-1772839607791-ad693fd6.png" imageAlt="Newsletter Signup" -- 2.49.1