From 6a52eeb47eb36a21805c0061bae96966e0a3488b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:52:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b24436..ccedf7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { description="UXOverflow delivers structured, actionable UX feedback for founders, product designers, and PMs who build digital products but lack in-house expertise. Get professional-grade feedback at a fraction of the cost." tag="The UX Feedback Platform" tagIcon={Zap} - background={{ variant: "aurora" }} + background={{ variant: "animated-grid" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-sleek-saas-dashboard-interface--1772967030992-d8f4ed30.png" imageAlt="UXOverflow feedback dashboard interface" buttons={[ @@ -91,16 +91,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Upload Your Product", description: "Share your app, website, or prototype with a secure link. No installation needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/screenshot-showing-a-structured-feedback-1772967031420-5c8f2b29.png?_wi=1"}, + title: "Upload Your Product", description: "Share your app, website, or prototype with a secure link. No installation needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/screenshot-showing-a-structured-feedback-1772967031420-5c8f2b29.png"}, { id: 2, - title: "Invite Expert Reviewers", description: "Select reviewers from our vetted pool of UX experts, PMs, and designers tailored to your product.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/collaborative-interface-showing-multiple-1772967031130-7acf5dce.png?_wi=1"}, + title: "Invite Expert Reviewers", description: "Select reviewers from our vetted pool of UX experts, PMs, and designers tailored to your product.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/collaborative-interface-showing-multiple-1772967031130-7acf5dce.png"}, { id: 3, - title: "Receive Structured Feedback", description: "Get organized, actionable feedback with prioritized insights and recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/analytics-dashboard-showing-prioritized--1772967030750-50a3690e.png?_wi=1"}, + title: "Receive Structured Feedback", description: "Get organized, actionable feedback with prioritized insights and recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/analytics-dashboard-showing-prioritized--1772967030750-50a3690e.png"}, { id: 4, - title: "Iterate Faster", description: "Track feedback, implement changes, and re-submit for follow-up reviews in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/screenshot-showing-a-structured-feedback-1772967031420-5c8f2b29.png?_wi=2"}, + title: "Iterate Faster", description: "Track feedback, implement changes, and re-submit for follow-up reviews in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/screenshot-showing-a-structured-feedback-1772967031420-5c8f2b29.png"}, ]} /> @@ -116,11 +116,11 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Real-Time Collaboration", price: "Always Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/collaborative-interface-showing-multiple-1772967031130-7acf5dce.png?_wi=2", imageAlt: "Real-time team collaboration"}, + id: "1", name: "Real-Time Collaboration", price: "Always Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/collaborative-interface-showing-multiple-1772967031130-7acf5dce.png", imageAlt: "Real-time team collaboration"}, { - id: "2", name: "Structured Feedback Forms", price: "Always Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/screenshot-showing-a-structured-feedback-1772967031420-5c8f2b29.png?_wi=3", imageAlt: "Structured feedback interface"}, + id: "2", name: "Structured Feedback Forms", price: "Always Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/screenshot-showing-a-structured-feedback-1772967031420-5c8f2b29.png", imageAlt: "Structured feedback interface"}, { - id: "3", name: "Actionable Insights", price: "Always Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/analytics-dashboard-showing-prioritized--1772967030750-50a3690e.png?_wi=2", imageAlt: "Analytics and insights dashboard"}, + id: "3", name: "Actionable Insights", price: "Always Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/analytics-dashboard-showing-prioritized--1772967030750-50a3690e.png", imageAlt: "Analytics and insights dashboard"}, ]} /> @@ -163,6 +163,9 @@ export default function LandingPage() { tag="Partners & Customers" textboxLayout="default" useInvertedBackground={false} + names={[ + "Acme Corp", "TechFlow", "Innovate Inc", "CloudSync", "DataSync", "CloudPlatform", "InnovateLabs", "BuildTech" + ]} logos={[ "http://img.b2bpic.net/free-psd/festival-lights-celebration-landing-page_23-2150850354.jpg", "http://img.b2bpic.net/free-vector/infographics-design-template_1375-681.jpg", "http://img.b2bpic.net/free-vector/flat-business-card-template_23-2148121233.jpg", "http://img.b2bpic.net/free-vector/fintech-business-elements_24908-56733.jpg", "http://img.b2bpic.net/free-vector/v-logo-collection-concept_23-2148610195.jpg", "http://img.b2bpic.net/free-vector/flat-design-cms-concept_23-2148821228.jpg", "http://img.b2bpic.net/free-vector/infographic-element-collection_23-2147526468.jpg", "http://img.b2bpic.net/free-photo/desk-with-sticky-note-message_23-2148636912.jpg"]} speed={40} -- 2.49.1