import React from "react"; import { motion } from "framer-motion"; import Link from "next/link"; export default function Home() { return (
{/* Navbar */} {/* Hero Section */}
Welcome to Bytemetrics

Innovative tech solutions for your business.

{/* About Section */}

About Us

We provide cutting-edge solutions to help your business grow.

{/* Services Section */}

Our Services

{/* Projects Section */}

Our Projects

Coming soon...

{/* Contact Section */}

Contact Us

Reach out to us for more information.

{/* AI Models Section */}

AI Models

Reach out to us for more information.

{/* Footer */}
); }