From 373551dddfacb73d653e7eb516650c2d1440789f Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 1 Aug 2026 16:13:30 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/components/sections/HeroSection.tsx diff --git a/src/components/sections/HeroSection.tsx b/src/components/sections/HeroSection.tsx new file mode 100644 index 0000000..7aa6c0a --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,23 @@ +import Image from "next/image" +import Link from "next/link" + +export default function HeroSection() { + const imageUrl = "https://images.pexels.com/photos/25568754/pexels-photo-25568754.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" + + return ( +
+ {imageUrl ? ( + Ukaya Home + ) : ( +
+ )} +
+
+

{"Ukaya Home"}

+

{"A Durban-based homeware brand offering genuinely handcrafted cushions, "}{"throws, and."}

+

{"Professional online handcrafted homeware store in South Africa."}

+ Shop now +
+
+ ) +}