diff --git a/src/components/sections/RegalWelcomeSection.tsx b/src/components/sections/RegalWelcomeSection.tsx new file mode 100644 index 0000000..ed23dc4 --- /dev/null +++ b/src/components/sections/RegalWelcomeSection.tsx @@ -0,0 +1,52 @@ +'use client' + +import { Link } from 'next/link' +import Image from 'next/image' +import Button from '@/components/ui/Button' +import { MapPin } from 'lucide-react' + +export default function RegalWelcomeSection() { + return ( +
+
+ KwaNtofontofo Guest House entrance with warm African sunset +
+
+

+ KwaNtofontofo +

+

+ “I am because we are” — Ubuntu meets English grace +

+

+ A cosy home away from home with complete privacy, tranquil gardens, and royal treatment. +

+
+ + ★ Book a Room + + + Explore Suites + +
+
+ 44 Rutherford Circle, Bisley + 1 km from Pietermaritzburg Airport +
+
+
+ ) +} \ No newline at end of file