Update src/app/page.tsx

This commit is contained in:
2026-03-05 07:39:40 +00:00
parent 14ad7ce1d8
commit fce74b11ab

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
description="Comfortable Stay in the Heart of Vijayapura — Premium rooms, exceptional hospitality, and a convenient location on Athani Road."
buttons={[
{ text: "📞 Call Now", href: "tel:+918XXXXXXXX" },
{ text: "Reserve Your Room Now", href: "#contact" },
{ text: "Book Your Stay", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg"
imageAlt="Hotel Town Palace Luxury Lobby"
@@ -60,7 +60,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Why Choose Hotel Town Palace?"
description={[
"Trusted by families, business travelers, and tourists visiting Vijayapura and Bijapur.", "⭐ 4.7-star rating with 6,800+ verified guest reviews. Located on prime Athani Road with easy access to historical sites and local attractions."]}
"⭐ 4.7-star rating with 6,800+ verified guest reviews. Guests love our attention to detail, exceptional service, and premium accommodations.", "Trusted by families, business travelers, and tourists visiting Vijayapura and Bijapur. Located on prime Athani Road with easy access to historical sites and local attractions."
]}
buttons={[{ text: "View Our Rooms", href: "#rooms" }]}
useInvertedBackground={false}
showBorder={true}