Contact us.
We are located in the beautiful
Tyger Waterfront, come pop-in
for a cup of coffee with one of
our trusted advisors.
OUR OFFICE
CONTACT US OR FILL IN THE CONTACT FORM BELOW TO REQUEST A
QUOTE.
import Hero from "@/components/ui/animated-shader-hero";
// Demo Component showing how to use the Hero
const HeroDemo: React.FC = () => {
const handlePrimaryClick = () => {
console.log('Get Started clicked!');
// Add your logic here
};
const handleSecondaryClick = () => {
console.log('Explore Features clicked!');
// Add your logic here
};
return (
{/* Additional content below hero */}
);
};
export default HeroDemo;
How to Use the Hero Component
{` `}
