Update src/app/cart/page.tsx
This commit is contained in:
@@ -33,7 +33,7 @@ export default function CartPage() {
|
||||
{ name: "Orders", id: "/order-tracking" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="ReservaFlow"
|
||||
button={{ text: "Start Free Trial", href: "#contact" }}
|
||||
@@ -44,9 +44,8 @@ export default function CartPage() {
|
||||
<TextAnimation
|
||||
type="entrance-slide"
|
||||
className="text-4xl font-bold mb-4"
|
||||
>
|
||||
Your Shopping Cart
|
||||
</TextAnimation>
|
||||
text="Your Shopping Cart"
|
||||
/>
|
||||
<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