import Link from 'next/link' import { Button } from '@/components/ui/button' import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Badge } from '@/components/ui/badge' import { StripeStatus } from '@/components/stripe-status' import { HeroSection } from "@/components/hero-section" import { StatsSection } from "@/components/stats-section" import { FeaturesSection } from "@/components/features-section" import { ProductShowcaseSection } from "@/components/product-showcase-section" import { HowItWorksSection } from "@/components/how-it-works-section" import { ServicesSection } from "@/components/services-section" import { ServiceAreasSection } from "@/components/service-areas-section" import { ReviewsSection } from "@/components/reviews-section" import { RequestMachineSection } from "@/components/request-machine-section" import { ContactSection } from "@/components/contact-section" import { Package, ShoppingCart, Settings, Zap } from 'lucide-react' export default function Home() { return ( <> {/* Stripe Setup Section */}

Ready for Stripe Products!

Your Stripe integration is active. Add products to your Stripe account and they'll automatically appear in your store.

Add Products

Create products in Stripe Dashboard

View Store

Browse your catalog and test checkout

Setup Guide

Complete setup checklist and view status

{/* Live Stripe Status */}

Stripe Integration Status

Real-time status of your Stripe connection and store readiness

) }