From cafc470a51a9c3b767e6a6068d5134e6d5f198d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 00:53:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1