diff --git a/src/app/page.tsx b/src/app/page.tsx index d3e2df1..a82b115 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { 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" /> @@ -105,7 +105,7 @@ export default function LandingPage() { bentoComponent: "media-stack", 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", }, { @@ -117,7 +117,7 @@ export default function LandingPage() { 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", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { description: "Looking forward to all the birthdays ahead.", bentoComponent: "reveal-icon", 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", }, ]}