diff --git a/src/app/page.tsx b/src/app/page.tsx index a621bbc..52678d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,7 @@ export default function HomePage() { title: "Conversion Intelligence", description: "Real-time tracking of every interaction. From form fill to reservation confirmation. Track conversion funnels, identify bottlenecks, optimize immediately.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/visualization-of-real-conversion-data-wi-1772473500011-dba273b5.png", imageAlt: "Conversion metrics dashboard"}, { id: 4, - title: "Production Deployment", description: "Live your system instantly. No staging delays. No deployment friction. Your conversion infrastructure is ready now, not next quarter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png", imageAlt: "Production interface"}, + title: "Production Deployment", description: "Live your system instantly. No staging delays. No deployment friction. Your conversion infrastructure is ready now, not next quarter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png?_wi=1", imageAlt: "Production interface"}, ]} buttons={[{ text: "Explore Full Docs", href: "https://docs.example.com" }]} buttonAnimation="slide-up" diff --git a/src/app/reserve/page.tsx b/src/app/reserve/page.tsx index 1482a58..dc4d21a 100644 --- a/src/app/reserve/page.tsx +++ b/src/app/reserve/page.tsx @@ -87,7 +87,7 @@ export default function ReservePage() { required: true, }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png?_wi=2" imageAlt="Emergent platform interface" mediaAnimation="blur-reveal" mediaPosition="right"