Update src/app/page.tsx

This commit is contained in:
2026-04-09 04:56:35 +00:00
parent 9867443fe0
commit 4e4bcdb1e1

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
href: "#about", href: "#about",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/white-pink-birthday-balloons-against-white-background_23-2148092606.jpg" imageSrc="http://img.b2bpic.net/free-photo/white-pink-birthday-balloons-against-white-background_23-2148092606.jpg?_wi=1"
imageAlt="Birthday celebration background" imageAlt="Birthday celebration background"
/> />
</div> </div>
@@ -105,7 +105,7 @@ export default function LandingPage() {
bentoComponent: "media-stack", bentoComponent: "media-stack",
items: [ items: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-calm-chill-beverage-resting-enjoy-concept_53876-42609.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-calm-chill-beverage-resting-enjoy-concept_53876-42609.jpg?_wi=1",
imageAlt: "Our early days", imageAlt: "Our early days",
}, },
{ {
@@ -117,7 +117,7 @@ export default function LandingPage() {
imageAlt: "Adventure 2", imageAlt: "Adventure 2",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/white-pink-birthday-balloons-against-white-background_23-2148092606.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-pink-birthday-balloons-against-white-background_23-2148092606.jpg?_wi=2",
imageAlt: "romantic birthday celebration background warm lighting", imageAlt: "romantic birthday celebration background warm lighting",
}, },
{ {
@@ -133,7 +133,7 @@ export default function LandingPage() {
description: "Looking forward to all the birthdays ahead.", description: "Looking forward to all the birthdays ahead.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: Calendar, icon: Calendar,
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-calm-chill-beverage-resting-enjoy-concept_53876-42609.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-calm-chill-beverage-resting-enjoy-concept_53876-42609.jpg?_wi=2",
imageAlt: "romantic memory timeline polaroid", imageAlt: "romantic memory timeline polaroid",
}, },
]} ]}