Update src/app/page.tsx

This commit is contained in:
2026-05-14 13:32:32 +00:00
parent 5d995bfe54
commit 92f97e610b

View File

@@ -62,12 +62,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77936.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77936.jpg?_wi=1",
imageAlt: "Art Piece 1",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pens-brushes-cup_23-2148769822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pens-brushes-cup_23-2148769822.jpg?_wi=1",
imageAlt: "Art Piece 2",
},
{
@@ -194,7 +194,7 @@ export default function LandingPage() {
title: "Sustainable",
description: "Eco-friendly wood and recycled materials used in all frames.",
tag: "Eco",
imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77936.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77936.jpg?_wi=2",
imageAlt: "professional headshot dark",
},
{
@@ -202,7 +202,7 @@ export default function LandingPage() {
title: "Global Shipping",
description: "Secure, fast delivery to your door, anywhere in the world.",
tag: "Logistics",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pens-brushes-cup_23-2148769822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pens-brushes-cup_23-2148769822.jpg?_wi=2",
imageAlt: "professional headshot dark",
},
]}