import React from “react”; import { Phone, Mail, MessageSquare, Zap, Home, Wrench, CheckCircle, ArrowRight } from “lucide-react”; import { Card, CardContent } from “@/components/ui/card”; import { Button } from “@/components/ui/button”;
export default function MobileAgencyMockup() { return (
{/* Header */}
UK Supply Hub Agency
UK Supply Hub
{/* Hero */}
More local leads for trades & estate agents.
We help plumbers, electricians and estate agents get enquiries through social media, email and SMS follow-up.
{/* Industries */}
Who we help
Plumbers
Electricians
Estate Agents
{/* Services */}
What we set up
Social Media Leads
Posts, ads and messages designed to bring in local enquiries.
Email Follow-Up
Simple email campaigns to turn enquiries into booked jobs.
SMS Contact
Fast text reminders, quote follow-ups and missed-call responses.
{/* Offer */}
Starter Package
From £299/mo
A clean setup for businesses that want more enquiries without doing everything themselves.
-
- {[
-
- “Social content plan”,
-
- “Lead capture form”,
-
- “Email follow-up”,
-
- “SMS enquiry alerts”,
-
- ].map((item) => (
- {item}
))}
{/* Contact */}
); }