Update src/app/confirmation/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function ConfirmationPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -42,7 +42,7 @@ export default function ConfirmationPage() {
|
||||
<ContactText
|
||||
text="Booking confirmed! Check your email for session details, Discord invite, and next steps. We're excited to help you level up your PvP game."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Join Our Discord", href: "https://discord.gg/example" },
|
||||
@@ -59,23 +59,17 @@ export default function ConfirmationPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-tempalte_23-2148379462.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-tempalte_23-2148379462.jpg"
|
||||
imageAlt="Next steps confirmation"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Check Your Email",
|
||||
description: "You'll receive booking confirmation with session link and Discord invite within 2 hours",
|
||||
icon: undefined,
|
||||
title: "Check Your Email", description: "You'll receive booking confirmation with session link and Discord invite within 2 hours", icon: undefined,
|
||||
},
|
||||
{
|
||||
title: "Join Discord Community",
|
||||
description: "Connect with other students, access resources, and schedule follow-ups anytime",
|
||||
icon: undefined,
|
||||
title: "Join Discord Community", description: "Connect with other students, access resources, and schedule follow-ups anytime", icon: undefined,
|
||||
},
|
||||
{
|
||||
title: "Prepare Your Setup",
|
||||
description: "Make sure Discord is installed, your mic works, and you have stable internet for screenshare",
|
||||
icon: undefined,
|
||||
title: "Prepare Your Setup", description: "Make sure Discord is installed, your mic works, and you have stable internet for screenshare", icon: undefined,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View FAQ", href: "/#faq" }]}
|
||||
|
||||
Reference in New Issue
Block a user