Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-03 10:32:52 +00:00
2 changed files with 0 additions and 2 deletions

View File

@@ -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"

View File

@@ -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: "/"