diff --git a/apps/chat/apps/landing/src/components/Footer.astro b/apps/chat/apps/landing/src/components/Footer.astro index 2db077b3f..b9cc1f666 100644 --- a/apps/chat/apps/landing/src/components/Footer.astro +++ b/apps/chat/apps/landing/src/components/Footer.astro @@ -2,7 +2,7 @@ const footerLinks = { product: [ { href: '#features', label: 'Features' }, - { href: '#pricing', label: 'Preise' }, + { href: '/pricing', label: 'Preise' }, { href: '#faq', label: 'FAQ' }, ], legal: [ diff --git a/apps/chat/apps/landing/src/pages/pricing.astro b/apps/chat/apps/landing/src/pages/pricing.astro new file mode 100644 index 000000000..50d9c75a4 --- /dev/null +++ b/apps/chat/apps/landing/src/pages/pricing.astro @@ -0,0 +1,23 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Navigation from '../components/Navigation.astro'; +import Footer from '../components/Footer.astro'; +import ManaPricingSection from '@manacore/shared-landing-ui/sections/ManaPricingSection.astro'; +--- + + + + +
+ +
+ +