update product details

This commit is contained in:
Rami Bitar
2026-06-03 13:41:04 -04:00
parent 4aa55c2b89
commit 3cc7ec376c
42 changed files with 1965 additions and 972 deletions

View File

@@ -1,4 +1,4 @@
import { Link } from "react-router";
import Link from "next/link";
import { cn } from "@/lib/utils";
export type BannerProps = {
@@ -20,7 +20,7 @@ export function Banner({ text, ctaLabel, ctaHref, tone }: BannerProps) {
<span>{text}</span>
{ctaLabel ? (
<Link
to={ctaHref || "#"}
href={ctaHref || "#"}
className="underline-offset-4 hover:underline"
>
{ctaLabel}