From 8169d7b5278d78c6684844285355639adfe74d6c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:55:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2186e7e..c4096db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/laptop-airport-lounge_53876-143023.jpg" + imageSrc="http://img.b2bpic.net/free-photo/laptop-airport-lounge_53876-143023.jpg?_wi=1" imageAlt="Premium laptop showcase" mediaAnimation="opacity" frameStyle="card" @@ -68,13 +68,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "ProBook Elite 15", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-coffee-cup-plant_23-2147962678.jpg", imageAlt: "ProBook Elite 15 laptop" + id: "1", name: "ProBook Elite 15", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-coffee-cup-plant_23-2147962678.jpg?_wi=1", imageAlt: "ProBook Elite 15 laptop" }, { - id: "2", name: "UltraportBook Air", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-handsome-readhead-bearded-man-white-shirt-using-laptop-his-workplace_171337-9870.jpg", imageAlt: "UltraportBook Air laptop" + id: "2", name: "UltraportBook Air", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-handsome-readhead-bearded-man-white-shirt-using-laptop-his-workplace_171337-9870.jpg?_wi=1", imageAlt: "UltraportBook Air laptop" }, { - id: "3", name: "GameForce Pro 17", price: "$1,799", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241200.jpg", imageAlt: "GameForce Pro 17 laptop" + id: "3", name: "GameForce Pro 17", price: "$1,799", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241200.jpg?_wi=1", imageAlt: "GameForce Pro 17 laptop" } ]} /> @@ -90,19 +90,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Lightning Fast Performance", description: "Latest processors and high-speed SSDs deliver instant boot times and smooth multitasking for professionals and gamers alike.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-airport-lounge_53876-143023.jpg" + title: "Lightning Fast Performance", description: "Latest processors and high-speed SSDs deliver instant boot times and smooth multitasking for professionals and gamers alike.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-airport-lounge_53876-143023.jpg?_wi=2" }, { id: 2, - title: "Premium Build Quality", description: "Crafted from aluminum and premium materials, our laptops offer durability with sleek modern aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-coffee-cup-plant_23-2147962678.jpg" + title: "Premium Build Quality", description: "Crafted from aluminum and premium materials, our laptops offer durability with sleek modern aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-coffee-cup-plant_23-2147962678.jpg?_wi=2" }, { id: 3, - title: "All-Day Battery Life", description: "Work anywhere with batteries lasting up to 16 hours, perfect for travel and on-the-go productivity.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-handsome-readhead-bearded-man-white-shirt-using-laptop-his-workplace_171337-9870.jpg" + title: "All-Day Battery Life", description: "Work anywhere with batteries lasting up to 16 hours, perfect for travel and on-the-go productivity.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-handsome-readhead-bearded-man-white-shirt-using-laptop-his-workplace_171337-9870.jpg?_wi=2" }, { id: 4, - title: "Stunning Displays", description: "4K and high-refresh-rate screens with vivid colors provide an immersive visual experience for work and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241200.jpg" + title: "Stunning Displays", description: "4K and high-refresh-rate screens with vivid colors provide an immersive visual experience for work and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241200.jpg?_wi=2" } ]} /> -- 2.49.1