diff --git a/src/app/page.tsx b/src/app/page.tsx index 46d97e1..e7b9f4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,20 +46,20 @@ export default function LandingPage() { title="We Design Brands That Stand Out" description="Premium creative solutions for visionary startups, global brands, and ambitious businesses." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162898.jpg", imageAlt: "Luxury Branding 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-podium-with-lighting-gold-color-yellow-background-podium-stage-award-ceremony-performance-by-artist-stock-3d-redering-illustration_1258-112769.jpg", imageAlt: "Luxury Branding 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg", imageAlt: "Luxury Branding 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/credit-cards-gift-luxury-financial-payment-concept_187299-47955.jpg", imageAlt: "Luxury Branding 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892874.jpg", imageAlt: "Luxury Branding 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-palm-tree-leaves_23-2148229261.jpg", imageAlt: "Luxury Branding 6" } + { imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162898.jpg?_wi=1", imageAlt: "Luxury Branding 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-podium-with-lighting-gold-color-yellow-background-podium-stage-award-ceremony-performance-by-artist-stock-3d-redering-illustration_1258-112769.jpg?_wi=1", imageAlt: "Luxury Branding 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg?_wi=1", imageAlt: "Luxury Branding 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/credit-cards-gift-luxury-financial-payment-concept_187299-47955.jpg?_wi=1", imageAlt: "Luxury Branding 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892874.jpg?_wi=1", imageAlt: "Luxury Branding 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-palm-tree-leaves_23-2148229261.jpg?_wi=1", imageAlt: "Luxury Branding 6" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-palm-tree-leaves_23-2148229261.jpg", imageAlt: "Luxury Branding 6" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892874.jpg", imageAlt: "Luxury Branding 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/credit-cards-gift-luxury-financial-payment-concept_187299-47955.jpg", imageAlt: "Luxury Branding 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg", imageAlt: "Luxury Branding 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-podium-with-lighting-gold-color-yellow-background-podium-stage-award-ceremony-performance-by-artist-stock-3d-redering-illustration_1258-112769.jpg", imageAlt: "Luxury Branding 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162898.jpg", imageAlt: "Luxury Branding 1" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-palm-tree-leaves_23-2148229261.jpg?_wi=2", imageAlt: "Luxury Branding 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892874.jpg?_wi=2", imageAlt: "Luxury Branding 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/credit-cards-gift-luxury-financial-payment-concept_187299-47955.jpg?_wi=2", imageAlt: "Luxury Branding 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg?_wi=2", imageAlt: "Luxury Branding 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-podium-with-lighting-gold-color-yellow-background-podium-stage-award-ceremony-performance-by-artist-stock-3d-redering-illustration_1258-112769.jpg?_wi=2", imageAlt: "Luxury Branding 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162898.jpg?_wi=2", imageAlt: "Luxury Branding 1" } ]} />