diff --git a/components/hero.tsx b/components/hero.tsx new file mode 100644 index 0000000..f484894 --- /dev/null +++ b/components/hero.tsx @@ -0,0 +1,51 @@ +"use client"; +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Subheading } from "@/components/subheading"; +import { Button } from "@/components/ui/button"; +import { motion } from "framer-motion"; + +export function Hero() { + return ( +
+
+ +
+ + + Construimos la casa de tus sueƱos con transparencia total + + + + + + Viviendas personalizadas en La Plata y Zona Sur. Calidad, confianza y acompaƱamiento real en cada etapa de tu proyecto de vida. + + + + + + + +
+
+
+ ); +}