"use client" import { useEffect, useRef, useState } from "react" import { Button } from "@/components/ui/button" import { ArrowRight, ChevronDown } from "lucide-react" import Link from "next/link" function FloatingElement({ delay = 0, duration = 20, children, className = "" }: { delay?: number duration?: number children: React.ReactNode className?: string }) { return (
From websites and cloud infrastructure to computer repairs and I.T support — we help small businesses thrive in the digital world.
{/* CTA Buttons */}