diff --git a/examples/official-site/your-first-sql-website/index.sql b/examples/official-site/your-first-sql-website/index.sql index cdab58cf..076fa99f 100644 --- a/examples/official-site/your-first-sql-website/index.sql +++ b/examples/official-site/your-first-sql-website/index.sql @@ -5,18 +5,20 @@ select 'dynamic' as component, properties FROM example WHERE component = 'shell' SELECT 'hero' as component, 'Your first SQL Website' as title, - 'Let''s create your first website in SQL together, from downloading SQLPage to publishing your site online.' as description, + 'Let''s create your first website in SQL together, from downloading SQLPage to connecting it to your database, to making a web app' as description, 'https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Backlit_keyboard.jpg/1024px-Backlit_keyboard.jpg' as image, - 'https://replit.com/@pimaj62145/SQLPage#index.sql' as link, - 'Try SQLPage online on repl.it' as link_text; + 'https://datapage.app' as link, + '... or just put your app online now. Try DataPage !' as link_text; SELECT 'alert' as component, 'Afraid of the setup ? Do it the easy way !' as title, 'mood-happy' as icon, 'teal' as color, - 'You don’t want to have anything to do with scary hacker things ? You can use a preconfigured SQLPage hosted on our servers, and **never have to configure a server** yourself.' as description_md, - 'hosted.sql' AS link, - 'Try SQLPage cloud' as link_text; + 'You don’t want to have anything to do with scary hacker things ? + You can use a preconfigured SQLPage hosted on our servers, and **never have to configure a server** yourself.' as description_md, + 'https://replit.com/@pimaj62145/SQLPage#index.sql' AS link, + 'Try SQLPage from your browser' as link_text; +select 'https://datapage.app' as link, 'Host your app on our servers' as title, 'teal' as color; SELECT 'alert' as component, 'Do you prefer videos ?' as title, 'brand-youtube' as icon,