From dc6857fe152aa54b09d7baac9bc8780b7e884a11 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:33:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 650fcb9..55b1487 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { buttons={[{ text: "Get TRENDIZER Now", href: "#product" }]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stock-market-chart-technology-blue-background_53876-124650.jpg", imageAlt: "Dashboard View" + imageSrc: "http://img.b2bpic.net/free-photo/stock-market-chart-technology-blue-background_53876-124650.jpg?_wi=1", imageAlt: "Dashboard View" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stock-market-chart-technology-blue-background_53876-124650.jpg", imageAlt: "AI Trend Analysis" + imageSrc: "http://img.b2bpic.net/free-photo/stock-market-chart-technology-blue-background_53876-124650.jpg?_wi=2", imageAlt: "AI Trend Analysis" } ]} mediaAnimation="slide-up" @@ -81,9 +81,9 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} products={[ - { id: "p1", name: "Basic Trend Pack", price: "$99", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454624.jpg" }, - { id: "p2", name: "Elite Trading Suite", price: "$199", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454624.jpg" }, - { id: "p3", name: "Hedge Fund Pro", price: "$499", variant: "Expert", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454624.jpg" } + { id: "p1", name: "Basic Trend Pack", price: "$99", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454624.jpg?_wi=1" }, + { id: "p2", name: "Elite Trading Suite", price: "$199", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454624.jpg?_wi=2" }, + { id: "p3", name: "Hedge Fund Pro", price: "$499", variant: "Expert", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454624.jpg?_wi=3" } ]} title="The Trendizer Pack" description="High-accuracy trading prompts for modern markets." @@ -96,11 +96,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Alex K.", handle: "@crypto_pro", testimonial: "The signals are so much clearer now. No more guessing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg" }, - { id: "t2", name: "Sam R.", handle: "@trader_sam", testimonial: "This system saved me so much time analyzing charts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg" }, - { id: "t3", name: "Jamie L.", handle: "@logic_jamie", testimonial: "Finally, a tool that focuses on logic instead of hype.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg" }, - { id: "t4", name: "Marcus V.", handle: "@v_trading", testimonial: "The AI levels are consistently accurate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg" }, - { id: "t5", name: "Sarah P.", handle: "@sarah_trades", testimonial: "Beginner friendly and incredibly effective.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg" } + { id: "t1", name: "Alex K.", handle: "@crypto_pro", testimonial: "The signals are so much clearer now. No more guessing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg?_wi=1" }, + { id: "t2", name: "Sam R.", handle: "@trader_sam", testimonial: "This system saved me so much time analyzing charts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg?_wi=2" }, + { id: "t3", name: "Jamie L.", handle: "@logic_jamie", testimonial: "Finally, a tool that focuses on logic instead of hype.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg?_wi=3" }, + { id: "t4", name: "Marcus V.", handle: "@v_trading", testimonial: "The AI levels are consistently accurate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg?_wi=4" }, + { id: "t5", name: "Sarah P.", handle: "@sarah_trades", testimonial: "Beginner friendly and incredibly effective.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/music-production-team-examining-volume-levels-audio-software_482257-115909.jpg?_wi=5" } ]} showRating={true} title="Market Results" @@ -129,7 +129,7 @@ export default function LandingPage() { tag="GET STARTED" title="Start Trading Smarter Today" description="Join thousands of traders using Trendizer." - imageSrc="http://img.b2bpic.net/free-photo/stock-market-chart-technology-blue-background_53876-124650.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stock-market-chart-technology-blue-background_53876-124650.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1