export const metadata = { title: "Dine 360 | Best Restaurant POS in Hamilton, GTA & Kitchener | Save 50%", description: "Dine 360 is the most affordable POS for 1-3 location restaurants in Southern Ontario. No hardware fees. No hidden costs.", }; import Navbar from "@/components/Navbar"; import HeroSection from "@/components/HeroSection"; import VideoSection from "@/components/VideoSection"; import HighlightsSection from "@/components/HighlightsSection"; import Testimonials from "@/components/Testimonials"; import FeaturesSection from "@/components/FeaturesSection"; import FAQ from "@/components/FAQ"; import ContactSection from "@/components/ContactSection"; import Footer from "@/components/Footer"; import ComparisonSection from "@/components/ComparisonSection"; export default function Home() { return (
{/* */}
); }