Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -43,7 +43,6 @@ export default function CartPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Your Order"
|
||||
title="Your Shopping Cart"
|
||||
description="Review the items in your cart before proceeding to checkout. Your ultimate grooming experience awaits!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Proceed to Checkout", href: "/checkout"
|
||||
|
||||
@@ -43,7 +43,6 @@ export default function OrderConfirmationPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Thank You!"
|
||||
title="Order Confirmed!"
|
||||
description="Your appointment has been successfully booked. A confirmation email with all the details has been sent to your inbox. We look forward to seeing you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Continue Browsing", href: "/"
|
||||
|
||||
Reference in New Issue
Block a user