Update src/app/page.tsx

This commit is contained in:
2026-02-15 10:57:06 +00:00
parent 266e367168
commit dfe1678b80

View File

@@ -34,7 +34,7 @@ export default function LuxuryHotelPage() {
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="5-Star Hospitality"
@@ -49,7 +49,7 @@ export default function LuxuryHotelPage() {
socialLinks={[
{ icon: Heart, label: "Favorites", href: "#rooms" },
{ icon: MapPin, label: "Location", href: "#contact" },
{ icon: Star, label: "Reviews", href: "#reviews" }
{ icon: Star, label: "Reviews", href: "#testimonials" }
]}
linkCards={[
{