From 7103d4b768caecfb1b62325ebdcaf6a946687d10 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:58 +0000 Subject: [PATCH] Deploy --- .../sections/IdyllicLocationSection.tsx | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/components/sections/IdyllicLocationSection.tsx diff --git a/src/components/sections/IdyllicLocationSection.tsx b/src/components/sections/IdyllicLocationSection.tsx new file mode 100644 index 0000000..ba6b838 --- /dev/null +++ b/src/components/sections/IdyllicLocationSection.tsx @@ -0,0 +1,54 @@ +import Image from "next/image" +import { GraduationCap, MapPin, Plane, TreePine } from 'lucide-react' + +export default function IdyllicLocationSection() { + return ( +
+
+
+
+ Prime Location +

+ Convenience Meets Seclusion +

+

+ Nestled in the quiet suburb of Bisley, KwaNtofontofo offers the rare gift of + complete privacy while being moments from everything that matters. + Pietermaritzburg Airport is just 1 km away — you can hear the birds, not the traffic. + The University of KwaZulu-Natal is 4 km to the north, and major shopping centres + lie within 4 to 8 km. Across the street, the Bisley Nature Reserve unfolds — + zebras grazing at dawn, monkeys swinging through the canopy. +

+
    +
  • + + 1 km from Pietermaritzburg Airport +
  • +
  • + + 4 km from UKZN University +
  • +
  • + + Adjacent to Bisley Nature Reserve +
  • +
  • + + 44 Rutherford Circle, Bisley, Pietermaritzburg 3201 +
  • +
+
+
+ Scenic view near KwaNtofontofo, KwaZulu-Natal +
+
+
+
+ ) +} \ No newline at end of file