diff --git a/README.md b/README.md
index bcc2201..06aef4e 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# Histórias Mágicas 🌟
+# Leiturama 🌟
Uma plataforma educacional interativa que oferece histórias personalizadas para crianças entre 6 e 12 anos, com foco na cultura brasileira e educação.
## 🎯 Sobre o Projeto
-Histórias Mágicas é uma aplicação web desenvolvida em React que permite que crianças explorem histórias educativas de forma interativa e personalizada. O projeto tem como objetivo:
+Leiturama é uma aplicação web desenvolvida em React que permite que crianças explorem histórias educativas de forma interativa e personalizada. O projeto tem como objetivo:
- Promover a educação através de narrativas envolventes
- Valorizar a diversidade cultural brasileira
diff --git a/index.html b/index.html
index 46ff73d..67406f1 100644
--- a/index.html
+++ b/index.html
@@ -4,8 +4,8 @@
-
-
Histórias Mágicas | Educação através de histórias interativas
+
+ Leiturama | Educação através de histórias interativas
diff --git a/netlify.toml b/netlify.toml
index bad1b6a..fa73716 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -6,7 +6,7 @@
NODE_VERSION = "18"
VITE_SUPABASE_URL = "https://bsjlbnyslxzsdwxvkaap.supabase.co"
VITE_RESEND_API_KEY = "GEoM_cVt4qyBFVkngJWi8wBrMWOiPMUAuxuFGykcP0A"
- VITE_APP_URL = "https://historiasmagicas.netlify.app/"
+ VITE_APP_URL = "https://leiturama.ai/"
SECRETS_SCAN_OMIT_KEYS = "SUPABASE_ANON_KEY"
[[redirects]]
diff --git a/next.config.js b/next.config.js
index d51e4b6..408185a 100644
--- a/next.config.js
+++ b/next.config.js
@@ -4,7 +4,7 @@ const nextConfig = {
images: {
domains: [
'oaidalleapiprodscus.blob.core.windows.net',
- 'historiasmagicas.netlify.app',
+ 'leiturama.ai',
'localhost',
],
formats: ['image/avif', 'image/webp'],
diff --git a/src/components/StoryViewer.tsx b/src/components/StoryViewer.tsx
index 631473d..4219ca1 100644
--- a/src/components/StoryViewer.tsx
+++ b/src/components/StoryViewer.tsx
@@ -18,7 +18,7 @@ export function StoryViewer({ theme, user, demo = false }: Props) {
title: "Uma Aventura Educacional",
pages: [
{
- text: "Bem-vindo à demonstração do Histórias Mágicas! Aqui você pode ver como funciona nossa plataforma...",
+ text: "Bem-vindo à demonstração do Leiturama! Aqui você pode ver como funciona nossa plataforma...",
image: "https://images.unsplash.com/photo-1472162072942-cd5147eb3902?auto=format&fit=crop&q=80&w=800&h=600",
},
{
diff --git a/src/components/WelcomePage.tsx b/src/components/WelcomePage.tsx
index 0aee7ca..cf9734e 100644
--- a/src/components/WelcomePage.tsx
+++ b/src/components/WelcomePage.tsx
@@ -12,7 +12,7 @@ export function WelcomePage({ onLoginClick, onRegisterClick }: Props) {
- Histórias Mágicas
+ Leiturama
Embarque em uma jornada de aprendizado e diversão!
diff --git a/src/components/header/Header.tsx b/src/components/header/Header.tsx
index d743452..156987e 100644
--- a/src/components/header/Header.tsx
+++ b/src/components/header/Header.tsx
@@ -12,7 +12,7 @@ export function Header() {
- Histórias Mágicas
+ Leiturama
diff --git a/src/components/home/HomePage.tsx b/src/components/home/HomePage.tsx
index 1e2faac..6a799fb 100644
--- a/src/components/home/HomePage.tsx
+++ b/src/components/home/HomePage.tsx
@@ -46,7 +46,7 @@ export function HomePage() {
- Histórias Mágicas
+ Leiturama
@@ -417,10 +417,10 @@ export function HomePage() {