Update src/app/blog/page.tsx

This commit is contained in:
2026-01-29 13:50:18 +00:00
parent a7f3e897a0
commit 6497e72f63

View File

@@ -125,7 +125,7 @@ export default function BlogPage() {
)}
<FooterMedia
imageSrc="asset://footer-hotel-night"
imageSrc="https://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"
imageAlt="Luxury Hotel at Night"
logoText="Luxury Hotels"
copyrightText="© 2025 Luxury Hotels. All rights reserved."
@@ -159,4 +159,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}