From 6a7d40b1c1a0b4f6181b145aaff672e8f2e84a90 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:58:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75ccb59..c2365dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -52,14 +52,14 @@ export default function LandingPage() { { text: "Watch Demo", href: "#" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} carouselItems={[ { id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaV6AyJ2rYwkkvOc4cYEE5H8aQ/a-modern-sleek-ai-powered-website-builde-1772830569765-2543ea2d.png", imageAlt: "AI Website Builder Interface" }, { id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaV6AyJ2rYwkkvOc4cYEE5H8aQ/a-vibrant-illustration-showing-ai-automa-1772830570326-b9928e11.png", imageAlt: "AI Automation in Action" }, { id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaV6AyJ2rYwkkvOc4cYEE5H8aQ/a-dynamic-illustration-of-lightning-fast-1772830571748-23ef0570.png", imageAlt: "Lightning Fast Performance" }, { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaV6AyJ2rYwkkvOc4cYEE5H8aQ/an-illustration-of-artificial-intelligen-1772830569887-aaab813c.png", imageAlt: "AI Intelligence" }, { id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaV6AyJ2rYwkkvOc4cYEE5H8aQ/an-illustration-showing-multiple-customi-1772830571535-578b4990.png", imageAlt: "Customization Options" }, - { id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaV6AyJ2rYwkkvOc4cYEE5H8aQ/a-modern-professional-image-showing-a-te-1772830572116-6de08144.png?_wi=1", imageAlt: "Team Collaboration" } + { id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaV6AyJ2rYwkkvOc4cYEE5H8aQ/a-modern-professional-image-showing-a-te-1772830572116-6de08144.png", imageAlt: "Team Collaboration" } ]} autoPlay={true} autoPlayInterval={4000} @@ -93,8 +93,8 @@ export default function LandingPage() { useInvertedBackground={false} className="w-full" containerClassName="w-full" - titleClassName="text-4xl md:text-5xl font-light tracking-tight text-center" - descriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto" + cardTitleClassName="text-4xl md:text-5xl font-light tracking-tight text-center" + cardDescriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto" /> @@ -109,7 +109,7 @@ export default function LandingPage() { { text: "Start Your Project", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaV6AyJ2rYwkkvOc4cYEE5H8aQ/a-modern-professional-image-showing-a-te-1772830572116-6de08144.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaV6AyJ2rYwkkvOc4cYEE5H8aQ/a-modern-professional-image-showing-a-te-1772830572116-6de08144.png" imageAlt="Team Collaboration" useInvertedBackground={false} className="w-full" @@ -139,8 +139,8 @@ export default function LandingPage() { useInvertedBackground={false} className="w-full" containerClassName="w-full" - titleClassName="text-4xl md:text-5xl font-light tracking-tight text-center" - descriptionClassName="text-lg text-foreground/70 text-center" + textBoxTitleClassName="text-4xl md:text-5xl font-light tracking-tight text-center" + textBoxDescriptionClassName="text-lg text-foreground/70 text-center" /> @@ -167,8 +167,8 @@ export default function LandingPage() { useInvertedBackground={false} className="w-full" containerClassName="w-full" - titleClassName="text-4xl md:text-5xl font-light tracking-tight text-center" - descriptionClassName="text-lg text-foreground/70 text-center" + textBoxTitleClassName="text-4xl md:text-5xl font-light tracking-tight text-center" + textBoxDescriptionClassName="text-lg text-foreground/70 text-center" /> @@ -189,8 +189,8 @@ export default function LandingPage() { useInvertedBackground={false} className="w-full" containerClassName="w-full" - titleClassName="text-4xl md:text-5xl font-light tracking-tight text-center" - descriptionClassName="text-lg text-foreground/70 text-center" + textBoxTitleClassName="text-4xl md:text-5xl font-light tracking-tight text-center" + textBoxDescriptionClassName="text-lg text-foreground/70 text-center" /> @@ -201,7 +201,7 @@ export default function LandingPage() { description="Join thousands of creators using Webild AI to build stunning websites in minutes. Start your free trial today with no credit card required." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Start Free Trial" -- 2.49.1