diff --git a/src/app/navo/page.tsx b/src/app/navo/page.tsx index 8cdc60d..aef5bb7 100644 --- a/src/app/navo/page.tsx +++ b/src/app/navo/page.tsx @@ -111,13 +111,13 @@ export default function NavoPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Growth Strategy", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=300&fit=crop", imageAlt: "Growth strategy consulting", onProductClick: () => window.open("https://navo.lab", "_blank") + id: "1", name: "Growth Strategy", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=300&fit=crop&_wi=1", imageAlt: "Growth strategy consulting", onProductClick: () => window.open("https://navo.lab", "_blank") }, { id: "2", name: "Data Analytics", price: "Enterprise", imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=300&fit=crop", imageAlt: "Data analytics platform", onProductClick: () => window.open("https://navo.lab", "_blank") }, { - id: "3", name: "Strategic Partnerships", price: "Ongoing", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=300&fit=crop", imageAlt: "Partnership network", onProductClick: () => window.open("https://navo.lab", "_blank") + id: "3", name: "Strategic Partnerships", price: "Ongoing", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=300&fit=crop&_wi=2", imageAlt: "Partnership network", onProductClick: () => window.open("https://navo.lab", "_blank") }, ]} carouselMode="buttons"