diff --git a/src/app/page.tsx b/src/app/page.tsx index cb3203b..1e1550e 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={[ @@ -140,10 +140,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" titleClassName="text-4xl md:text-5xl font-extrabold"