@@ -31,7 +31,6 @@ import appIcon from "../assets/rocketsim-app-icon.png";
3131 .logo-image {
3232 width: 4rem;
3333 height: auto;
34-
3534 }
3635
3736 section {
@@ -61,51 +60,48 @@ import appIcon from "../assets/rocketsim-app-icon.png";
6160 padding-bottom: 8rem;
6261 }
6362 }
64-
6563</style >
6664
6765<BaseLayout
6866 pageTitle =" Thank you - RocketSim"
6967 pageDescription =" Thank you for your order! Your order is being processed and you will receive an email soon."
70- >
68+ >
7169 <header >
7270 <div class =" logo" >
7371 <a href =" /" >
74- <Image
75- src ={ appIcon }
76- widths ={ [128 , 512 ]}
77- sizes =" (max-width: 767px) 4rem, 16rem"
78- alt =" RocketSim app icon"
79- class =" logo-image"
72+ <Image
73+ src ={ appIcon }
74+ widths ={ [128 , 512 ]}
75+ sizes =" (max-width: 767px) 4rem, 16rem"
76+ alt =" RocketSim app icon"
77+ class =" logo-image"
8078 />
8179 </a >
8280 </div >
83- <Navigation isAlwaysActive ={ true } >
84- <NavigationLink href =" /" >All Features</NavigationLink >
85- <NavigationLink href =" https://docs.rocketsim.app" target =" _blank" >
86- Documentation
87- </NavigationLink >
88- <NavigationLink
89- href =" https://docs.rocketsim.app/support/4FNpAbMLD25WbYwAhdxd37/faq/p3eKWj5LcsvBE7AqGuSty9"
90- target =" _blank"
91- >
92- FAQ
93- </NavigationLink >
94- </Navigation >
81+ <Navigation isAlwaysActive ={ true } >
82+ <NavigationLink href =" /" >All Features</NavigationLink >
83+ <NavigationLink href =" https://docs.rocketsim.app" target =" _blank" >
84+ Documentation
85+ </NavigationLink >
86+ <NavigationLink
87+ href =" https://docs.rocketsim.app/support/4FNpAbMLD25WbYwAhdxd37/faq/p3eKWj5LcsvBE7AqGuSty9"
88+ target =" _blank"
89+ >
90+ FAQ
91+ </NavigationLink >
92+ </Navigation >
9593 </header >
9694 <main >
9795 <section class =" grid thank-you" >
98- <SectionHeader
99- title =" Thanks for purchasing RocketSim!"
100- />
101- <p >An invitation email with further instructions has been send to you.</p >
96+ <SectionHeader title =" Thanks for purchasing RocketSim!" />
97+ <p >An invitation email with further instructions has been send to you.</p >
10298 </section >
10399 <section class =" newsletter" >
104- <SectionHeader
105- title =" While you await your invitation email"
106- subtitle =" Subscribe to our newsletter"
107- smallTitle
108- text =" And be the first to discover new features & time-saving tricks."
100+ <SectionHeader
101+ title =" While you await your invitation email"
102+ subtitle =" Subscribe to our newsletter"
103+ smallTitle
104+ text =" And be the first to discover new features & time-saving tricks."
109105 />
110106 <NewsLetterForm />
111107 </section >
0 commit comments