diff --git a/packages/landing-page/src/components/StreamingHeroSection.tsx b/packages/landing-page/src/components/StreamingHeroSection.tsx
index b91f52f..42f024f 100644
--- a/packages/landing-page/src/components/StreamingHeroSection.tsx
+++ b/packages/landing-page/src/components/StreamingHeroSection.tsx
@@ -26,7 +26,7 @@ export default function StreamingHeroSection() {
{/* Content */}
-
+
Transmite Multistreaming Profesional
diff --git a/packages/landing-page/src/index.css b/packages/landing-page/src/index.css
index d3243e6..e9914fd 100644
--- a/packages/landing-page/src/index.css
+++ b/packages/landing-page/src/index.css
@@ -1,16 +1,25 @@
-@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
+/* Requiner Font for Logo */
+@font-face {
+ font-family: 'Requiner';
+ src: url('/fonts/Requiner-6RRLM.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+ font-display: swap;
+}
+
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
- @apply font-nunito text-base leading-relaxed bg-white dark:bg-slate-900 text-gray-900 dark:text-white;
+ @apply font-sans text-base leading-relaxed bg-white dark:bg-slate-900 text-gray-900 dark:text-white;
}
p {
diff --git a/packages/landing-page/src/pages/NextreamLanding.tsx b/packages/landing-page/src/pages/NextreamLanding.tsx
index f309afa..f153a26 100644
--- a/packages/landing-page/src/pages/NextreamLanding.tsx
+++ b/packages/landing-page/src/pages/NextreamLanding.tsx
@@ -23,7 +23,7 @@ const NextreamLanding: React.FC = () => {
}, [])
return (
-
+
{/* Modern SaaS Header */}
diff --git a/packages/landing-page/src/pages/index.tsx b/packages/landing-page/src/pages/index.tsx
index 700df7b..4f038e3 100644
--- a/packages/landing-page/src/pages/index.tsx
+++ b/packages/landing-page/src/pages/index.tsx
@@ -17,7 +17,7 @@ export default function Home() {
}
return (
-
+
{/* Hero Section - Modern SaaS Style */}
diff --git a/packages/landing-page/tailwind.config.cjs b/packages/landing-page/tailwind.config.cjs
index 1c8656a..8dfa8f6 100644
--- a/packages/landing-page/tailwind.config.cjs
+++ b/packages/landing-page/tailwind.config.cjs
@@ -13,6 +13,9 @@ module.exports = {
...sharedConfig.theme,
extend: {
...sharedConfig.theme.extend,
+ fontFamily: {
+ sans: ['Manrope', 'ui-sans-serif', 'system-ui', '-apple-system', 'sans-serif'],
+ },
typography: ({ theme }) => ({
DEFAULT: {
css: {