diff --git a/apps/gifting-concierge/README.md b/apps/gifting-concierge/README.md index d913ac1f..833239a5 100644 --- a/apps/gifting-concierge/README.md +++ b/apps/gifting-concierge/README.md @@ -1,7 +1,7 @@ Tasks: Confirm Gift Tasks: -- [ ] put the gif up top as the first thing people see. +- [x] put the gif up top as the first thing people see. Header: - [ ] Let’s clean up the menu header. We don’t need the cart, AI, or get started button up there. diff --git a/apps/gifting-concierge/src/app/confirm/[giftId]/page.tsx b/apps/gifting-concierge/src/app/confirm/[giftId]/page.tsx index cdbd874c..17778527 100644 --- a/apps/gifting-concierge/src/app/confirm/[giftId]/page.tsx +++ b/apps/gifting-concierge/src/app/confirm/[giftId]/page.tsx @@ -5,6 +5,8 @@ import { ConfirmGift } from "./confirm-gift"; import { ChevronRightIcon } from "lucide-react"; import ShippingForm from "./details/shipping-form"; import giftboxGIF from "~/assets/giftbox2.gif"; +import { cn } from "@theliaison/ui"; +import { buttonVariants } from "@theliaison/ui/button"; export default async function Confirm({ params: { giftId }, @@ -21,9 +23,17 @@ export default async function Confirm({ if (error) { return ( -
- The Liaison Gifting concierge manages the gift sending. + Enter Your Address Securely to Receive Your Gift! The Liaison will + handle the rest.