diff --git a/components/hero.tsx b/components/hero.tsx new file mode 100644 index 0000000..87b7ba4 --- /dev/null +++ b/components/hero.tsx @@ -0,0 +1,60 @@ +"use client"; +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Subheading } from "@/components/subheading"; +import { Button } from "@/components/ui/button"; +import Link from "next/link"; +import { BlurImage } from "@/components/blur-image"; + +export function Hero() { + return ( +
+ +
+
+ + Transform Your Space with Premium Furniture + + + Discover our curated collection of modern, stylish furniture designed to elevate every room in your home. Quality craftsmanship meets affordable luxury. + +
+ + + + + + +
+
+
+

500+

+

Products

+
+
+

10k+

+

Happy Customers

+
+
+

Free

+

Delivery

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