diff --git a/app/page.tsx b/app/page.tsx index efec8d7..1ddb608 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,12 +1,59 @@ import { Hero } from "@/components/hero"; import { Testimonials } from "@/components/testimonials"; -import { AIFeatures } from "@/components/ai-features"; +import { Services } from "@/components/services"; +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Subheading } from "@/components/subheading"; +import { Badge } from "@/components/badge"; export default function Home() { return (
- + +
+ +
+
+ Young entrepreneurs working +
+

13 Years Old

+

And working hard!

+
+
+
+ Our Story + Real Hustle, Real Results + + We started Apex Young Detailers because we wanted to earn our own money and we love cars. We're 13 years old, but we take this seriously. + +

+ While other kids are playing video games, we're out here learning how to run a business and providing a service our neighbors can rely on. We treat every car like it's our own (or like it's the car we're saving up to buy!). +

+
    +
  • +
    + Neighborhood Approved +
  • +
  • +
    + We bring our own supplies +
  • +
  • +
    + 100% Satisfaction Guaranteed +
  • +
+
+
+
+
+ +
);