diff --git a/src/assets/images/hero-image.jpg b/src/assets/images/hero-image.jpg new file mode 100644 index 0000000..abea07e Binary files /dev/null and b/src/assets/images/hero-image.jpg differ diff --git a/src/assets/images/hero-image.png b/src/assets/images/hero-image.png deleted file mode 100644 index 5509924..0000000 Binary files a/src/assets/images/hero-image.png and /dev/null differ diff --git a/src/components/CustomStyles.astro b/src/components/CustomStyles.astro index 2b27954..3a29e21 100644 --- a/src/components/CustomStyles.astro +++ b/src/components/CustomStyles.astro @@ -27,7 +27,7 @@ import '@fontsource-variable/inter'; --aw-color-primary: rgb(1 97 239); --aw-color-secondary: rgb(1 84 207); - --aw-color-accent: rgb(109 40 217); + --aw-color-accent: #ff6600; --aw-color-text-heading: rgb(0 0 0); --aw-color-text-default: rgb(16 16 16); @@ -48,7 +48,7 @@ import '@fontsource-variable/inter'; --aw-color-primary: rgb(1 97 239); --aw-color-secondary: rgb(1 84 207); - --aw-color-accent: rgb(109 40 217); + --aw-color-accent: #ff6600; --aw-color-text-heading: rgb(247, 248, 248); --aw-color-text-default: rgb(229 236 246); diff --git a/src/components/Logo.astro b/src/components/Logo.astro index 8469792..e11596a 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -5,5 +5,5 @@ import { SITE } from 'astrowind:config'; - 🚀 {SITE?.name} + {SITE?.name} diff --git a/src/layouts/LandingLayout.astro b/src/layouts/LandingLayout.astro index 0554afa..b32511b 100644 --- a/src/layouts/LandingLayout.astro +++ b/src/layouts/LandingLayout.astro @@ -22,8 +22,8 @@ const { metadata } = Astro.props; links={headerData?.links[2] ? [headerData.links[2]] : undefined} actions={[ { - text: 'Download', - href: 'https://github.com/onwidget/astrowind', + text: 'Commencer', + href: 'https://github.com/biblys/biblys', }, ]} showToggleTheme diff --git a/src/navigation.ts b/src/navigation.ts index d5cd65b..b56a427 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -1,121 +1,28 @@ -import { getPermalink, getBlogPermalink, getAsset } from './utils/permalinks'; +import { getPermalink, getAsset } from './utils/permalinks'; export const headerData = { links: [ { - text: 'Homes', - links: [ - { - text: 'SaaS', - href: getPermalink('/homes/saas'), - }, - { - text: 'Startup', - href: getPermalink('/homes/startup'), - }, - { - text: 'Mobile App', - href: getPermalink('/homes/mobile-app'), - }, - { - text: 'Personal', - href: getPermalink('/homes/personal'), - }, - ], - }, - { - text: 'Pages', - links: [ - { - text: 'Features (Anchor Link)', - href: getPermalink('/#features'), - }, - { - text: 'Services', - href: getPermalink('/services'), - }, - { - text: 'Pricing', - href: getPermalink('/pricing'), - }, - { - text: 'About us', - href: getPermalink('/about'), - }, - { - text: 'Contact', - href: getPermalink('/contact'), - }, - { - text: 'Terms', - href: getPermalink('/terms'), - }, - { - text: 'Privacy policy', - href: getPermalink('/privacy'), - }, - ], + text: 'Blog', + href: 'https://blog.biblys.fr', + target: '_blank', }, { - text: 'Landing', - links: [ - { - text: 'Lead Generation', - href: getPermalink('/landing/lead-generation'), - }, - { - text: 'Long-form Sales', - href: getPermalink('/landing/sales'), - }, - { - text: 'Click-Through', - href: getPermalink('/landing/click-through'), - }, - { - text: 'Product Details (or Services)', - href: getPermalink('/landing/product'), - }, - { - text: 'Coming Soon or Pre-Launch', - href: getPermalink('/landing/pre-launch'), - }, - { - text: 'Subscription', - href: getPermalink('/landing/subscription'), - }, - ], + text: 'Documentation', + href: 'https://docs.biblys.fr', + target: '_blank', }, { - text: 'Blog', - links: [ - { - text: 'Blog List', - href: getBlogPermalink(), - }, - { - text: 'Article', - href: getPermalink('get-started-website-with-astro-tailwind-css', 'post'), - }, - { - text: 'Article (with MDX)', - href: getPermalink('markdown-elements-demo-post', 'post'), - }, - { - text: 'Category Page', - href: getPermalink('tutorials', 'category'), - }, - { - text: 'Tag Page', - href: getPermalink('astro', 'tag'), - }, - ], + text: 'Open source', + href: 'https://docs.biblys.fr', + target: '_blank', }, { - text: 'Widgets', + text: 'Tarifs', href: '#', }, ], - actions: [{ text: 'Download', href: 'https://github.com/onwidget/astrowind', target: '_blank' }], + actions: [{ text: 'Commencer', href: 'https://github.com/biblys/biblys', target: '_blank' }], }; export const footerData = { diff --git a/src/pages/index.astro b/src/pages/index.astro index 16a9be4..e7ef9f8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,7 +2,6 @@ import Layout from '~/layouts/PageLayout.astro'; import Hero from '~/components/widgets/Hero.astro'; -import Note from '~/components/widgets/Note.astro'; import Features from '~/components/widgets/Features.astro'; import Features2 from '~/components/widgets/Features2.astro'; import Steps from '~/components/widgets/Steps.astro'; @@ -13,7 +12,7 @@ import Stats from '~/components/widgets/Stats.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; const metadata = { - title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS', + title: 'Biblys — Le logiciel libre pour créer des boutiques de livre en ligne.', ignoreTitleTemplate: true, }; --- @@ -25,78 +24,94 @@ const metadata = { actions={[ { variant: 'primary', - text: 'Get template', - href: 'https://github.com/onwidget/astrowind', + text: 'Télécharger', + href: 'https://github.com/biblys/biblys', target: '_blank', icon: 'tabler:download', }, - { text: 'Learn more', href: '#features' }, + { text: 'En savoir plus', href: '#features' }, ]} - image={{ src: '~/assets/images/hero-image.png', alt: 'AstroWind Hero Image' }} + image={{ + src: '~/assets/images/hero-image.jpg', + alt: 'Photographie d’une librairie montrant une libraire en train d’encaisser', + // https://unsplash.com/fr/photos/personnes-a-linterieur-de-la-bibliotheque-tv8PIPPY3rQ + }} > - Free template for - Astro 5.0 + Tailwind CSS + Le logiciel libre + pour créer des boutiques de livres en ligne - - AstroWind: Production-ready. - Suitable for Startups, Small Business, SaaS websites, Professional Portfolios, Marketing websites, Landing Pages & - Blogs. + Biblys est un logiciel libre et gratuit pour permettre à des maisons d'édition et + des librairies de vendre des livres papiers et numériques sur le web sans aucune connaissante technique. - - - - @@ -139,6 +154,40 @@ const metadata = { + + + Installer', + description: + 'Installez facilement Biblys chez votre hébergeur grâce à un tutoriel détaillé.', + icon: 'tabler:package', + }, + { + title: 'Étape 2 : Alimenter', + description: + 'Ajoutez des livres au catalogue de votre site.', + icon: 'tabler:letter-case', + }, + { + title: 'Étape 3 : Personnaliser (facultatif)', + description: + 'Personnaliser l’apparence de votre site grâce à l’éditeur de thème intégré ou démarrez sans attendre en utilisant l’habillage de base livré avec Biblys.', + icon: 'tabler:paint', + }, + { + title: 'Votre site est prêt !', + icon: 'tabler:check', + }, + ]} + image={{ + src: 'https://images.unsplash.com/photo-1616198814651-e71f960c3180?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80', + alt: 'Steps image', + }} + /> + - - - Download', - description: - "Kickstart with GitHub! Either fork the AstroWind template or simply click 'Use this template'. Your canvas awaits, ready for your digital masterpiece. In just a few clicks, you've already set the foundation.", - icon: 'tabler:package', - }, - { - title: 'Step 2: Add content', - description: - "Pour your vision into it. Add images, text, and all that jazz to breathe life into your digital space. Remember, it's the content that tells your story, so make it captivating.", - icon: 'tabler:letter-case', - }, - { - title: 'Step 3: Customize styles', - description: - 'Give it your personal touch. Tailor colors, fonts, and layouts until it feels just right. Your unique flair, amplified by AstroWind! Precision in design ensures a seamless user experience.', - icon: 'tabler:paint', - }, - { - title: 'Ready!', - icon: 'tabler:check', - }, - ]} - image={{ - src: 'https://images.unsplash.com/photo-1616198814651-e71f960c3180?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80', - alt: 'Steps image', - }} - /> -