Update src/app/page.tsx
This commit is contained in:
632
src/app/page.tsx
632
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { MapPin, Car, Wifi, ShieldCheck, Coffee, ParkingSquare, Bus, Shirt, Tv, Snowflake, DoorOpen } from "lucide-react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
@@ -12,7 +13,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Car, Coffee, MapPin, ShieldCheck, Snowflake, Tv, Wifi } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,476 +29,184 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "#rooms",
|
||||
},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "#amenities",
|
||||
},
|
||||
{
|
||||
name: "Location",
|
||||
id: "#location",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="De Lambert"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Rooms", id: "#rooms" },
|
||||
{ name: "Amenities", id: "#amenities" },
|
||||
{ name: "Location", id: "#location" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="De Lambert"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Your Home Away From Home in Johannesburg"
|
||||
description="Experience comfort, affordability, and warm hospitality in the heart of Yeoville. Perfect for business and leisure travelers alike."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Excellent service and very clean rooms. Felt right at home!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/express-tenderness-cute-young-woman-keeping-smile-her-face-while-looking-away-wrapped-white-blanket_657921-113.jpg",
|
||||
},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@davidm",
|
||||
testimonial: "Convenient location and friendly staff. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-front-view_23-2149818229.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily K.",
|
||||
handle: "@emilyk",
|
||||
testimonial: "Great value for money in Johannesburg. Will return.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-woman-straw-hat-wears-blouse-make-selfie_273609-2353.jpg",
|
||||
},
|
||||
{
|
||||
name: "James L.",
|
||||
handle: "@jamesl",
|
||||
testimonial: "Comfortable, safe, and professional environment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-tourist-shows-two-tickets-passport-goes-holiday-traveller-makes-thumb_1258-314058.jpg",
|
||||
},
|
||||
{
|
||||
name: "Linda R.",
|
||||
handle: "@lindar",
|
||||
testimonial: "Perfect stay, everything was clean and well-maintained.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-beer_23-2147680740.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-attractive-dark-skinned-man-with-afro-hairstyle-wearing-headphones-neck-talking-smartphone-drinking-coffee-while-strolling-city-with-backpack_176420-19828.jpg",
|
||||
alt: "Traveler 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-afro-hair-smile-broadly-dressed-beige-coat-strolls-city-sunny-autumn-day-uses-smartphone-with-delight-has-fun-texting-cellular-browses-web-pages_273609-55300.jpg",
|
||||
alt: "Traveler 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-traveling_23-2148601995.jpg",
|
||||
alt: "Traveler 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-outdoors-with-hat-while-traveling_23-2148648694.jpg",
|
||||
alt: "Traveler 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-female-with-attractive-look-has-broad-pleasant-smile-wears-summer-hat-drinks-fresh-cocktail-exotic-beverage-makes-selfie-people-recreation-positiveness-concept_273609-2355.jpg",
|
||||
alt: "Traveler 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 500+ happy travelers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Central Location",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free Secure Parking",
|
||||
icon: Car,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "High-Speed WiFi",
|
||||
icon: Wifi,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Security",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Complimentary Breakfast",
|
||||
icon: Coffee,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Your Home Away From Home in Johannesburg"
|
||||
description="Experience comfort, affordability, and warm hospitality in the heart of Yeoville. Perfect for business and leisure travelers alike."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Excellent service and very clean rooms. Felt right at home!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/express-tenderness-cute-young-woman-keeping-smile-her-face-while-looking-away-wrapped-white-blanket_657921-113.jpg" },
|
||||
{ name: "David M.", handle: "@davidm", testimonial: "Convenient location and friendly staff. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-front-view_23-2149818229.jpg" },
|
||||
{ name: "Emily K.", handle: "@emilyk", testimonial: "Great value for money in Johannesburg. Will return.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-woman-straw-hat-wears-blouse-make-selfie_273609-2353.jpg" },
|
||||
{ name: "James L.", handle: "@jamesl", testimonial: "Comfortable, safe, and professional environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-tourist-shows-two-tickets-passport-goes-holiday-traveller-makes-thumb_1258-314058.jpg" },
|
||||
{ name: "Linda R.", handle: "@lindar", testimonial: "Perfect stay, everything was clean and well-maintained.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-beer_23-2147680740.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "#contact" }, { text: "Contact Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Central Location", icon: MapPin },
|
||||
{ type: "text-icon", text: "Free Secure Parking", icon: Car },
|
||||
{ type: "text-icon", text: "High-Speed WiFi", icon: Wifi },
|
||||
{ type: "text-icon", text: "24/7 Security", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "Complimentary Breakfast", icon: Coffee }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Experience True Hospitality"
|
||||
metrics={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Security",
|
||||
value: "24/7",
|
||||
},
|
||||
{
|
||||
icon: Wifi,
|
||||
label: "Connectivity",
|
||||
value: "Free WiFi",
|
||||
},
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Breakfast",
|
||||
value: "Available",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Experience True Hospitality"
|
||||
metrics={[
|
||||
{ icon: ShieldCheck, label: "Security", value: "24/7" },
|
||||
{ icon: Wifi, label: "Connectivity", value: "Free WiFi" },
|
||||
{ icon: Coffee, label: "Breakfast", value: "Available" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="rooms" data-section="rooms">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Single Room",
|
||||
price: "Affordable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedding-with-cozy-lighting-elegance-generated-by-ai_188544-16336.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Standard Room",
|
||||
price: "Comfortable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Deluxe Room",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Superior Room",
|
||||
price: "Spacious",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-red-cushion_1203-683.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Family Suite",
|
||||
price: "Extra Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Business Room",
|
||||
price: "Work-Ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2058.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Accommodation"
|
||||
description="Choose the perfect room for your stay, ranging from single rooms to spacious deluxe suites."
|
||||
/>
|
||||
</div>
|
||||
<div id="rooms" data-section="rooms">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Single Room", price: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedding-with-cozy-lighting-elegance-generated-by-ai_188544-16336.jpg" },
|
||||
{ id: "2", name: "Standard Room", price: "Comfortable", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg" },
|
||||
{ id: "3", name: "Deluxe Room", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg" },
|
||||
{ id: "4", name: "Superior Room", price: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-red-cushion_1203-683.jpg" },
|
||||
{ id: "5", name: "Family Suite", price: "Extra Comfort", imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg" },
|
||||
{ id: "6", name: "Business Room", price: "Work-Ready", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2058.jpg" }
|
||||
]}
|
||||
title="Our Accommodation"
|
||||
description="Choose the perfect room for your stay, ranging from single rooms to spacious deluxe suites."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="amenities" data-section="amenities">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Convenience at Your Fingertips",
|
||||
description: "From laundry services to airport shuttles, we ensure your stay is seamless.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg",
|
||||
imageAlt: "Amenities",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: ParkingSquare,
|
||||
text: "Free Secure Parking",
|
||||
},
|
||||
{
|
||||
icon: Bus,
|
||||
text: "Airport Shuttle",
|
||||
},
|
||||
{
|
||||
icon: Shirt,
|
||||
text: "Laundry Services",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg?_wi=2",
|
||||
imageAlt: "standard hotel room queen bed",
|
||||
},
|
||||
{
|
||||
title: "Comfort & Tech",
|
||||
description: "Stay connected and refreshed during your trip.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8673.jpg",
|
||||
imageAlt: "Amenities",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Wifi,
|
||||
text: "High Speed WiFi",
|
||||
},
|
||||
{
|
||||
icon: Tv,
|
||||
text: "Cable TV",
|
||||
},
|
||||
{
|
||||
icon: Snowflake,
|
||||
text: "Air Conditioning",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedding-with-cozy-lighting-elegance-generated-by-ai_188544-16336.jpg?_wi=2",
|
||||
imageAlt: "standard hotel room queen bed",
|
||||
},
|
||||
{
|
||||
title: "Safety First",
|
||||
description: "Your peace of mind is our priority.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-van-interior-prepared-camping_23-2151938543.jpg",
|
||||
imageAlt: "Amenities",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "24/7 Security",
|
||||
},
|
||||
{
|
||||
icon: DoorOpen,
|
||||
text: "Housekeeping",
|
||||
},
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Fresh Breakfast",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg?_wi=2",
|
||||
imageAlt: "standard hotel room queen bed",
|
||||
},
|
||||
]}
|
||||
title="Essential Amenities"
|
||||
description="Everything you need for a relaxing stay in Johannesburg."
|
||||
/>
|
||||
</div>
|
||||
<div id="amenities" data-section="amenities">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Convenience at Your Fingertips", description: "From laundry services to airport shuttles, we ensure your stay is seamless.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg", imageAlt: "Amenities" },
|
||||
items: [{ icon: ParkingSquare, text: "Free Secure Parking" }, { icon: Bus, text: "Airport Shuttle" }, { icon: Shirt, text: "Laundry Services" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Comfort & Tech", description: "Stay connected and refreshed during your trip.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8673.jpg", imageAlt: "Amenities" },
|
||||
items: [{ icon: Wifi, text: "High Speed WiFi" }, { icon: Tv, text: "Cable TV" }, { icon: Snowflake, text: "Air Conditioning" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Safety First", description: "Your peace of mind is our priority.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cozy-van-interior-prepared-camping_23-2151938543.jpg", imageAlt: "Amenities" },
|
||||
items: [{ icon: ShieldCheck, text: "24/7 Security" }, { icon: DoorOpen, text: "Housekeeping" }, { icon: Coffee, text: "Fresh Breakfast" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Essential Amenities"
|
||||
description="Everything you need for a relaxing stay in Johannesburg."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<TeamCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Exterior",
|
||||
role: "Grafton Road",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-entrance-with-wood-doors-two-turquoise-chairs-with-plant_140725-2569.jpg",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Single Room",
|
||||
role: "Cozy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-decoration-interior-bedroom_74190-11125.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Standard Room",
|
||||
role: "Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bed-arrangement-with-magazine-mug_23-2150326131.jpg",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Deluxe Room",
|
||||
role: "Elegant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg",
|
||||
},
|
||||
]}
|
||||
title="Photo Gallery"
|
||||
description="A glimpse into our comfortable rooms and facilities."
|
||||
/>
|
||||
</div>
|
||||
<div id="gallery" data-section="gallery">
|
||||
<TeamCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{ id: "g1", name: "Exterior", role: "Grafton Road", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-entrance-with-wood-doors-two-turquoise-chairs-with-plant_140725-2569.jpg" },
|
||||
{ id: "g2", name: "Single Room", role: "Cozy", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-decoration-interior-bedroom_74190-11125.jpg" },
|
||||
{ id: "g3", name: "Standard Room", role: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bed-arrangement-with-magazine-mug_23-2150326131.jpg" },
|
||||
{ id: "g4", name: "Deluxe Room", role: "Elegant", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg" }
|
||||
]}
|
||||
title="Photo Gallery"
|
||||
description="A glimpse into our comfortable rooms and facilities."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Experience",
|
||||
quote: "I had a wonderful stay at De Lambert. The rooms were very clean and comfortable.",
|
||||
name: "Sarah J.",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-photo-camera_23-2149455855.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Very Friendly",
|
||||
quote: "The staff were so welcoming and helpful throughout my business trip.",
|
||||
name: "David M.",
|
||||
role: "Business Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professional-woman-sitting-stair-front-glass-building-holding-laptop-lap-talking-mobile-phone_158595-6841.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Affordable Stay",
|
||||
quote: "Fantastic value for money in Johannesburg. Everything was as described.",
|
||||
name: "Emily K.",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lady-stylish-hat-making-selfie-while-walking-outdoor-summer-weekends_273443-1258.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Highly Recommend",
|
||||
quote: "Safe and professional. The security made me feel at ease during my entire stay.",
|
||||
name: "James L.",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Excellent",
|
||||
quote: "Housekeeping was on point every single day. A very tidy guest house.",
|
||||
name: "Linda R.",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Real feedback from our satisfied travelers."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Great Experience", quote: "I had a wonderful stay at De Lambert. The rooms were very clean and comfortable.", name: "Sarah J.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-photo-camera_23-2149455855.jpg" },
|
||||
{ id: "t2", title: "Very Friendly", quote: "The staff were so welcoming and helpful throughout my business trip.", name: "David M.", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-professional-woman-sitting-stair-front-glass-building-holding-laptop-lap-talking-mobile-phone_158595-6841.jpg" },
|
||||
{ id: "t3", title: "Affordable Stay", quote: "Fantastic value for money in Johannesburg. Everything was as described.", name: "Emily K.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/cute-lady-stylish-hat-making-selfie-while-walking-outdoor-summer-weekends_273443-1258.jpg" },
|
||||
{ id: "t4", title: "Highly Recommend", quote: "Safe and professional. The security made me feel at ease during my entire stay.", name: "James L.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg" },
|
||||
{ id: "t5", title: "Excellent", quote: "Housekeeping was on point every single day. A very tidy guest house.", name: "Linda R.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg" }
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Real feedback from our satisfied travelers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Located in Central Yeoville"
|
||||
description="Find us at Grafton Rd, Yeoville, Johannesburg. Close to major city landmarks."
|
||||
buttonText="Get Directions"
|
||||
/>
|
||||
</div>
|
||||
<div id="location" data-section="location">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Visit Us"
|
||||
title="Located in Central Yeoville"
|
||||
description="Find us at Grafton Rd, Yeoville, Johannesburg. Close to major city landmarks."
|
||||
buttonText="Get Directions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I book?",
|
||||
content: "You can contact us via phone or WhatsApp at +27 11 487 3134.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is WiFi free?",
|
||||
content: "Yes, we provide free high-speed WiFi for all our guests.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer parking?",
|
||||
content: "Yes, secure parking is available for all registered guests.",
|
||||
},
|
||||
]}
|
||||
title="Need More Info?"
|
||||
description="Have questions about our rooms, pricing, or amenities? We are here to help."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "How do I book?", content: "You can contact us via phone or WhatsApp at +27 11 487 3134." },
|
||||
{ id: "f2", title: "Is WiFi free?", content: "Yes, we provide free high-speed WiFi for all our guests." },
|
||||
{ id: "f3", title: "Do you offer parking?", content: "Yes, secure parking is available for all registered guests." }
|
||||
]}
|
||||
title="Need More Info?"
|
||||
description="Have questions about our rooms, pricing, or amenities? We are here to help."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="De Lambert Guest House"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "+27 11 487 3134",
|
||||
href: "tel:+27114873134",
|
||||
},
|
||||
{
|
||||
label: "Grafton Rd, Yeoville",
|
||||
href: "#location",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="De Lambert Guest House"
|
||||
columns={[
|
||||
{
|
||||
title: "Links", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Rooms", href: "#rooms" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "+27 11 487 3134", href: "tel:+27114873134" },
|
||||
{ label: "Grafton Rd, Yeoville", href: "#location" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user