diff --git a/src/app/page.tsx b/src/app/page.tsx index b2b3e1f..93a808a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,14 +11,14 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Rocket, Gift, TrendingUp } from "lucide-react"; +import { Rocket, Gift, TrendingUp, Check } from "lucide-react"; export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, + { name: "Services", id: "#services" }, { name: "Why Us", id: "#why-us" }, - { name: "Case Studies", id: "/case-studies" }, + { name: "Testimonials", id: "#testimonials" }, { name: "Contact", id: "#lead-capture" }, ]; @@ -26,13 +26,13 @@ export default function HomePage() { { items: [ { label: "Home", href: "/" }, - { label: "Services", href: "/services" }, - { label: "About", href: "#why-us" }, + { label: "Services", href: "#services" }, + { label: "Why Us", href: "#why-us" }, ], }, { items: [ - { label: "Case Studies", href: "/case-studies" }, + { label: "Testimonials", href: "#testimonials" }, { label: "Contact", href: "#lead-capture" }, { label: "Blog", href: "#" }, ], @@ -46,8 +46,8 @@ export default function HomePage() { }, { items: [ - { label: "Phone: (555) 123-4567", href: "tel:+15551234567" }, - { label: "Email: hello@housinghues.com", href: "mailto:hello@housinghues.com" }, + { label: "Phone: +27 (11) 123-4567", href: "tel:+27111234567" }, + { label: "Email: hello@housinghues.co.za", href: "mailto:hello@housinghues.co.za" }, { label: "LinkedIn", href: "https://linkedin.com" }, ], }, @@ -70,7 +70,7 @@ export default function HomePage() { @@ -86,9 +86,9 @@ export default function HomePage() { variant: "sparkles-gradient"}} buttons={[ { - text: "Book a Free Growth Call", href: "/services"}, + text: "Book a Free Growth Call", href: "#lead-capture"}, { - text: "Call Now: (555) 123-4567", onClick: () => window.location.href = "tel:+15551234567"}, + text: "Call Now: +27 (11) 123-4567", onClick: () => window.location.href = "tel:+27111234567"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-laptop_23-2149009003.jpg?_wi=1" @@ -102,7 +102,7 @@ export default function HomePage() { tag="Trusted Partners" tagAnimation="slide-up" title="150+ Local Businesses Scaled" - description="We've helped businesses across construction, restaurants, retail, healthcare, and home services achieve national growth." + description="We've helped businesses across construction, restaurants, retail, healthcare, and home services achieve national growth across South Africa and beyond." textboxLayout="default" useInvertedBackground={true} names={[ @@ -120,18 +120,18 @@ export default function HomePage() { tag="Complete Solution" tagAnimation="slide-up" title="Everything You Need to Scale" - description="Our comprehensive suite of services transforms local businesses into scalable, systems-driven enterprises ready for national expansion." + description="Our comprehensive suite of services transforms local businesses into scalable, systems-driven enterprises ready for national expansion. From South Africa to the world." accordionItems={[ { - id: "1", title: "Growth Strategy", content: "We audit your business, identify hidden revenue opportunities, and build a custom growth roadmap. Our strategic framework has helped 150+ businesses unlock their scaling potential."}, + id: "1", title: "Growth Strategy & Business Audit", content: "We conduct a comprehensive audit of your business operations, revenue streams, and market position. Our strategic framework identifies hidden revenue opportunities and builds a custom growth roadmap specifically tailored to South African market dynamics. We've helped 150+ businesses unlock their scaling potential with data-driven insights and actionable strategies."}, { - id: "2", title: "Marketing & Brand Development", content: "From brand positioning to customer acquisition, we create marketing systems that convert. We don't just get you customers—we build your brand authority."}, + id: "2", title: "Marketing & Brand Development", content: "From brand positioning to customer acquisition, we create marketing systems that convert. We specialise in multi-channel marketing strategies optimised for South African audiences. We don't just get you customers—we build your brand authority and establish market leadership in your industry."}, { - id: "3", title: "Operational Systems", content: "Scaling requires systems. We install the operational frameworks, workflows, and processes that allow you to grow without burnout."}, + id: "3", title: "Operational Systems & Processes", content: "Scaling requires systems. We install the operational frameworks, workflows, and processes that allow you to grow without burnout. From staff training to quality control procedures, we ensure your business can scale efficiently while maintaining service excellence."}, { - id: "4", title: "Financial Structure & Bookkeeping", content: "Clean financials are the foundation of scaling. We structure your business finances for growth, profitability tracking, and investor readiness."}, + id: "4", title: "Financial Structure & Bookkeeping", content: "Clean financials are the foundation of scaling. We structure your business finances for growth and profitability tracking in line with South African tax requirements. We prepare your books for investor readiness, acquisition, or multi-location expansion."}, { - id: "5", title: "Franchise Scaling Strategy", content: "Ready to franchise? We guide you through franchise structure, systems documentation, and multi-unit expansion planning."}, + id: "5", title: "Franchise Scaling Strategy", content: "Ready to franchise? We guide you through franchise structure, systems documentation, and multi-unit expansion planning. We help you navigate South African franchise regulations and prepare your business model for rapid, sustainable growth across multiple locations."}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-tablet-background_1098-3450.jpg?_wi=1" imageAlt="Business growth analytics and metrics" @@ -140,7 +140,7 @@ export default function HomePage() { mediaPosition="right" buttons={[ { - text: "See How We Help", href: "/services"}, + text: "See How We Help", href: "#lead-capture"}, ]} buttonAnimation="slide-up" ariaLabel="Services section with accordion" @@ -151,19 +151,19 @@ export default function HomePage() { @@ -247,14 +247,14 @@ export default function HomePage() {
window.location.href = "tel:+15551234567"}, + text: "Call Now: +27 (11) 123-4567", onClick: () => window.location.href = "tel:+27111234567"}, { - text: "Book a Free Call", href: "/services"}, + text: "Book a Free Call", href: "#lead-capture"}, ]} buttonAnimation="slide-up" ariaLabel="Call to action banner" @@ -270,4 +270,4 @@ export default function HomePage() {
); -} \ No newline at end of file +}