From c6514a60d45a4ef8278c6f064054a222fe54838a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:41:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b797a6a..82c6e88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,10 @@ export default function LandingPage() { description="Transform your real estate agency into a 24/7 lead generation powerhouse. Limited launch entry price, permanent high-end results." buttons={[{ text: "Claim One of 5 Spots", href: "#pricing" }]} carouselItems={[ - { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg", imageAlt: "Mobile UI 1" }, - { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg", imageAlt: "Mobile UI 2" }, - { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-concept_23-2149880608.jpg", imageAlt: "Mobile UI 3" }, - { id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", imageAlt: "Mobile UI 4" }, + { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg?_wi=1", imageAlt: "Mobile UI 1" }, + { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg?_wi=1", imageAlt: "Mobile UI 2" }, + { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-concept_23-2149880608.jpg?_wi=1", imageAlt: "Mobile UI 3" }, + { id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=1", imageAlt: "Mobile UI 4" }, { id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920972.jpg", imageAlt: "Mobile UI 5" }, { id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-coffee-using-smartphone-business-center_171337-19948.jpg", imageAlt: "Mobile UI 6" } ]} @@ -128,10 +128,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", title: "Lifetime Advantage", quote: "Be among the elite first five.", name: "Founding", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-white-background_9975-133803.jpg" }, - { id: "2", title: "Okay Coins Bonus", quote: "Reward after 10 months.", name: "Founding", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg" }, - { id: "3", title: "Direct Priority", quote: "VIP support forever.", name: "Founding", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg" }, - { id: "4", title: "Strategic Growth", quote: "The system evolves with you.", name: "Founding", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-concept_23-2149880608.jpg" }, - { id: "5", title: "Price Lock", quote: "Never pay more for setup.", name: "Founding", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg" }, + { id: "2", title: "Okay Coins Bonus", quote: "Reward after 10 months.", name: "Founding", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg?_wi=2" }, + { id: "3", title: "Direct Priority", quote: "VIP support forever.", name: "Founding", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg?_wi=2" }, + { id: "4", title: "Strategic Growth", quote: "The system evolves with you.", name: "Founding", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-concept_23-2149880608.jpg?_wi=2" }, + { id: "5", title: "Price Lock", quote: "Never pay more for setup.", name: "Founding", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=2" }, ]} title="Exclusive Founding Benefits." description="Join the first 5 clients to receive early access and extra rewards." -- 2.49.1