From debc52a28a9b98bbc2a9e3746ab3555740b64418 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:18:57 +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 cbffc21..4d6eaae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,13 +56,13 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg", imageAlt: "Landing page design showcase"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=1", imageAlt: "Landing page design showcase"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-psd/design-strategy-instagram-posts_23-2150510228.jpg", imageAlt: "Social media design portfolio"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-psd/design-strategy-instagram-posts_23-2150510228.jpg?_wi=1", imageAlt: "Social media design portfolio"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg", imageAlt: "Minimalist interface design"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg?_wi=1", imageAlt: "Minimalist interface design"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg", imageAlt: "Design case study showcase"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=1", imageAlt: "Design case study showcase"}, { id: "5", imageSrc: "http://img.b2bpic.net/free-vector/gradient-brutalism-template-design_23-2149695425.jpg", imageAlt: "Creative brand design"}, { @@ -85,16 +85,16 @@ export default function LandingPage() { { id: 1, title: "Landing Page Design", description: "Strategic, conversion-optimized landing pages that tell your brand story and drive meaningful action. Built for startups and established businesses seeking growth.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg?_wi=2"}, }, { id: 2, title: "Social Media Design", description: "Cohesive, eye-catching social media visuals that strengthen brand identity and boost engagement across all platforms. From Instagram to LinkedIn.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-psd/design-strategy-instagram-posts_23-2150510228.jpg"}, + imageSrc: "http://img.b2bpic.net/free-psd/design-strategy-instagram-posts_23-2150510228.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=2"}, }, ]} showStepNumbers={true} @@ -114,11 +114,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "TechFlow Landing Page", price: "SaaS Platform", imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg", imageAlt: "TechFlow landing page design"}, + id: "1", name: "TechFlow Landing Page", price: "SaaS Platform", imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=3", imageAlt: "TechFlow landing page design"}, { - id: "2", name: "StartupX Social Campaign", price: "Social Media", imageSrc: "http://img.b2bpic.net/free-psd/design-strategy-instagram-posts_23-2150510228.jpg", imageAlt: "StartupX social media design"}, + id: "2", name: "StartupX Social Campaign", price: "Social Media", imageSrc: "http://img.b2bpic.net/free-psd/design-strategy-instagram-posts_23-2150510228.jpg?_wi=3", imageAlt: "StartupX social media design"}, { - id: "3", name: "EcommercePro Brand", price: "E-Commerce", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg", imageAlt: "EcommercePro brand design"}, + id: "3", name: "EcommercePro Brand", price: "E-Commerce", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=3", imageAlt: "EcommercePro brand design"}, ]} gridVariant="three-columns-all-equal-width" carouselMode="auto" -- 2.49.1