"use client"; import { Container } from "@/components/container"; import { Heading } from "@/components/heading"; import { Subheading } from "@/components/subheading"; import { Button } from "@/components/ui/button"; import { Badge } from "@/components/badge"; import { motion } from "framer-motion"; import Image from "next/image"; export function Hero() { return (
{/* Bright Background Image with Light Overlay */}
Bright Office Background
Web Design & Development Agency Professional Websites That Grow Your Business We build high-converting, modern websites for startups, restaurants, and local businesses. Get a free demo before you pay a single cent.
{/* Subtle Soft Glows */}
); }