Rag Repo Service
Order

Order Confirmation Summary

Post-purchase summary showing status and receipt details.

A comprehensive confirmation page showing order numbers, status, items purchased, and shipment details.

Thank you for your purchase!

We've sent you an email with your order details to order@example.com.

iPhone 15 Pro
iPhone 15 Pro

6.1-inch Super Retina XDR display with ProMotion.

$999.00

×2

AirPods Pro
AirPods Pro

Active Noise Cancellation with Adaptive Transparency.

$249.00

×1

MacBook Air M2
MacBook Air M2

13-inch laptop with M2 chip and 8GB unified memory.

$1,199.00

×1

Total

$3,446.00

Usage

import { OrderConfirmation } from "@repo/ui/blocks/order/order-confirmation";

export default function Page() {
  return <OrderConfirmation />;
}

On this page