Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-06 10:18:40 +00:00
2 changed files with 61 additions and 162 deletions

View File

@@ -34,9 +34,7 @@ export default function AmenitiesServicesPage() {
brandName="Hilton Garden Inn"
navItems={navItems}
button={{
text: "Book Now",
href: "/contact",
}}
text: "Book Now", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -47,37 +45,30 @@ export default function AmenitiesServicesPage() {
description="Experience world-class facilities and services designed to make your stay comfortable and memorable"
features={[
{
title: "Indoor Swimming Pool",
description: "Relax in our heated indoor pool open year-round for guests",
bentoComponent: "media-stack",
items: [
title: "Indoor Swimming Pool", description: "Relax in our heated indoor pool open year-round for guests", bentoComponent: "media-stack", items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-relaxing-deck-chair-by-pool_342744-562.jpg?_wi=2",
imageAlt: "Hotel pool outdoor swimming resort amenity",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-relaxing-deck-chair-by-pool_342744-562.jpg", imageAlt: "Hotel pool outdoor swimming resort amenity"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-relaxing-deck-chair-by-pool_342744-562.jpg", imageAlt: "Hotel pool outdoor swimming resort amenity"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-relaxing-deck-chair-by-pool_342744-562.jpg", imageAlt: "Hotel pool outdoor swimming resort amenity"},
],
},
{
title: "24/7 Fitness Center",
description: "Stay fit with state-of-the-art equipment and cardio machines",
bentoComponent: "media-stack",
items: [
title: "24/7 Fitness Center", description: "Stay fit with state-of-the-art equipment and cardio machines", bentoComponent: "media-stack", items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg?_wi=2",
imageAlt: "Fitness center gym equipment exercise room",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", imageAlt: "Fitness center gym equipment exercise room"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", imageAlt: "Fitness center gym equipment exercise room"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", imageAlt: "Fitness center gym equipment exercise room"},
],
},
{
title: "Free High-Speed WiFi",
description: "Stay connected with complimentary WiFi throughout the hotel",
bentoComponent: "icon-info-cards",
items: [
title: "Free High-Speed WiFi", description: "Stay connected with complimentary WiFi throughout the hotel", bentoComponent: "icon-info-cards", items: [
{
icon: Wifi,
label: "Wireless Coverage",
value: "100% Availability",
},
label: "Wireless Coverage", value: "100% Availability"},
],
},
]}
@@ -93,20 +84,11 @@ export default function AmenitiesServicesPage() {
description="Get answers to questions about our hotel amenities and guest services"
faqs={[
{
id: "1",
title: "What amenities are included with every room?",
content: "All rooms include complimentary WiFi, cable television, work desk, hair dryer, and premium bedding. Select rooms feature mini-refrigerators and microwaves.",
},
id: "1", title: "What amenities are included with every room?", content: "All rooms include complimentary WiFi, cable television, work desk, hair dryer, and premium bedding. Select rooms feature mini-refrigerators and microwaves."},
{
id: "2",
title: "Are there any recreational facilities available?",
content: "Yes, we offer a heated indoor pool, 24/7 fitness center, and business center. Our guests also have access to local recreation areas and parks.",
},
id: "2", title: "Are there any recreational facilities available?", content: "Yes, we offer a heated indoor pool, 24/7 fitness center, and business center. Our guests also have access to local recreation areas and parks."},
{
id: "3",
title: "What is the business center used for?",
content: "Our business center provides computers, printers, and private meeting spaces available 24/7 for business travelers who need to work during their stay.",
},
id: "3", title: "What is the business center used for?", content: "Our business center provides computers, printers, and private meeting spaces available 24/7 for business travelers who need to work during their stay."},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -118,8 +100,7 @@ export default function AmenitiesServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Hotel",
items: [
title: "Hotel", items: [
{ label: "Rooms & Suites", href: "/rooms-suites" },
{ label: "Amenities", href: "/amenities-services" },
{ label: "Dining", href: "/dining" },
@@ -127,8 +108,7 @@ export default function AmenitiesServicesPage() {
],
},
{
title: "Guest Services",
items: [
title: "Guest Services", items: [
{ label: "Location & Attractions", href: "/location-attractions" },
{ label: "Gallery", href: "#gallery" },
{ label: "Special Offers", href: "#offers" },
@@ -136,8 +116,7 @@ export default function AmenitiesServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (718) 555-0123", href: "tel:(718)5550123" },
{ label: "Email: reservations@hgistaatenisland.com", href: "mailto:reservations@hgistaatenisland.com" },
{ label: "Address: 2395 Cebra Avenue, Staten Island, NY 10305", href: "#" },

View File

@@ -10,7 +10,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import Link from "next/link";
import { Wifi, Presentation, ParkingCircle, MapPin } from 'lucide-react';
import { Wifi, Presentation, ParkingCircle, MapPin, Mail } from 'lucide-react';
const navItems = [
{ name: "Rooms", id: "rooms" },
@@ -38,9 +38,7 @@ export default function HomePage() {
brandName="Hilton Garden Inn"
navItems={navItems}
button={{
text: "Book Now",
href: "/contact",
}}
text: "Book Now", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -68,28 +66,13 @@ export default function HomePage() {
description="Discover our thoughtfully designed rooms featuring premium bedding, modern amenities, and stunning views of Staten Island"
products={[
{
id: "1",
name: "Deluxe King Room",
price: "$129/night",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1",
imageAlt: "Deluxe King Room with City View",
initialQuantity: 1,
id: "1", name: "Deluxe King Room", price: "$129/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe King Room with City View", initialQuantity: 1,
},
{
id: "2",
name: "Executive Suite",
price: "$189/night",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2",
imageAlt: "Executive Suite with Living Area",
initialQuantity: 1,
id: "2", name: "Executive Suite", price: "$189/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Executive Suite with Living Area", initialQuantity: 1,
},
{
id: "3",
name: "Accessible Room",
price: "$129/night",
imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571031.jpg?_wi=1",
imageAlt: "Accessible Guest Room",
initialQuantity: 1,
id: "3", name: "Accessible Room", price: "$129/night", imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571031.jpg", imageAlt: "Accessible Guest Room", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -105,72 +88,54 @@ export default function HomePage() {
description="Enjoy premium facilities designed for comfort, wellness, and business success"
features={[
{
title: "Indoor Swimming Pool",
description: "Relax in our heated indoor pool open year-round for guests",
bentoComponent: "media-stack",
items: [
title: "Indoor Swimming Pool", description: "Relax in our heated indoor pool open year-round for guests", bentoComponent: "media-stack", items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-relaxing-deck-chair-by-pool_342744-562.jpg?_wi=1",
imageAlt: "Hotel pool outdoor swimming resort amenity",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-relaxing-deck-chair-by-pool_342744-562.jpg", imageAlt: "Hotel pool outdoor swimming resort amenity"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-relaxing-deck-chair-by-pool_342744-562.jpg", imageAlt: "Hotel pool outdoor swimming resort amenity"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-relaxing-deck-chair-by-pool_342744-562.jpg", imageAlt: "Hotel pool outdoor swimming resort amenity"},
],
},
{
title: "24/7 Fitness Center",
description: "Stay fit with state-of-the-art equipment and cardio machines",
bentoComponent: "media-stack",
items: [
title: "24/7 Fitness Center", description: "Stay fit with state-of-the-art equipment and cardio machines", bentoComponent: "media-stack", items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg?_wi=1",
imageAlt: "Fitness center gym equipment exercise room",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", imageAlt: "Fitness center gym equipment exercise room"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", imageAlt: "Fitness center gym equipment exercise room"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", imageAlt: "Fitness center gym equipment exercise room"},
],
},
{
title: "Free High-Speed WiFi",
description: "Stay connected with complimentary WiFi throughout the hotel",
bentoComponent: "icon-info-cards",
items: [
title: "Free High-Speed WiFi", description: "Stay connected with complimentary WiFi throughout the hotel", bentoComponent: "icon-info-cards", items: [
{
icon: Wifi,
label: "Wireless Coverage",
value: "100% Availability",
},
label: "Wireless Coverage", value: "100% Availability"},
],
},
{
title: "On-Site Dining",
description: "Savor quality cuisine at Lorenzo's Restaurant & Bar",
bentoComponent: "media-stack",
items: [
title: "On-Site Dining", description: "Savor quality cuisine at Lorenzo's Restaurant & Bar", bentoComponent: "media-stack", items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg?_wi=1",
imageAlt: "Hotel restaurant fine dining interior design",
},
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Hotel restaurant fine dining interior design"},
{
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Hotel restaurant fine dining interior design"},
{
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Hotel restaurant fine dining interior design"},
],
},
{
title: "Event Spaces",
description: "Host meetings, conferences, and celebrations in our flexible venues",
bentoComponent: "icon-info-cards",
items: [
title: "Event Spaces", description: "Host meetings, conferences, and celebrations in our flexible venues", bentoComponent: "icon-info-cards", items: [
{
icon: Presentation,
label: "Meeting Rooms",
value: "5 Venues",
},
label: "Meeting Rooms", value: "5 Venues"},
],
},
{
title: "Complimentary Parking",
description: "Ample parking available for all guests at no charge",
bentoComponent: "icon-info-cards",
items: [
title: "Complimentary Parking", description: "Ample parking available for all guests at no charge", bentoComponent: "icon-info-cards", items: [
{
icon: ParkingCircle,
label: "Parking Included",
value: "Complimentary",
},
label: "Parking Included", value: "Complimentary"},
],
},
]}
@@ -186,59 +151,17 @@ export default function HomePage() {
description="Hear from travelers who have experienced the Hilton Garden Inn difference"
testimonials={[
{
id: "1",
title: "Perfect for Business Travel",
quote: "Excellent location with convenient access to major highways and business districts. The rooms are spacious, well-maintained, and the staff goes above and beyond to ensure comfort.",
name: "Michael Johnson",
role: "Business Executive",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Michael Johnson",
},
id: "1", title: "Perfect for Business Travel", quote: "Excellent location with convenient access to major highways and business districts. The rooms are spacious, well-maintained, and the staff goes above and beyond to ensure comfort.", name: "Michael Johnson", role: "Business Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Johnson"},
{
id: "2",
title: "Family-Friendly Getaway",
quote: "Our family loved the pool and the proximity to local attractions. The rooms were clean and comfortable, and breakfast was delicious. We'll definitely return!",
name: "Sarah Mitchell",
role: "Family Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
imageAlt: "Sarah Mitchell",
},
id: "2", title: "Family-Friendly Getaway", quote: "Our family loved the pool and the proximity to local attractions. The rooms were clean and comfortable, and breakfast was delicious. We'll definitely return!", name: "Sarah Mitchell", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Mitchell"},
{
id: "3",
title: "Outstanding Service",
quote: "The front desk staff was incredibly helpful in recommending restaurants and attractions. Our room was spacious and the fitness center exceeded expectations.",
name: "David Chen",
role: "Leisure Guest",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "David Chen",
},
id: "3", title: "Outstanding Service", quote: "The front desk staff was incredibly helpful in recommending restaurants and attractions. Our room was spacious and the fitness center exceeded expectations.", name: "David Chen", role: "Leisure Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"},
{
id: "4",
title: "Great Value for Money",
quote: "Fantastic amenities at a reasonable price point. The free parking and WiFi saved us money, and the location is unbeatable for exploring Staten Island.",
name: "Jennifer Rodriguez",
role: "Budget-Conscious Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg",
imageAlt: "Jennifer Rodriguez",
},
id: "4", title: "Great Value for Money", quote: "Fantastic amenities at a reasonable price point. The free parking and WiFi saved us money, and the location is unbeatable for exploring Staten Island.", name: "Jennifer Rodriguez", role: "Budget-Conscious Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", imageAlt: "Jennifer Rodriguez"},
{
id: "5",
title: "Event Venue Excellence",
quote: "Hosted our company conference here and couldn't be more satisfied. The event team was professional, the facilities were top-notch, and accommodations were excellent.",
name: "Robert Taylor",
role: "Event Planner",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg",
imageAlt: "Robert Taylor",
},
id: "5", title: "Event Venue Excellence", quote: "Hosted our company conference here and couldn't be more satisfied. The event team was professional, the facilities were top-notch, and accommodations were excellent.", name: "Robert Taylor", role: "Event Planner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Robert Taylor"},
{
id: "6",
title: "Warm Hospitality",
quote: "Every staff member treated us like family. From check-in to check-out, the service was impeccable. Looking forward to our next stay!",
name: "Emily Park",
role: "Frequent Guest",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Emily Park",
},
id: "6", title: "Warm Hospitality", quote: "Every staff member treated us like family. From check-in to check-out, the service was impeccable. Looking forward to our next stay!", name: "Emily Park", role: "Frequent Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Park"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -250,10 +173,10 @@ export default function HomePage() {
tag="Stay Connected"
title="Subscribe to Our Newsletter"
description="Get exclusive offers, travel tips, and updates about special promotions delivered directly to your inbox."
tagIcon={MapPin}
tagIcon={Mail}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
imageAlt="Hotel Lobby Interior"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -267,8 +190,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Hotel",
items: [
title: "Hotel", items: [
{ label: "Rooms & Suites", href: "/rooms-suites" },
{ label: "Amenities", href: "/amenities-services" },
{ label: "Dining", href: "/dining" },
@@ -276,8 +198,7 @@ export default function HomePage() {
],
},
{
title: "Guest Services",
items: [
title: "Guest Services", items: [
{ label: "Location & Attractions", href: "/location-attractions" },
{ label: "Gallery", href: "#gallery" },
{ label: "Special Offers", href: "#offers" },
@@ -285,8 +206,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (718) 555-0123", href: "tel:(718)5550123" },
{ label: "Email: reservations@hgistaatenisland.com", href: "mailto:reservations@hgistaatenisland.com" },
{ label: "Address: 2395 Cebra Avenue, Staten Island, NY 10305", href: "#" },