import HeroSection from "./_components/HeroSection"; // Import the HeroSection component import ClientLogosSection, { defaultClients, } from "./_components/ClientLogosSection"; // Import component and data import CallToActionSection from "./_components/CallToActionSection"; import CoreServicesSection, { defaultCoreServices, } from "./_components/CoreServicesSection"; import WhyChooseUsSection, { defaultWhyChooseUsFeatures, } from "./_components/WhyChooseUsSection"; import FeaturedProductSection, { defaultObseFeatures, } from "./_components/FeaturedProductSection"; // import HeroSectionModern from "./_components/HeroSectionModern"; // import HeroSectionDynamic from "./_components/HeroSectionDynamic"; export default function HomePage() { return ( <> {" "} {/* Where Innovation Meets Excellence} // Simplified title for this layout subtitle="We deliver cutting-edge IT solutions, empowering businesses to thrive in the ever-evolving digital landscape with unmatched industry expertise." buttonText="Explore Solutions" // Changed button text slightly buttonHref="/services" // Point to services maybe? imageUrl="/hero-bg.jpg" // Use a different, high-quality background image /> Where Innovation
Meets Excellence. } subtitle="Welcome to Owethu Managed Services. We deliver cutting-edge IT solutions, empowering businesses to thrive in the ever-evolving digital landscape with unmatched industry expertise." buttonText="Learn More" buttonHref="/about" imageUrl="/hero-bg.jpg" // Specify your hero image /> */} Where Innovation
Meets Excellence. } subtitle="Welcome to Owethu Managed Services. We deliver cutting-edge IT solutions, empowering businesses to thrive in the ever-evolving digital landscape with unmatched industry expertise." buttonText="Learn More" buttonHref="/about" imageUrl="/hero-bg.jpg" // Specify your hero image /> {/* TODO: Implement actual client logo fetching and display */} {/* TODO: Add auto-sliding carousel for clients */} ); }