diff --git a/app/page.tsx b/app/page.tsx new file mode 100644 index 0000000..57520f2 --- /dev/null +++ b/app/page.tsx @@ -0,0 +1,73 @@ +import { Hero } from "@/components/hero"; +import { FeaturedProducts } from "@/components/featured-products"; +import { Categories } from "@/components/categories"; +import { Footer } from "@/components/footer"; +import { Container } from "@/components/container"; +import { Button } from "@/components/ui/button"; +import Link from "next/link"; + +export default function Home() { + return ( + <> + + + + + {/* Why Choose Us Section */} + + + + + + 🚚 + + Free Delivery + + Free shipping on all orders over $500 + + + + + ✓ + + Quality Guarantee + + Premium materials and expert craftsmanship + + + + + ↻ + + Easy Returns + + 30-day return policy, no questions asked + + + + + + + {/* CTA Section */} + + + + + Ready to Transform Your Home? + + + Browse our full collection and find the perfect pieces for your space + + + + Shop All Products + + + + + + + + > + ); +}
+ Free shipping on all orders over $500 +
+ Premium materials and expert craftsmanship +
+ 30-day return policy, no questions asked +
+ Browse our full collection and find the perfect pieces for your space +