import React from “react”; import { Button } from “@/components/ui/button”; import { Card, CardContent } from “@/components/ui/card”; import { motion } from “framer-motion”; import { FaRocket, FaCalendarCheck, FaDollarSign, FaBolt } from “react-icons/fa”; export default function DMIHomePage() { return (
{/* Hero Section */}
Ready to Level Up Your Business?

Let DMI Be Your Super Sidekick.

{/* What’s In It for You Section */}

What’s In It For You? (Spoiler: Everything!)

Save Time

Get More Bookings

Stress-Free Payments

{/* How DMI Works */}

How Does DMI Make Your Business Legendary?

Instant Lead Response

Lightning-Fast Automation

{/* Call to Action */}

Ready to Make Your Business Legendary?

); }