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 { solutions } from "@/data/site-pages"; export const metadata = { title: "Solutions", description: "Digital transformation, product development, IoT, SMAC, DevOps, and blockchain solutions engineered for enterprise outcomes.", }; export default function SolutionsPage() { return ( <>
); }