Update src/app/page.tsx
This commit is contained in:
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user