Update src/app/page.tsx

This commit is contained in:
2026-05-07 07:28:38 +00:00
parent ad11f266d5
commit 5e6b277d6b

View File

@@ -49,6 +49,9 @@ export default function LandingPage() {
title="A Royal Legacy in the Heart of London"
description="Experience timeless British elegance and 5-star service where history meets modern refinement."
tag="Five-Star Luxury Experience"
buttons={[
{ text: "Book Your Stay", href: "#contact" }
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-motorcycle-headlight-automobile_1203-6158.jpg", imageAlt: "Hotel Entrance"},
@@ -232,4 +235,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}