Update src/app/page.tsx

This commit is contained in:
2026-04-23 21:57:37 +00:00
parent 59d939a8e5
commit 29c5e191c8

View File

@@ -59,15 +59,15 @@ export default function LandingPage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-long-candles-dark-wall_179666-39563.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-long-candles-dark-wall_179666-39563.jpg?_wi=1",
imageAlt: "Gothic sanctuary interior", imageAlt: "Gothic sanctuary interior",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/skull-candle-arrangement-still-life_23-2150569394.jpg", imageSrc: "http://img.b2bpic.net/free-photo/skull-candle-arrangement-still-life_23-2150569394.jpg?_wi=1",
imageAlt: "Curated dark decor", imageAlt: "Curated dark decor",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/vintage-objects-arrangement-still-life_23-2150348594.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vintage-objects-arrangement-still-life_23-2150348594.jpg?_wi=1",
imageAlt: "Atmospheric boutique detail", imageAlt: "Atmospheric boutique detail",
}, },
{ {
@@ -103,7 +103,7 @@ export default function LandingPage() {
description: "A sensory shopping experience like no other.", description: "A sensory shopping experience like no other.",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/girl-keeps-chair-leans-wall-with-paintings-cafe_8353-9341.jpg" imageSrc="http://img.b2bpic.net/free-photo/girl-keeps-chair-leans-wall-with-paintings-cafe_8353-9341.jpg?_wi=1"
imageAlt="Sinister Sisters boutique interior" imageAlt="Sinister Sisters boutique interior"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
@@ -125,28 +125,28 @@ export default function LandingPage() {
title: "Seasonal Collections", title: "Seasonal Collections",
description: "Changing displays to match the shifting seasons.", description: "Changing displays to match the shifting seasons.",
buttonIcon: "Sparkles", buttonIcon: "Sparkles",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-long-candles-dark-wall_179666-39563.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-white-long-candles-dark-wall_179666-39563.jpg?_wi=2",
imageAlt: "gothic vintage pocket watch decor", imageAlt: "gothic vintage pocket watch decor",
}, },
{ {
title: "Artisan Partnerships", title: "Artisan Partnerships",
description: "Supporting local makers of dark luxury art.", description: "Supporting local makers of dark luxury art.",
buttonIcon: "Award", buttonIcon: "Award",
imageSrc: "http://img.b2bpic.net/free-photo/skull-candle-arrangement-still-life_23-2150569394.jpg", imageSrc: "http://img.b2bpic.net/free-photo/skull-candle-arrangement-still-life_23-2150569394.jpg?_wi=2",
imageAlt: "gothic vintage pocket watch decor", imageAlt: "gothic vintage pocket watch decor",
}, },
{ {
title: "Global Sourcing", title: "Global Sourcing",
description: "Finding the rare and unusual worldwide.", description: "Finding the rare and unusual worldwide.",
buttonIcon: "Shield", buttonIcon: "Shield",
imageSrc: "http://img.b2bpic.net/free-photo/vintage-objects-arrangement-still-life_23-2150348594.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vintage-objects-arrangement-still-life_23-2150348594.jpg?_wi=2",
imageAlt: "gothic vintage pocket watch decor", imageAlt: "gothic vintage pocket watch decor",
}, },
{ {
title: "Bespoke Framing", title: "Bespoke Framing",
description: "Custom-fitted ornate frames for your dark collection.", description: "Custom-fitted ornate frames for your dark collection.",
buttonIcon: "Frame", buttonIcon: "Frame",
imageSrc: "http://img.b2bpic.net/free-photo/girl-keeps-chair-leans-wall-with-paintings-cafe_8353-9341.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-keeps-chair-leans-wall-with-paintings-cafe_8353-9341.jpg?_wi=2",
imageAlt: "gothic vintage pocket watch decor", imageAlt: "gothic vintage pocket watch decor",
}, },
]} ]}