From c6082d10058d727296bc3d2e157e02372bbc0c0c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:29:48 +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 18c686c..fc9f977 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,12 +59,12 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg", imageAlt: "Instagram engagement metrics dashboard" }, - { imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-dark-theme-template_23-2148592860.jpg", imageAlt: "Twitter engagement metrics dashboard" } + { imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg?_wi=1", imageAlt: "Instagram engagement metrics dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-dark-theme-template_23-2148592860.jpg?_wi=1", imageAlt: "Twitter engagement metrics dashboard" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148355297.jpg", imageAlt: "Facebook page management interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mobile-manager_1098-16096.jpg", imageAlt: "LinkedIn professional network analytics" } + { imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148355297.jpg?_wi=1", imageAlt: "Facebook page management interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mobile-manager_1098-16096.jpg?_wi=1", imageAlt: "LinkedIn professional network analytics" } ]} carouselPosition="right" avatars={[ @@ -141,10 +141,10 @@ export default function LandingPage() { useInvertedBackground={true} gridVariant="four-items-2x2-equal-grid" products={[ - { id: "instagram-followers", brand: "Instagram", name: "Followers Package", price: "$4.99", rating: 4.8, reviewCount: "2.3K", imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg", imageAlt: "Instagram followers growth" }, - { id: "tiktok-views", brand: "TikTok", name: "Views Boost", price: "$2.99", rating: 4.9, reviewCount: "3.1K", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148355297.jpg", imageAlt: "TikTok views increase" }, - { id: "youtube-subscribers", brand: "YouTube", name: "Subscriber Package", price: "$6.99", rating: 4.7, reviewCount: "1.8K", imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-dark-theme-template_23-2148592860.jpg", imageAlt: "YouTube subscribers growth" }, - { id: "facebook-likes", brand: "Facebook", name: "Likes Package", price: "$3.49", rating: 4.6, reviewCount: "1.5K", imageSrc: "http://img.b2bpic.net/free-photo/mobile-manager_1098-16096.jpg", imageAlt: "Facebook likes growth" } + { id: "instagram-followers", brand: "Instagram", name: "Followers Package", price: "$4.99", rating: 4.8, reviewCount: "2.3K", imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg?_wi=2", imageAlt: "Instagram followers growth" }, + { id: "tiktok-views", brand: "TikTok", name: "Views Boost", price: "$2.99", rating: 4.9, reviewCount: "3.1K", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148355297.jpg?_wi=2", imageAlt: "TikTok views increase" }, + { id: "youtube-subscribers", brand: "YouTube", name: "Subscriber Package", price: "$6.99", rating: 4.7, reviewCount: "1.8K", imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-dark-theme-template_23-2148592860.jpg?_wi=2", imageAlt: "YouTube subscribers growth" }, + { id: "facebook-likes", brand: "Facebook", name: "Likes Package", price: "$3.49", rating: 4.6, reviewCount: "1.5K", imageSrc: "http://img.b2bpic.net/free-photo/mobile-manager_1098-16096.jpg?_wi=2", imageAlt: "Facebook likes growth" } ]} containerClassName="py-16" textBoxClassName="" -- 2.49.1