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. +

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