'use client'; import React from 'react'; import Link from 'next/link'; import { Button } from '@/components/ui/Button'; import { ArrowRight, Calculator, TrendingUp } from 'lucide-react'; export const ReprintCalculatorTeaser: React.FC = () => { return (
ROI Calculator

Are you burning budget on
Static Reprints?

Find out exactly how much you can save by switching to dynamic QR codes. Our calculator reveals your savings potential in seconds.

Cost Analysis

Enter your print volume and update frequency to see your hidden costs.

); };