diff --git a/src/app/page.tsx b/src/app/page.tsx index a6fe73c..fc0a93e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Visit Us Today", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building-plants_23-2149301099.jpg?_wi=1" + imageSrc="https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?q=80&w=2670&auto=format&fit=crop" imageAlt="Arcade Books exterior" mediaAnimation="blur-reveal" avatars={[ @@ -233,4 +233,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}