diff --git a/packages/landing-page/index.html b/packages/landing-page/index.html index 7232968..1d0b979 100644 --- a/packages/landing-page/index.html +++ b/packages/landing-page/index.html @@ -6,6 +6,11 @@ AvanzaCast - Plataforma Profesional de Streaming en Vivo + + + + + diff --git a/packages/landing-page/public/fonts/AvertaStd-Regular.ttf b/packages/landing-page/public/fonts/AvertaStd-Regular.ttf new file mode 100644 index 0000000..4510f64 Binary files /dev/null and b/packages/landing-page/public/fonts/AvertaStd-Regular.ttf differ diff --git a/packages/landing-page/public/fonts/Requiner-6RRLM.woff b/packages/landing-page/public/fonts/Requiner-6RRLM.woff new file mode 100644 index 0000000..c889450 Binary files /dev/null and b/packages/landing-page/public/fonts/Requiner-6RRLM.woff differ diff --git a/packages/landing-page/src/components/ModernSaasFooter.tsx b/packages/landing-page/src/components/ModernSaasFooter.tsx index 382976d..f080fb7 100644 --- a/packages/landing-page/src/components/ModernSaasFooter.tsx +++ b/packages/landing-page/src/components/ModernSaasFooter.tsx @@ -68,13 +68,14 @@ const ModernSaasFooter: React.FC = () => {
{/* Company Info */}
- + AvanzaCast - AvanzaCast + AvanzaCast

La plataforma profesional de multistreaming que transforma la manera en que creas y compartes contenido en vivo. diff --git a/packages/landing-page/src/components/ModernSaasHeader.tsx b/packages/landing-page/src/components/ModernSaasHeader.tsx index a388f07..89bf6a9 100644 --- a/packages/landing-page/src/components/ModernSaasHeader.tsx +++ b/packages/landing-page/src/components/ModernSaasHeader.tsx @@ -53,7 +53,7 @@ const ModernSaasHeader: React.FC = () => {

{/* Logo */} - + AvanzaCast { /> - Avanza - - - Cast + }`} style={{ fontFamily: 'Requiner, sans-serif' }}> + AvanzaCast 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: {