diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dd97d5..bbc787a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,53 +54,53 @@ export default function LandingPage() { description="Explore step-by-step blueprints for real-world creations. From furniture to tech, start your next build today." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg?_wi=1", imageAlt: "Chair Blueprint", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg?_wi=1", imageAlt: "Tech Gadget Blueprint", }, { - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg?_wi=1", imageAlt: "Lighting Blueprint", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg?_wi=2", imageAlt: "Chair Blueprint 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg?_wi=2", imageAlt: "Tech Gadget Blueprint 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg?_wi=2", imageAlt: "Lighting Blueprint 2", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg?_wi=3", imageAlt: "Lighting Blueprint 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg?_wi=3", imageAlt: "Tech Gadget Blueprint 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg?_wi=3", imageAlt: "Chair Blueprint 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg?_wi=4", imageAlt: "Lighting Blueprint 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg?_wi=4", imageAlt: "Tech Gadget Blueprint 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg?_wi=4", imageAlt: "Chair Blueprint 4", }, ]} @@ -169,7 +169,7 @@ export default function LandingPage() { tags: [ "Beginner", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg?_wi=5", }, { id: "2", @@ -177,7 +177,7 @@ export default function LandingPage() { tags: [ "Hard", ], - imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg?_wi=5", }, { id: "3", @@ -185,7 +185,7 @@ export default function LandingPage() { tags: [ "Medium", ], - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg?_wi=5", }, ]} title="Categories" @@ -207,7 +207,7 @@ export default function LandingPage() { price: "$45", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg?_wi=6", }, { id: "p2", @@ -216,7 +216,7 @@ export default function LandingPage() { price: "$25", rating: 4, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg?_wi=6", }, { id: "p3", @@ -225,7 +225,7 @@ export default function LandingPage() { price: "$15", rating: 5, reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg?_wi=6", }, { id: "p4", @@ -234,7 +234,7 @@ export default function LandingPage() { price: "$60", rating: 4, reviewCount: "50", - imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg?_wi=7", }, { id: "p5", @@ -243,7 +243,7 @@ export default function LandingPage() { price: "$30", rating: 4, reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg?_wi=7", }, { id: "p6", @@ -252,7 +252,7 @@ export default function LandingPage() { price: "$20", rating: 5, reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg?_wi=7", }, ]} title="Trending Builds" @@ -273,7 +273,7 @@ export default function LandingPage() { quote: "The desk build was incredibly precise.", name: "Alex R.", role: "Maker", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg?_wi=8", }, { id: "t2", @@ -281,7 +281,7 @@ export default function LandingPage() { quote: "Best technical drawings I have used.", name: "Sarah J.", role: "Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg?_wi=8", }, { id: "t3", @@ -289,7 +289,7 @@ export default function LandingPage() { quote: "Easy to follow for a beginner.", name: "Mike B.", role: "Hobbyist", - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg?_wi=8", }, { id: "t4", @@ -297,7 +297,7 @@ export default function LandingPage() { quote: "Love the aesthetic of these prints.", name: "Emma L.", role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-with-male-architect-drawing-new-project-sheet-blueprints-paper-work_482257-31161.jpg?_wi=9", }, { id: "t5", @@ -305,7 +305,7 @@ export default function LandingPage() { quote: "Got my lamp done in a weekend.", name: "David W.", role: "DIYer", - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-white-wall_1203-6722.jpg?_wi=9", }, ]} /> @@ -319,7 +319,7 @@ export default function LandingPage() { }} title="Join BlueprintHub" description="Sign up for early access and build alerts." - imageSrc="http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wrench-blueprint-bolt-washers-technical-drawing_23-2151979286.jpg?_wi=9" mediaAnimation="slide-up" tag="Join Us" />