diff --git a/components/hero.tsx b/components/hero.tsx index a4464a2..309ac96 100644 --- a/components/hero.tsx +++ b/components/hero.tsx @@ -2,7 +2,7 @@ import { useEffect, useRef, useState } from "react" import { Button } from "@/components/ui/button" -import { ArrowRight, ChevronDown } from "lucide-react" +import { ArrowRight } from "lucide-react" import Link from "next/link" function FloatingElement({ delay = 0, duration = 20, children, className = "" }: { @@ -113,10 +113,10 @@ export function Hero() { {/* Main Heading */} -

- - - +

+ + + {/* Stats */} -
+
{[ - { value: "100+", label: "Happy Clients" }, - { value: "24/7", label: "Support" }, - { value: "NZ", label: "Based Hosting" }, - { value: "10+", label: "Years Experience" }, + { value: "24/7", label: "Support Available" }, + { value: "NZ", label: "Hosted Locally" }, + { value: "Auckland", label: "Based Business" }, ].map((stat, index) => (
- {/* Scroll indicator */} -
- - Scroll - - -
-