diff --git a/src/app/page.tsx b/src/app/page.tsx index 74c77c8..d97a4a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,8 +172,8 @@ export default function LandingPage() { { value: "95%", title: "Guest Satisfaction Rate" } ]} useInvertedBackground={false} - imageSrc={getAssetUrl("about-exterior")} - imageAlt={getAssetAlt("about-exterior")} + imageSrc={getAssetUrl("hero-main")} + imageAlt={getAssetAlt("hero-main")} mediaAnimation="slide-up" /> @@ -308,4 +308,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file