Update src/app/page.tsx

This commit is contained in:
2026-04-02 19:20:03 +00:00
parent d3d1f5fd2e
commit aed7e35b00

View File

@@ -66,15 +66,15 @@ export default function LandingPage() {
imageAlt: "Macro nature hero image",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg?_wi=1",
imageAlt: "Majestic mountain range",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162825.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162825.jpg?_wi=1",
imageAlt: "Modern architecture shot",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443799.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443799.jpg?_wi=1",
imageAlt: "Intricate macro detail",
},
]}
@@ -96,7 +96,7 @@ export default function LandingPage() {
id: "1",
name: "Nature Landscapes",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg?_wi=2",
},
{
id: "2",
@@ -108,7 +108,7 @@ export default function LandingPage() {
id: "3",
name: "Modern Architecture",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162825.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162825.jpg?_wi=2",
},
{
id: "4",
@@ -126,7 +126,7 @@ export default function LandingPage() {
id: "6",
name: "Macro Details",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443799.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443799.jpg?_wi=2",
},
]}
title="Explore Our Collections"