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} useInvertedBackground={false}
tag="Your Order" tag="Your Order"
title="Your Shopping Cart" title="Your Shopping Cart"
description="Review the items in your cart before proceeding to checkout. Your ultimate grooming experience awaits!"
buttons={[ buttons={[
{ {
text: "Proceed to Checkout", href: "/checkout" text: "Proceed to Checkout", href: "/checkout"

View File

@@ -43,7 +43,6 @@ export default function OrderConfirmationPage() {
useInvertedBackground={false} useInvertedBackground={false}
tag="Thank You!" tag="Thank You!"
title="Order Confirmed!" 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={[ buttons={[
{ {
text: "Continue Browsing", href: "/" text: "Continue Browsing", href: "/"