From 2fee74f92aa7ab432b1b4dcc88483d15e6742931 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 16:08:37 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9cf6383..2b2c13d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -10,9 +10,6 @@ import FaqTwoColumn from "@/components/sections/faq/FaqTwoColumn"; import BlogSimpleCards from "@/components/sections/blog/BlogSimpleCards"; import ContactCta from "@/components/sections/contact/ContactCta"; - -{/* webild-stub @2026-06-14T16:08:26.844Z: Create page: start by creating the main Dashboard page with the dark navy sidebar and stat cards for the Land CRM */} - export default function HomePage() { return ( @@ -149,7 +146,7 @@ export default function HomePage() { quote: "We switched to Flashly six months ago and our open rates have nearly tripled. The AI suggestions are incredibly accurate and save us hours every week.", name: "Sarah Chen", role: "Head of Marketing, Lumino", - imageSrc: "https://storage.googleapis.com/webild/default/templates/ai-email-platform/testimonial-1.webp", + imageSrc: "https://storage.googleapis.com/webild/default/templates/ai-email-platform/testimonial-1.webp?_wi=1", }, { title: "Best ROI on any tool we use", @@ -170,7 +167,7 @@ export default function HomePage() { quote: "Every time we've had a question, the team responds within minutes. The product keeps getting better with every update. Truly world-class.", name: "James Park", role: "CTO, AdScale", - imageSrc: "https://storage.googleapis.com/webild/default/templates/ai-email-platform/testimonial-1.webp", + imageSrc: "https://storage.googleapis.com/webild/default/templates/ai-email-platform/testimonial-1.webp?_wi=2", }, ]} /> -- 2.49.1