From b952417fd1450e75d2a987ac09c4bf1e485de002 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:52:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 823812e..6a5be57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -76,7 +76,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Build stunning websites without writing a single line of code" description="Webild empowers anyone to create professional, responsive websites using our intuitive drag-and-drop builder. Design like Photoshop, Edit like Word, Deploy like a Pro." - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Start Building Now", href: "https://webild.io/signup" }, { text: "Watch Demo", href: "#features" }, @@ -84,23 +84,23 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-modern-clean-drag-and-drop-website-bui-1772549325959-60c472d1.png?_wi=1", imageAlt: "Drag-and-drop builder interface with colorful design elements"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-modern-clean-drag-and-drop-website-bui-1772549325959-60c472d1.png", imageAlt: "Drag-and-drop builder interface with colorful design elements"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-visual-website-builder-showing-a-theme-1772549327130-3ac08cc8.png?_wi=1", imageAlt: "Theme selector and component library"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-visual-website-builder-showing-a-theme-1772549327130-3ac08cc8.png", imageAlt: "Theme selector and component library"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-website-designer-workspace-showing-a-d-1772549326448-41348f19.png?_wi=1", imageAlt: "Responsive design preview for multiple devices"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-website-designer-workspace-showing-a-d-1772549326448-41348f19.png", imageAlt: "Responsive design preview for multiple devices"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-website-builder-showing-a-layer-panel--1772549325406-9d50fc4c.png?_wi=1", imageAlt: "Advanced layer panel and properties editor"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-website-builder-showing-a-layer-panel--1772549325406-9d50fc4c.png", imageAlt: "Advanced layer panel and properties editor"}, ]} rightCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-website-designer-workspace-showing-a-d-1772549326448-41348f19.png?_wi=2", imageAlt: "Responsive design preview and device controls"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-website-designer-workspace-showing-a-d-1772549326448-41348f19.png", imageAlt: "Responsive design preview and device controls"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-website-builder-showing-a-layer-panel--1772549325406-9d50fc4c.png?_wi=2", imageAlt: "Layer hierarchy and styling controls"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-website-builder-showing-a-layer-panel--1772549325406-9d50fc4c.png", imageAlt: "Layer hierarchy and styling controls"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-modern-clean-drag-and-drop-website-bui-1772549325959-60c472d1.png?_wi=2", imageAlt: "Interactive canvas with drag-drop elements"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-modern-clean-drag-and-drop-website-bui-1772549325959-60c472d1.png", imageAlt: "Interactive canvas with drag-drop elements"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-visual-website-builder-showing-a-theme-1772549327130-3ac08cc8.png?_wi=2", imageAlt: "Component library and pre-built sections"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-visual-website-builder-showing-a-theme-1772549327130-3ac08cc8.png", imageAlt: "Component library and pre-built sections"}, ]} carouselPosition="right" ariaLabel="Hero section showcasing Webild no-code builder capabilities" @@ -197,17 +197,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Chen, Founder & Designer", date: "Date: 15 December 2024", title: "Finally, a builder that respects my design vision", quote: "I spent years struggling with site builders that limited my creativity. Webild gave me the freedom of Photoshop with the simplicity I needed. I launched my portfolio in a weekend without touching code. Absolutely game-changing.", tag: "Design Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-tech-1772549324715-02fc5d2b.png", avatarAlt: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-tech-1772549324715-02fc5d2b.png?_wi=1", imageAlt: "Sarah Chen, founder presenting her work"}, + id: "1", name: "Sarah Chen, Founder & Designer", date: "Date: 15 December 2024", title: "Finally, a builder that respects my design vision", quote: "I spent years struggling with site builders that limited my creativity. Webild gave me the freedom of Photoshop with the simplicity I needed. I launched my portfolio in a weekend without touching code. Absolutely game-changing.", tag: "Design Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-tech-1772549324715-02fc5d2b.png", avatarAlt: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-tech-1772549324715-02fc5d2b.png", imageAlt: "Sarah Chen, founder presenting her work"}, { - id: "2", name: "Marcus Rivera, Creative Director", date: "Date: 10 December 2024", title: "Cut our web design time in half", quote: "Our agency was spending weeks on client websites. With Webild, we now deliver beautiful, fully responsive sites in days. The layer system and component library are incredible. We've doubled our client capacity without hiring.", tag: "Creative Agency", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-design-1772549326234-2dc6d4bd.png", avatarAlt: "Marcus Rivera", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-design-1772549326234-2dc6d4bd.png?_wi=1", imageAlt: "Marcus Rivera leading design team collaboration"}, + id: "2", name: "Marcus Rivera, Creative Director", date: "Date: 10 December 2024", title: "Cut our web design time in half", quote: "Our agency was spending weeks on client websites. With Webild, we now deliver beautiful, fully responsive sites in days. The layer system and component library are incredible. We've doubled our client capacity without hiring.", tag: "Creative Agency", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-design-1772549326234-2dc6d4bd.png", avatarAlt: "Marcus Rivera", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-design-1772549326234-2dc6d4bd.png", imageAlt: "Marcus Rivera leading design team collaboration"}, { id: "3", name: "Elena Kowalski, E-commerce Owner", date: "Date: 05 December 2024", title: "Professional results without the price tag", quote: "I couldn't afford a web developer for my online store. Webild let me create a stunning, conversion-optimized storefront myself. My sales increased 40% after the redesign. I recommend it to every business owner I meet.", tag: "Business Owner", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-prod-1772549324567-9b342a8f.png", avatarAlt: "Elena Kowalski", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-prod-1772549324567-9b342a8f.png", imageAlt: "Elena Kowalski managing her e-commerce business"}, { id: "4", name: "David Park, Startup Founder", date: "Date: 28 November 2024", title: "MVP launch in record time", quote: "We needed to launch our SaaS landing page in 2 weeks. Webild made it possible without burning developer hours on static pages. The responsive design works perfectly on all devices, and our conversion rate exceeded expectations immediately.", tag: "Startup Founder", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-founde-1772549324188-3a5c2af5.png", avatarAlt: "David Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-founde-1772549324188-3a5c2af5.png", imageAlt: "David Park presenting startup to investors"}, { - id: "5", name: "Nina Abbas, UX Designer", date: "Date: 20 November 2024", title: "Finally bridge the design-dev gap", quote: "As a designer, I always felt lost handing off designs to developers. Webild bridges that gap beautifully. I can design, preview responsively, and even adjust code if needed. It's like Figma met a real web builder.", tag: "Design Lead", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-tech-1772549324715-02fc5d2b.png", avatarAlt: "Nina Abbas", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-tech-1772549324715-02fc5d2b.png?_wi=2", imageAlt: "Nina Abbas at her design workstation"}, + id: "5", name: "Nina Abbas, UX Designer", date: "Date: 20 November 2024", title: "Finally bridge the design-dev gap", quote: "As a designer, I always felt lost handing off designs to developers. Webild bridges that gap beautifully. I can design, preview responsively, and even adjust code if needed. It's like Figma met a real web builder.", tag: "Design Lead", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-tech-1772549324715-02fc5d2b.png", avatarAlt: "Nina Abbas", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-female-tech-1772549324715-02fc5d2b.png", imageAlt: "Nina Abbas at her design workstation"}, { - id: "6", name: "James Mitchell, Agency Partner", date: "Date: 10 November 2024", title: "Turned our bottleneck into our advantage", quote: "Web design used to be our bottleneck. Now it's our superpower. We're faster, deliver higher quality, and our clients love having more design freedom. Webild has been integral to our growth.", tag: "Agency Executive", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-design-1772549326234-2dc6d4bd.png", avatarAlt: "James Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-design-1772549326234-2dc6d4bd.png?_wi=2", imageAlt: "James Mitchell leading agency team"}, + id: "6", name: "James Mitchell, Agency Partner", date: "Date: 10 November 2024", title: "Turned our bottleneck into our advantage", quote: "Web design used to be our bottleneck. Now it's our superpower. We're faster, deliver higher quality, and our clients love having more design freedom. Webild has been integral to our growth.", tag: "Agency Executive", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-design-1772549326234-2dc6d4bd.png", avatarAlt: "James Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIrin2nIOIY75SEIefdYU2BGS/a-professional-headshot-of-a-male-design-1772549326234-2dc6d4bd.png", imageAlt: "James Mitchell leading agency team"}, ]} /> -- 2.49.1