Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 10:51:21 +00:00
2 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"},
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"},
{
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"},
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"},
{
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"},
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"},
{
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"},
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"},
]}
/>
</div>
@@ -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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=2", imageAlt: "Analytics and insights dashboard"},
]}
/>
</div>