From bbc1cc127a7a510850e3b564658af4459870c5f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:00:06 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8dab29a..68bccdc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -111,7 +111,7 @@ export default function AboutPage() { handle: "@jessicadesigns", testimonial: "I went from zero to a stunning portfolio website in 2 hours. The AI understood exactly what I wanted without me having to explain every detail. This is the future of web design.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-desi-1772981934851-3e3b6b66.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-desi-1772981934851-3e3b6b66.png?_wi=3", }, { id: "2", @@ -119,7 +119,7 @@ export default function AboutPage() { handle: "@jamesmorrison", testimonial: "As a non-technical founder, I was intimidated by building a website. Webild AI made it so intuitive. My website looks professional and converts beautifully.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-male-entrepre-1772981932915-b44dc89b.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-male-entrepre-1772981932915-b44dc89b.png?_wi=3", }, { id: "3", @@ -127,7 +127,7 @@ export default function AboutPage() { handle: "@priyapatel", testimonial: "The SEO optimization built right into the builder is insane. Our organic traffic increased 300% within the first month, and we didn't hire any SEO specialist.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981932594-767b1b1d.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981932594-767b1b1d.png?_wi=3", }, { id: "4", @@ -135,7 +135,7 @@ export default function AboutPage() { handle: "@davidchen", testimonial: "Best investment for my startup. Webild AI saved us thousands in design and development costs, and launched us months ahead of schedule.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-asian-male-e-1772981933551-9be58303.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-asian-male-e-1772981933551-9be58303.png?_wi=2", }, { id: "5", @@ -143,7 +143,7 @@ export default function AboutPage() { handle: "@sofiar", testimonial: "The AI content generator produces copy that actually sounds like my brand. I make minor tweaks and it's publication-ready. Incredible time saver.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-latina-woman--1772981933203-43c145de.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-latina-woman--1772981933203-43c145de.png?_wi=2", }, { id: "6", @@ -151,7 +151,7 @@ export default function AboutPage() { handle: "@marcusthompson", testimonial: "Customer support is amazing. But honestly, I rarely need it because the platform is so intuitive. It just works. Highly recommend to anyone building a website.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-african-amer-1772981932374-1148df8e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-african-amer-1772981932374-1148df8e.png?_wi=2", }, ]} showRating={true} @@ -207,7 +207,7 @@ export default function AboutPage() { content: "Yes! You have full ownership of your website. You can export your site's code or migrate to another platform anytime. We want you to stay with us because you love the product, not because you're locked in.", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-helpful-faq-support-interface-showing--1772981933998-25be40a1.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-helpful-faq-support-interface-showing--1772981933998-25be40a1.png?_wi=2" imageAlt="FAQ Help Section" title="Frequently Asked Questions" description="Everything you need to know about Webild AI and how it works" From 295ee1390079030b0525dd32de5e66094ad450ac Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:00:07 +0000 Subject: [PATCH 2/4] Update src/app/features/page.tsx --- src/app/features/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index e76f613..4998c3e 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -86,7 +86,7 @@ export default function FeaturesPage() { title: "AI Design Engine", description: "Our advanced AI analyzes design trends and creates stunning layouts automatically. Say goodbye to design decisions.", tag: "Smart Design", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-abstract-visualization-of-ai-design-g-1772981932986-fde365e1.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-abstract-visualization-of-ai-design-g-1772981932986-fde365e1.png?_wi=2", imageAlt: "AI design generation interface", }, { @@ -94,7 +94,7 @@ export default function FeaturesPage() { title: "Instant Optimization", description: "Built-in SEO, performance, and accessibility optimization. Your site launches perfect from day one.", tag: "Smart SEO", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-performance-metrics-and-optimization-d-1772981933388-55f6026b.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-performance-metrics-and-optimization-d-1772981933388-55f6026b.png?_wi=2", imageAlt: "Performance metrics dashboard", }, { @@ -102,7 +102,7 @@ export default function FeaturesPage() { title: "Content Generation", description: "AI-powered copywriting that matches your brand voice. Never face a blank page again.", tag: "AI Content", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-ai-content-generation-interface-showi-1772981932847-75ae8b5b.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-ai-content-generation-interface-showi-1772981932847-75ae8b5b.png?_wi=2", imageAlt: "Content generation interface", }, ]} @@ -134,7 +134,7 @@ export default function FeaturesPage() { handle: "@jessicadesigns", testimonial: "The AI design engine is incredible. It created layouts I never would have thought of, and they all convert better than my old site.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-desi-1772981934851-3e3b6b66.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-desi-1772981934851-3e3b6b66.png?_wi=2", imageAlt: "Jessica Lee", }, { @@ -143,7 +143,7 @@ export default function FeaturesPage() { handle: "@jamesmorrison", testimonial: "I'm impressed by how the optimization features work. My site loads faster and ranks higher in Google without me lifting a finger.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-male-entrepre-1772981932915-b44dc89b.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-male-entrepre-1772981932915-b44dc89b.png?_wi=2", imageAlt: "James Morrison", }, { @@ -152,7 +152,7 @@ export default function FeaturesPage() { handle: "@priyapatel", testimonial: "The content generation tool saves me hours every week. It understands my brand voice perfectly and creates copy ready to publish.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981932594-767b1b1d.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981932594-767b1b1d.png?_wi=2", imageAlt: "Priya Patel", }, ]} From 06240c2015afc3d5dc901a90a82fc43ebfecb418 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:00:07 +0000 Subject: [PATCH 3/4] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 14b1432..c375445 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1426,6 +1426,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +