Update src/app/cart/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user