diff --git a/src/components/sections/RoyalThresholdSection.tsx b/src/components/sections/RoyalThresholdSection.tsx new file mode 100644 index 0000000..1e26c2d --- /dev/null +++ b/src/components/sections/RoyalThresholdSection.tsx @@ -0,0 +1,45 @@ +'use client' + +import Button from "@/components/ui/Button" +import { MapPin } from 'lucide-react' + +export default function RoyalThresholdSection() { + return ( +
+ {/* Background Image */} +
+ KwaNtofoNtofo Guest House entrance +
+
+ + {/* Content */} +
+
+

+ Established 2004 +

+

+ KwaNtofoNtofo +

+

+ Your Regal Home in the Bushveld +

+ +
+ + 44 Rutherford Circle, Bisley, Pietermaritzburg +
+
+
+
+ ) +} \ No newline at end of file