From bbf2a4f69f65e03986321859d726bc20c104813a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 05:51:27 +0000 Subject: [PATCH] Add Wix microsite component: WixHero cgen-3abb05d6c24f49af90c68d15d7854868 --- client/components/wix/WixHero.tsx | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 client/components/wix/WixHero.tsx diff --git a/client/components/wix/WixHero.tsx b/client/components/wix/WixHero.tsx new file mode 100644 index 00000000..98d62f94 --- /dev/null +++ b/client/components/wix/WixHero.tsx @@ -0,0 +1,40 @@ +import { Badge } from "@/components/ui/badge"; +import { Button } from "@/components/ui/button"; +import { Card, CardContent } from "@/components/ui/card"; +import { Link } from "react-router-dom"; + +export default function WixHero() { + return ( +
+ + +
+
+ + Official Wix Agency Partner + +
+

+ Wix & Wix Studio Sites — designed, built, and scaled by AeThex +

+

+ We ship fast, accessible, and SEO-ready sites using Wix Studio. From launch + microsites to full eCommerce, your team gets a site you can actually edit. +

+
+ + + +
+
+
+
+
+ ); +}