Update src/app/page.tsx

This commit is contained in:
2026-05-10 21:40:27 +00:00
parent 42af3276e6
commit 79901e4efb

View File

@@ -63,11 +63,11 @@ export default function LandingPage() {
tag="Authentic Indian Fusion"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-arrangement_23-2148940897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-arrangement_23-2148940897.jpg?_wi=1",
imageAlt: "Plating butter chicken",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg?_wi=1",
imageAlt: "Butter chicken",
},
{
@@ -176,7 +176,7 @@ export default function LandingPage() {
description: "Perfect for private weddings.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>
@@ -197,21 +197,21 @@ export default function LandingPage() {
title: "Vibrant Decor",
description: "Culture in every corner.",
buttonIcon: "Star",
imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-arrangement_23-2148940897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-arrangement_23-2148940897.jpg?_wi=2",
imageAlt: "Front view woman holding sake drink",
},
{
title: "Lounge Atmosphere",
description: "Upscale rooftop energy.",
buttonIcon: "Music",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=2",
imageAlt: "Front view woman holding sake drink",
},
{
title: "Interactive Design",
description: "Cinematic photo-ops everywhere.",
buttonIcon: "Camera",
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg?_wi=2",
imageAlt: "Front view woman holding sake drink",
},
]}