From b3d3228c71c67b2f045fae01929877b8bc9143db Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:28 +0000 Subject: [PATCH] Deploy --- .../sections/KwaNtofontofoHeroSection.tsx | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/components/sections/KwaNtofontofoHeroSection.tsx diff --git a/src/components/sections/KwaNtofontofoHeroSection.tsx b/src/components/sections/KwaNtofontofoHeroSection.tsx new file mode 100644 index 0000000..b727922 --- /dev/null +++ b/src/components/sections/KwaNtofontofoHeroSection.tsx @@ -0,0 +1,59 @@ +'use client' + +import Image from "next/image" +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function KwaNtofontofoHeroSection() { + return ( +
+ {/* Ken Burns animated background */} +
+ KwaNtofontofo guest house exterior with pool and garden +
+ {/* Dark gradient overlay */} +
+ {/* Content */} +
+

+ Welcome to KwaNtofontofo +

+

+ A cosy home away from home – luxury bedrooms, tranquil pool area, + and zebras grazing just across the street. +

+ + + +
+ +
+ ) +} \ No newline at end of file