diff --git a/src/app/page.tsx b/src/app/page.tsx index ea682c9..bda62dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { { text: "Contact Me", href: "#contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916727.jpg", imageAlt: "Handmade leather bag" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-home-office-using-cad-software-arranging-furniture_482257-119046.jpg", imageAlt: "Digital design interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916727.jpg?_wi=1", imageAlt: "Handmade leather bag" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-home-office-using-cad-software-arranging-furniture_482257-119046.jpg?_wi=1", imageAlt: "Digital design interface" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-paint-desk-concept_23-2148697057.jpg", imageAlt: "Creative workspace" }, - { imageSrc: "http://img.b2bpic.net/free-photo/back-view-artisan-holding-tools_23-2150104789.jpg", imageAlt: "Artisan leather work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046457.jpg", imageAlt: "Designer clutch details" }, + { imageSrc: "http://img.b2bpic.net/free-photo/back-view-artisan-holding-tools_23-2150104789.jpg?_wi=1", imageAlt: "Artisan leather work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046457.jpg?_wi=1", imageAlt: "Designer clutch details" }, ]} mediaAnimation="blur-reveal" /> @@ -75,10 +75,10 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { id: "bag1", brand: "Studio", name: "Minimalist Tote", price: "$340", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/back-view-artisan-holding-tools_23-2150104789.jpg" }, + { id: "bag1", brand: "Studio", name: "Minimalist Tote", price: "$340", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/back-view-artisan-holding-tools_23-2150104789.jpg?_wi=2" }, { id: "bag2", brand: "Studio", name: "Classic Clutch", price: "$180", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/accessories-nail-polish_23-2147710692.jpg" }, { id: "bag3", brand: "Studio", name: "Leather Crossbody", price: "$290", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576840.jpg" }, - { id: "bag4", brand: "Studio", name: "Signature Satchel", price: "$420", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046457.jpg" }, + { id: "bag4", brand: "Studio", name: "Signature Satchel", price: "$420", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046457.jpg?_wi=2" }, { id: "bag5", brand: "Studio", name: "Structured Tote", price: "$380", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/wallet-with-crisis_23-2148542021.jpg" }, { id: "bag6", brand: "Studio", name: "Artisan Wallet", price: "$120", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33221.jpg" }, ]} @@ -95,7 +95,7 @@ export default function LandingPage() { features={[ { title: "Web Design", description: "Modern, responsive websites with a focus on conversion and clean aesthetics.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-home-office-using-cad-software-arranging-furniture_482257-119046.jpg", imageAlt: "Web Design"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-home-office-using-cad-software-arranging-furniture_482257-119046.jpg?_wi=2", imageAlt: "Web Design"}, items: [ { icon: Code, text: "Custom Development" }, { icon: Palette, text: "UI/UX Design" }, @@ -104,7 +104,7 @@ export default function LandingPage() { }, { title: "Bespoke Leather Craft", description: "Custom handmade leather bags created with sustainable, premium materials.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916727.jpg", imageAlt: "Leather Craft"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916727.jpg?_wi=2", imageAlt: "Leather Craft"}, items: [ { icon: Scissors, text: "Handmade Craft" }, { icon: Sparkles, text: "Premium Materials" },