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,5 +1,5 @@
import { useState } from "react";
import { Link } from "react-router";
import Link from "next/link";
import { Typography } from "@/components/Typography";
import { Container } from "@/components/layout/Container";
@@ -97,7 +97,7 @@ export function Footer({
{col.links.map((l, j) => (
<li key={j}>
<Link
to={l.href}
href={l.href}
className="text-sm text-foreground/80 hover:text-foreground"
>
{l.label}