import { Navbar } from "@/components/sections/Navbar"; import { PageTitleBanner } from "@/components/shared/PageTitleBanner"; import { MarqueeStrip } from "@/components/sections/MarqueeStrip"; import { AnchoredCardGrid } from "@/components/shared/AnchoredCardGrid"; import { PreFooterCTA } from "@/components/shared/PreFooterCTA"; import { industries } from "@/data/site-pages"; export const metadata = { title: "Industries", description: "Enterprise technology solutions for retail, financial services, healthcare, manufacturing, and education.", }; export default function IndustriesPage() { return ( <>
); }