Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 14:55:56 +00:00

View File

@@ -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"
}
]}
/>