'use client'; import { Text } from "@/components/ui/Typography"; import { useAppSelector } from "@/lib/redux/hooks"; import { selectBoxTotal } from "@/lib/redux/slices/boxSlice"; import Link from "next/link"; export function BuildBoxMobileSummary() { const boxTotal = useAppSelector(selectBoxTotal); return (