From 601811159a6a89d1f666ddad446c52a684702aed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 07:00:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a8e76a..00ed62e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { tag="Elevate your design" buttons={[{ text: "Start building", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg", imageAlt: "Dashboard UI design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-analytics-dashboard_23-2151957122.jpg", imageAlt: "Mobile App UI" } + { imageSrc: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg?_wi=1", imageAlt: "Dashboard UI design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-analytics-dashboard_23-2151957122.jpg?_wi=1", imageAlt: "Mobile App UI" } ]} mediaAnimation="slide-up" rating={5} @@ -120,12 +120,12 @@ export default function LandingPage() { { id: "pro", title: "Professional", price: "$149", period: "/mo", features: ["Advanced Analytics", "Cloud Storage", "API Access"], button: { text: "Get Started" }, - imageSrc: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg?_wi=2" }, { id: "enterprise", title: "Enterprise", price: "$499", period: "/mo", features: ["Custom Automation", "Priority Support", "Dedicated Manager"], button: { text: "Contact Us" }, - imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-analytics-dashboard_23-2151957122.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-analytics-dashboard_23-2151957122.jpg?_wi=2" }, ]} title="Flexible pricing for every size." -- 2.49.1