Update src/app/page.tsx

This commit is contained in:
2026-06-03 15:34:10 +00:00
parent f189d85e2e
commit f4e2104fe7

View File

@@ -93,15 +93,15 @@ export default function LandingPage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg?_wi=1",
imageAlt: "Luxurious beauty salon interior with soft lighting", imageAlt: "Luxurious beauty salon interior with soft lighting",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg?_wi=1",
imageAlt: "Client receiving a relaxing massage at a spa", imageAlt: "Client receiving a relaxing massage at a spa",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/large-room-with-large-window-couch-with-pillows-it_188544-27425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/large-room-with-large-window-couch-with-pillows-it_188544-27425.jpg?_wi=1",
imageAlt: "Aesthetician performing a precise skincare treatment", imageAlt: "Aesthetician performing a precise skincare treatment",
}, },
{ {
@@ -156,7 +156,7 @@ export default function LandingPage() {
description: "Indulge in our luxurious facials, advanced skin treatments, and rejuvenation therapies for a healthy, glowing complexion.", description: "Indulge in our luxurious facials, advanced skin treatments, and rejuvenation therapies for a healthy, glowing complexion.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: Sparkles, icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg?_wi=2",
imageAlt: "hair care icon", imageAlt: "hair care icon",
}, },
{ {
@@ -164,7 +164,7 @@ export default function LandingPage() {
description: "Express your style with our exquisite manicures, pedicures, and nail art services, using premium polishes and techniques.", description: "Express your style with our exquisite manicures, pedicures, and nail art services, using premium polishes and techniques.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: Palette, icon: Palette,
imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg?_wi=2",
imageAlt: "hair care icon", imageAlt: "hair care icon",
}, },
{ {
@@ -172,7 +172,7 @@ export default function LandingPage() {
description: "From professional makeup to waxing and lash services, we offer comprehensive solutions to perfect your look for any occasion.", description: "From professional makeup to waxing and lash services, we offer comprehensive solutions to perfect your look for any occasion.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: Eye, icon: Eye,
imageSrc: "http://img.b2bpic.net/free-photo/large-room-with-large-window-couch-with-pillows-it_188544-27425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/large-room-with-large-window-couch-with-pillows-it_188544-27425.jpg?_wi=2",
imageAlt: "hair care icon", imageAlt: "hair care icon",
}, },
]} ]}