Merge version_2 into main #1
@@ -11,8 +11,8 @@ import { Mulish } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Juraya Guest House | Your Perfect Getaway',
|
||||
description: 'Experience unparalleled comfort and warm hospitality at Juraya Guest House. Book your tranquil escape with spacious rooms, modern amenities, and personalized service.',
|
||||
title: 'Hampton House Guest House | Pretoria, South Africa',
|
||||
description: 'Experience unparalleled comfort and warm South African hospitality at Hampton House Guest House, located at 95 Durham Rd, Clubview, Pretoria, 0014. Book your tranquil escape with luxurious rooms, modern amenities, and personalized service.',
|
||||
keywords: ["guest house, hotel, accommodation, vacation rental, peaceful retreat, comfortable stay, Juraya, booking, luxury rooms"],
|
||||
openGraph: {
|
||||
"title": "Juraya Guest House | Your Perfect Getaway",
|
||||
|
||||
849
src/app/page.tsx
849
src/app/page.tsx
@@ -2,547 +2,348 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import { DollarSign, Home, Star, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="semibold"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "#rooms",
|
||||
},
|
||||
{
|
||||
name: "Rates",
|
||||
id: "#rates",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="Juraya Guest House"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Rooms", id: "#rooms"},
|
||||
{
|
||||
name: "Rates", id: "#rates"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Hampton House Guest House"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Your Perfect Getaway at Juraya Guest House"
|
||||
description="Experience unparalleled comfort, warm hospitality, and a tranquil escape at Juraya. Discover spacious rooms, modern amenities, and personalized service designed for a memorable stay."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cropped-shot-dark-skinned-smiling-young-woman-with-afro-hairstyle-dressed-casual-summer-clothing_273609-3169.jpg",
|
||||
alt: "Happy guest Sarah",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-texting-cell-phone-while-relaxing-cafe-looking-away_637285-3554.jpg",
|
||||
alt: "Satisfied guest Michael",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-man-beach-with-camera_23-2148641931.jpg",
|
||||
alt: "Relaxed guest Emily",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-red-haired-woman-african-american-man_273609-12246.jpg",
|
||||
alt: "Happy couple David & Lisa",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5294.jpg",
|
||||
alt: "Beautiful African-American woman in cafe",
|
||||
},
|
||||
]}
|
||||
avatarText="Loved by thousands of happy travelers!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay Now",
|
||||
href: "#rooms",
|
||||
},
|
||||
{
|
||||
text: "Explore Our Amenities",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool-hotel_1150-11073.jpg",
|
||||
alt: "luxurious guest house exterior sunny day",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/sunbeds-grass-summer_116348-81.jpg",
|
||||
alt: "sunbeds on the grass in summer",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-neary-sea-ocean-beach-with-blue-sky-white-cloud_74190-8483.jpg",
|
||||
alt: "Umbrella and chair around swimming pool neary sea ocean beach with blue sky and white cloud",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-outdoor-swimming-pool-resort-hotel-vacation-leisure_74190-14765.jpg",
|
||||
alt: "Umbrella and chair around outdoor swimming pool in resort hotel for vacation leisure",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-outdoor-seat-sky_1150-10819.jpg",
|
||||
alt: "luxury outdoor seat and sky",
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={25}
|
||||
showMarqueeCard={true}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Welcome to Hampton House Guest House: Your Tranquil Retreat in Pretoria"
|
||||
description="Experience the epitome of comfort and warm South African hospitality at Hampton House. Nestled in Clubview, Pretoria, we offer a serene escape with luxurious rooms, personalized service, and a prime location for both leisure and business travelers."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cropped-shot-dark-skinned-smiling-young-woman-with-afro-hairstyle-dressed-casual-summer-clothing_273609-3169.jpg", alt: "Happy guest Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-texting-cell-phone-while-relaxing-cafe-looking-away_637285-3554.jpg", alt: "Satisfied guest Michael"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-man-beach-with-camera_23-2148641931.jpg", alt: "Relaxed guest Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-red-haired-woman-african-american-man_273609-12246.jpg", alt: "Happy couple David & Lisa"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5294.jpg", alt: "Beautiful African-American woman in cafe"},
|
||||
]}
|
||||
avatarText="Loved by guests from around the globe!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay Now", href: "#contact"},
|
||||
{
|
||||
text: "Discover Our Rooms", href: "#rooms"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/luxurious-living-room_23-2149591461.jpg", alt: "Luxurious guest house living room"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/hotel-entrance_1150-10940.jpg", alt: "Guest house exterior entrance"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/modern-elegant-bedroom-interior-design_23-2150868894.jpg", alt: "Modern elegant bedroom interior"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-restaurant-table-hotel_1150-10815.jpg", alt: "Beautiful restaurant table at hotel"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/swimming-pool-garden_1417-1090.jpg", alt: "Swimming pool and garden area"},
|
||||
]}
|
||||
marqueeSpeed={25}
|
||||
showMarqueeCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="About Juraya"
|
||||
title="Welcome to Your Home Away From Home"
|
||||
description="Nestled in a serene location, Juraya Guest House offers a peaceful retreat with a touch of local charm. Our commitment is to provide a comfortable and welcoming environment where every guest feels cherished and relaxed."
|
||||
subdescription="From our meticulously designed rooms to our attentive staff, every detail is crafted to ensure a memorable stay. Discover tranquility and genuine hospitality with us."
|
||||
icon={Home}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-eating-pizza-together-home_23-2150419449.jpg"
|
||||
imageAlt="Cozy guest house lounge area with fireplace"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="About Hampton House"
|
||||
title="Your Home Away From Home in Clubview, Pretoria"
|
||||
description="Situated at 95 Durham Rd, Clubview, Pretoria, Hampton House Guest House offers a peaceful haven. Our establishment blends classic elegance with modern comfort, providing a unique and memorable stay for all our guests."
|
||||
subdescription="With a focus on personalized service, impeccable amenities, and a prime location, we ensure every visit is a delightful experience. Discover true South African hospitality with us."
|
||||
icon={Home}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-house_23-2149503460.jpg"
|
||||
imageAlt="Exterior of Hampton House Guest House"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
title="Unmatched Comforts & Thoughtful Amenities"
|
||||
description="At Juraya Guest House, we believe in providing everything you need for a relaxing and enjoyable stay. Our amenities are designed with your comfort and convenience in mind."
|
||||
tag="Our Features"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "amenity-1",
|
||||
title: "Complimentary High-Speed Wi-Fi",
|
||||
content: "Stay connected with our fast and reliable internet access throughout the guest house, perfect for work or leisure.",
|
||||
},
|
||||
{
|
||||
id: "amenity-2",
|
||||
title: "Daily Gourmet Breakfast",
|
||||
content: "Start your day with a delicious, freshly prepared breakfast featuring local specialties and international favorites.",
|
||||
},
|
||||
{
|
||||
id: "amenity-3",
|
||||
title: "Lush Garden & Outdoor Seating",
|
||||
content: "Relax in our beautifully landscaped garden, offering peaceful spots for reading, meditation, or enjoying a cup of coffee.",
|
||||
},
|
||||
{
|
||||
id: "amenity-4",
|
||||
title: "24/7 Concierge Service",
|
||||
content: "Our friendly and knowledgeable staff are always available to assist with bookings, recommendations, and any needs you may have.",
|
||||
},
|
||||
{
|
||||
id: "amenity-5",
|
||||
title: "On-Site Parking",
|
||||
content: "Enjoy the convenience of secure, complimentary parking right at the guest house.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-breakfast-table-people-around-table-having-their-meal-daytime-food-meal-breakfast_140725-25900.jpg"
|
||||
imageAlt="Gourmet breakfast spread at Juraya Guest House"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
title="Exceptional Amenities for a Luxurious Stay"
|
||||
description="Hampton House Guest House is dedicated to providing an array of amenities designed to enhance your comfort, convenience, and overall experience during your visit to Pretoria."
|
||||
tag="Our Amenities"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "amenity-1", title: "Complimentary High-Speed Wi-Fi", content: "Stay seamlessly connected with our robust and free Wi-Fi available throughout the entire property."},
|
||||
{
|
||||
id: "amenity-2", title: "Gourmet Breakfast Included", content: "Savour a delicious complimentary breakfast, freshly prepared daily with a selection of local and continental delights."},
|
||||
{
|
||||
id: "amenity-3", title: "Sparkling Swimming Pool & Garden", content: "Unwind by our inviting swimming pool or relax in the lush, manicured gardens, a perfect oasis in the city."},
|
||||
{
|
||||
id: "amenity-4", title: "Secure On-Site Parking", content: "Enjoy peace of mind with our secure and complimentary parking facilities, available for all guests."},
|
||||
{
|
||||
id: "amenity-5", title: "24-Hour Front Desk & Concierge", content: "Our friendly and professional staff are available around the clock to assist with anything from local recommendations to travel arrangements."},
|
||||
{
|
||||
id: "amenity-6", title: "Air-Conditioned Rooms", content: "All our rooms are equipped with individually controlled air conditioning to ensure your utmost comfort regardless of the weather."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/terrace-dining-area-poolside-luxurious-hotel-resort-with-blue-sky-background-generative-ai_188544-12499.jpg"
|
||||
imageAlt="Swimming pool and dining area at Hampton House"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="rooms" data-section="rooms">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "room-1",
|
||||
name: "Deluxe Double Room",
|
||||
price: "$150/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-bedroom-oasis-with-waterfall-view_23-2152008197.jpg",
|
||||
imageAlt: "Luxurious Deluxe Double Room with a king-size bed",
|
||||
},
|
||||
{
|
||||
id: "room-2",
|
||||
name: "Standard Twin Room",
|
||||
price: "$110/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-spa-day-robe_23-2148238375.jpg",
|
||||
imageAlt: "Comfortable Standard Twin Room with two single beds",
|
||||
},
|
||||
{
|
||||
id: "room-3",
|
||||
name: "Family Suite",
|
||||
price: "$220/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-using-technologies-bedroom_23-2147781878.jpg",
|
||||
imageAlt: "Spacious Family Suite with a double bed and bunk beds",
|
||||
},
|
||||
{
|
||||
id: "room-4",
|
||||
name: "Executive Suite",
|
||||
price: "$280/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
|
||||
imageAlt: "Elegant Executive Suite with a separate living area",
|
||||
},
|
||||
{
|
||||
id: "room-5",
|
||||
name: "Garden View Room",
|
||||
price: "$160/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurand-modern-style-summer_114579-2726.jpg",
|
||||
imageAlt: "Charming room with direct access to the lush garden",
|
||||
},
|
||||
{
|
||||
id: "room-6",
|
||||
name: "Balcony Retreat",
|
||||
price: "$180/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg",
|
||||
imageAlt: "Room with a private balcony offering scenic views",
|
||||
},
|
||||
]}
|
||||
title="Our Comfortable Accommodations"
|
||||
description="Choose from a variety of beautifully appointed rooms and suites, each designed to provide a restful and luxurious experience."
|
||||
tag="Rooms & Suites"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Rooms",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
<div id="rooms" data-section="rooms">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "room-1", name: "Deluxe Double Room", price: "$150/night", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-room_23-2149303350.jpg", imageAlt: "Luxurious Deluxe Double Room with a king-size bed"},
|
||||
{
|
||||
id: "room-2", name: "Executive Twin Room", price: "$130/night", imageSrc: "http://img.b2bpic.net/free-photo/hotel-interior_1127-3392.jpg", imageAlt: "Comfortable Executive Twin Room with two single beds"},
|
||||
{
|
||||
id: "room-3", name: "Luxury Family Suite", price: "$240/night", imageSrc: "http://img.b2bpic.net/free-photo/modern-style-bed-room_1127-3390.jpg", imageAlt: "Spacious Luxury Family Suite with multiple beds"},
|
||||
{
|
||||
id: "room-4", name: "Garden View Suite", price: "$180/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-private-room-hotel_1150-10943.jpg", imageAlt: "Elegant suite with direct access to the lush garden"},
|
||||
{
|
||||
id: "room-5", name: "Superior King Room", price: "$170/night", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior_140725-2070.jpg", imageAlt: "Spacious room with a king-size bed and superior amenities"},
|
||||
{
|
||||
id: "room-6", name: "Standard Single Room", price: "$100/night", imageSrc: "http://img.b2bpic.net/free-photo/clean-hotel-room_23-2149303358.jpg", imageAlt: "Cozy and comfortable single room"},
|
||||
]}
|
||||
title="Elegantly Appointed Rooms & Suites"
|
||||
description="Each room at Hampton House Guest House is a sanctuary of comfort, designed with discerning travelers in mind. Discover your perfect space."
|
||||
tag="Our Rooms"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Rooms", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="rates" data-section="rates">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1",
|
||||
badge: "Standard",
|
||||
badgeIcon: DollarSign,
|
||||
price: "$110",
|
||||
subtitle: "Per night, single occupancy",
|
||||
features: [
|
||||
"Standard Twin Room",
|
||||
"Complimentary Wi-Fi",
|
||||
"Daily Breakfast",
|
||||
"Access to Garden",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "plan-2",
|
||||
badge: "Deluxe",
|
||||
badgeIcon: Star,
|
||||
price: "$150",
|
||||
subtitle: "Per night, double occupancy",
|
||||
features: [
|
||||
"Deluxe Double Room",
|
||||
"Complimentary Wi-Fi",
|
||||
"Daily Breakfast",
|
||||
"Premium Toiletries",
|
||||
"Welcome Drink",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "plan-3",
|
||||
badge: "Family",
|
||||
badgeIcon: Users,
|
||||
price: "$220",
|
||||
subtitle: "Per night, up to 4 guests",
|
||||
features: [
|
||||
"Family Suite",
|
||||
"Complimentary Wi-Fi",
|
||||
"Daily Breakfast",
|
||||
"Kids Amenities",
|
||||
"Early Check-in",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Transparent Room Rates & Packages"
|
||||
description="Find the perfect rate for your stay, whether you're traveling solo, as a couple, or with your family. We offer flexible options to suit every need."
|
||||
tag="Our Rates"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
<div id="rates" data-section="rates">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1", badge: "Standard", badgeIcon: DollarSign,
|
||||
price: "$120", subtitle: "Per night, single occupancy", features: [
|
||||
"Comfortable Single Room", "Complimentary Wi-Fi", "Daily Breakfast", "Garden Access"],
|
||||
},
|
||||
{
|
||||
id: "plan-2", badge: "Deluxe", badgeIcon: Star,
|
||||
price: "$160", subtitle: "Per night, double occupancy", features: [
|
||||
"Deluxe Double Room", "Complimentary Wi-Fi", "Daily Breakfast", "Premium Toiletries", "Welcome Drink"],
|
||||
},
|
||||
{
|
||||
id: "plan-3", badge: "Executive", badgeIcon: Users,
|
||||
price: "$240", subtitle: "Per night, up to 3 guests", features: [
|
||||
"Executive Twin Room", "Complimentary Wi-Fi", "Daily Breakfast", "Luxury Amenities", "Late Check-out option"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Rates for Every Traveler"
|
||||
description="Whether you're visiting Pretoria for business or leisure, Hampton House offers competitive rates and packages tailored to your needs."
|
||||
tag="Our Rates"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="partners" data-section="partners">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Travelers' Choice",
|
||||
"EcoStay Certified",
|
||||
"Guest Satisfaction Award",
|
||||
"Local Tourism Board",
|
||||
"Clean & Safe Program",
|
||||
"Boutique Hotel Guild",
|
||||
"Family Vacation Approved",
|
||||
]}
|
||||
title="Recognized for Excellence"
|
||||
description="We are proud recipients of various awards and recognitions, reflecting our dedication to exceptional service and guest satisfaction."
|
||||
tag="Our Accolades"
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
<div id="partners" data-section="partners">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Pretoria Tourism", "Gauteng Hospitality", "TripAdvisor Excellence", "Booking.com Partner", "Guest Favourite Award", "South African Stays", "Clubview Community"]}
|
||||
title="Trusted & Recommended by Our Community"
|
||||
description="Hampton House Guest House is proud to be a valued part of the Pretoria community, recognized for our commitment to excellence and guest satisfaction."
|
||||
tag="Our Reputation"
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Eleanor R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
|
||||
},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Marcus L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/extreme-sports-healthy-lifestyle-concept-close-up-view-happy-smiling-young-bearded-surfer-carrying-surfboard-his-head-his-way-ocean_273609-1543.jpg",
|
||||
},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Sophia K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-keeping-lips-folded-checked-shirt-looking-nice_176474-49106.jpg",
|
||||
},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "The Chen Family",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-grandparents-granddaughter_23-2148548091.jpg",
|
||||
},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Mr. & Mrs. Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-happy-people-celebrating-american-independence-day-holiday_23-2151479249.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="Our Guests Love Staying with Us!"
|
||||
cardTag="Rave Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Stories",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg"},
|
||||
{
|
||||
id: "test-2", name: "David P.", imageSrc: "http://img.b2bpic.net/free-photo/extreme-sports-healthy-lifestyle-concept-close-up-view-happy-smiling-young-bearded-surfer-carrying-surfboard-his-head-his-way-ocean_273609-1543.jpg"},
|
||||
{
|
||||
id: "test-3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-keeping-lips-folded-checked-shirt-looking-nice_176474-49106.jpg"},
|
||||
{
|
||||
id: "test-4", name: "The Nkosi Family", imageSrc: "http://img.b2bpic.net/free-photo/front-view-grandparents-granddaughter_23-2148548091.jpg"},
|
||||
{
|
||||
id: "test-5", name: "Mr. & Mrs. van der Merwe", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-happy-people-celebrating-american-independence-day-holiday_23-2151479249.jpg"},
|
||||
]}
|
||||
cardTitle="Hear From Our Happy Guests"
|
||||
cardTag="Guest Experiences"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Stories", href: "#"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your check-in and check-out times?",
|
||||
content: "Check-in is at 3:00 PM, and check-out is at 11:00 AM. Early check-in or late check-out may be available upon request and subject to availability.",
|
||||
},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer complimentary breakfast?",
|
||||
content: "Yes, a delicious gourmet breakfast is included with every stay. We offer a selection of local and international dishes to start your day right.",
|
||||
},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Is Wi-Fi available throughout the guest house?",
|
||||
content: "Absolutely. High-speed Wi-Fi is complimentary and accessible in all rooms and common areas for your convenience.",
|
||||
},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you have parking available?",
|
||||
content: "Yes, we provide complimentary on-site parking for all our guests. Reservations are not required.",
|
||||
},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Are pets allowed?",
|
||||
content: "Unfortunately, we do not allow pets at Juraya Guest House to ensure comfort for all our guests. Service animals are exempt with proper documentation.",
|
||||
},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "What amenities are included in the rooms?",
|
||||
content: "Each room includes comfortable bedding, air conditioning, a private bathroom, a flat-screen TV, complimentary toiletries, and a minibar. Specific amenities may vary by room type.",
|
||||
},
|
||||
]}
|
||||
title="Common Questions & Quick Answers"
|
||||
description="Have questions about your stay? Find quick answers to the most frequently asked questions about Juraya Guest House."
|
||||
tag="FAQ"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us for More Info",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "What are your check-in and check-out times?", content: "Check-in is from 2:00 PM, and check-out is by 10:00 AM. We can arrange early check-in or late check-out upon request, subject to availability and a possible fee."},
|
||||
{
|
||||
id: "faq-2", title: "Do you offer complimentary breakfast?", content: "Yes, a delicious complimentary breakfast is served daily in our dining area. Please inform us in advance of any dietary requirements."},
|
||||
{
|
||||
id: "faq-3", title: "Is Wi-Fi available throughout the guest house?", content: "High-speed Wi-Fi is available free of charge throughout Hampton House, including all rooms and common areas."},
|
||||
{
|
||||
id: "faq-4", title: "Do you have parking available?", content: "We offer secure, complimentary on-site parking for all our guests. No reservation is needed."},
|
||||
{
|
||||
id: "faq-5", title: "Are pets allowed?", content: "Regrettably, Hampton House does not accommodate pets to ensure the comfort of all our guests. Service animals are welcome with prior notification."},
|
||||
{
|
||||
id: "faq-6", title: "What amenities are included in the rooms?", content: "All rooms feature comfortable beds, air conditioning, en-suite bathrooms, flat-screen TVs, complimentary tea/coffee facilities, and premium toiletries."},
|
||||
]}
|
||||
title="Your Questions, Our Answers"
|
||||
description="Find quick and helpful answers to common questions about your stay at Hampton House Guest House in Clubview, Pretoria."
|
||||
tag="FAQ"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us for More Info", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Connect With Us Today"
|
||||
description="Whether you have a question, need assistance with a booking, or simply want to say hello, our team is here to help. Reach out to us and we'll get back to you promptly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message or Inquiry",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-staff-checking-boarding-pass-passengers-check-counter_107420-63618.jpg"
|
||||
imageAlt="Friendly guest house receptionist smiling"
|
||||
videoAriaLabel="Contact section video"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
buttonText="Send Your Inquiry"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch with Hampton House"
|
||||
description="We're here to assist with bookings, inquiries, or any special requests. Contact us via the form below, or find our details for direct communication."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message or Inquiry", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friendly-hotel-receptionist_23-2149591462.jpg"
|
||||
imageAlt="Friendly receptionist at Hampton House"
|
||||
videoAriaLabel="Contact section video"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Guest House",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/jurayaguesthouse",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/jurayaguesthouse",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/jurayaguesthouse",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Juraya Guest House. All rights reserved."
|
||||
bottomRightText="Crafted with care by Webild"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Guest House", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Rooms", href: "#rooms"},
|
||||
{
|
||||
label: "Amenities", href: "#features"},
|
||||
{
|
||||
label: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook", href: "https://facebook.com/hamptonhouseguesthouse"},
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com/hamptonhouseguesthouse"},
|
||||
{
|
||||
label: "Twitter", href: "https://twitter.com/hamptonhouseguesthouse"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Hampton House Guest House. All rights reserved."
|
||||
bottomRightText="Crafted with care by Webild"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user