Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, Users } from "lucide-react";
|
||||
import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, Users, Building, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,10 +32,10 @@ export default function LandingPage() {
|
||||
brandName="Limpopo Estates"
|
||||
navItems={[
|
||||
{ name: "Properties", id: "properties" },
|
||||
{ name: "Accommodations", id: "accommodations" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Enquire Now", href: "#contact" }}
|
||||
@@ -83,6 +83,25 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="accommodations" data-section="accommodations">
|
||||
<ProductCardFour
|
||||
title="Travel & Accommodation"
|
||||
description="Discover the finest hotels and lodges across Limpopo, including the renowned MGB Hotel at Sibasa."
|
||||
tag="Stay in Limpopo"
|
||||
tagIcon={MapPin}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{ id: "a1", name: "MGB Hotel at Sibasa", price: "Luxury Hospitality", variant: "Thohoyandou District", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hotel1" },
|
||||
{ id: "a2", name: "Mopani Safari Retreat", price: "Eco-Lodge", variant: "Greater Kruger Area", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lodge1" },
|
||||
{ id: "a3", name: "Zoutpansberg Guest House", price: "Boutique Stay", variant: "Louis Trichardt", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=guest1" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Deep Roots in Limpopo"
|
||||
|
||||
Reference in New Issue
Block a user