diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1af3e63..140b110 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,131 +8,88 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="PREMIUM VA & AUTOMATIONS" + title="Bespoke Virtual Assistance" + description="Clarity. Care. Precision. I help overwhelmed businesses simplify AI, automate repetitive work, and organize workflows. Helping founders simplify processes so they can focus on high-impact growth." + primaryButton={{ + text: "Claim Offer (RM50)", href: "#contact"}} + secondaryButton={{ + text: "Learn More", href: "#about"}} + imageSrc="http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-tablet-desk_23-2148592319.jpg" + /> +
+
-
- +
+ - -
+ tag="ABOUT ME" + quote="Helping founders simplify processes so they can focus on high-impact growth. I show up, even when things get difficult, with clarity and precision." + author="Phang Kar-Men" + role="Virtual Assistant & Automation Expert" + imageSrc="http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg" + /> +
+
-
- +
+ - -
+ tag="SERVICES" + title="How I Can Support You" + description="Reliable support to help your business stay organized, visible, and growing." + items={[ + { + title: "Executive & Administrative", tags: ["Organization", "Management"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-ceo-reviewing-graphs-performance-reports-laptop-working-analysis_482257-136383.jpg"}, + { + title: "Social Media & Branding", tags: ["Content", "Marketing"], + imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-167109.jpg"}, + { + title: "CRM & Lead Funnels", tags: ["Growth", "Efficiency"], + imageSrc: "http://img.b2bpic.net/free-photo/crm-business-company-strategy-marketing-concept_53876-132312.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="CLIENTS" + title="Support You Can Count On" + description="Thoughtful, dependable support designed to help businesses stay consistent." + testimonials={[ + { + name: "Founder A", role: "CEO", quote: "Incredible clarity and reliable support.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg"}, + { + name: "Founder B", role: "Founder", quote: "Automations changed my business workflow.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg"}, + { + name: "Founder C", role: "Owner", quote: "Precision in every task handled.", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg"}, + { + name: "Founder D", role: "Director", quote: "Excellence in service and delivery.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"}, + { + name: "Founder E", role: "Manager", quote: "Always shows up when needed.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="CONTACT" + text="Let's Work Together. Send a DM stating 'START50' to instantly claim your custom content starter pack or ask questions." + primaryButton={{ + text: "Chat on Instagram", href: "https://instagram.com"}} + secondaryButton={{ + text: "WhatsApp Me", href: "https://wa.me"}} + /> +
+
); }