diff --git a/src/app/page.tsx b/src/app/page.tsx index 00ef62c..b2bc475 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,16 +56,16 @@ 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" @@ -91,19 +91,19 @@ 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" }, }, ]} @@ -124,13 +124,13 @@ 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"