Update src/app/cart/page.tsx

This commit is contained in:
2026-06-03 11:53:26 +00:00
parent 1866a3872a
commit e312371085

View File

@@ -42,10 +42,11 @@ export default function CartPage() {
<section className="py-20 text-center">
<TextAnimation
title="Your Shopping Cart"
type="entrance-slide"
className="text-4xl font-bold mb-4"
/>
>
Your Shopping Cart
</TextAnimation>
<p className="text-lg text-foreground/80">
Looks like your cart is empty. <a href="/menu" className="text-primary-cta hover:underline">Browse our menu</a> to add some delicious items!
</p>