File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed
Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { PageServerLoad } from './$types.js';
22import { createApiClient } from '$lib/server/api' ;
33import { getCachedData } from '../hooks.server.js' ;
44
5- export const prerender = false ;
5+ export const prerender = true ;
66
77export const ssr = true ;
88export const csr = true ;
Original file line number Diff line number Diff line change 8484
8585 <div class =" items-center" >
8686 <div class =" flex flex-col gap-4 items-center" >
87- <a
88- href =" mailto:contact@appgoblin.info"
89- class =" btn-primary inline-flex items-center gap-2 px-6 py-3 bg-white rounded-lg hover:scale-105 transition-transform duration-200 shadow-lg"
90- >
91- <span class =" text-black font-bold" >Get in Touch</span >
92- <span class =" text-black font-bold" >→</span >
93- </a >
87+ <div class =" flex flex-wrap items-center justify-center gap-3" >
88+ <a
89+ href =" /auth/signup"
90+ class =" btn-primary inline-flex items-center gap-2 px-6 py-3 bg-white rounded-lg hover:scale-105 transition-transform duration-200 shadow-lg"
91+ >
92+ <span class =" text-black font-bold" >Create Free Account</span >
93+ <span class =" text-black font-bold" >→</span >
94+ </a >
95+ <a
96+ href =" mailto:contact@appgoblin.info"
97+ class =" btn preset-outlined-primary-100-900 inline-flex items-center gap-2 px-6 py-3 rounded-lg"
98+ >
99+ <span class =" font-bold" >Get in Touch</span >
100+ </a >
101+ </div >
94102 <div class =" text-white/80 text-sm pt-1" >
95103 Free demo & walkthroughs: <p >contact@appgoblin.info</p >
96104 </div >
You can’t perform that action at this time.
0 commit comments