diff --git a/src/components/sections/HeroSection.tsx b/src/components/sections/HeroSection.tsx new file mode 100644 index 0000000..b702d08 --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,33 @@ +import Image from "next/image" +import Link from "next/link" + +export default function HeroSection() { + const imageUrl = "https://images.pexels.com/photos/29681464/pexels-photo-29681464.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" + + return ( +
+
+
+ {imageUrl && Diva} +
+
+

{"Diva"}

+

{"Curated bold modern fashion for ambitious young South African women, bridging "}{"Cape Town."}

+

{"Professional online fashion boutique in South Africa."}

+
Shop now
+
+
+
+
+ {imageUrl && Diva} +
+
+

{"Diva"}

+

{"Curated bold modern fashion for ambitious young South African women, bridging "}{"Cape Town."}

+

{"Professional online fashion boutique in South Africa."}

+ Shop now +
+
+
+ ) +}