From 64945525103d79345e69b92201ac64ca55b95f35 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:12:47 +0000 Subject: [PATCH 1/5] Update src/app/ai-features/page.tsx --- src/app/ai-features/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/ai-features/page.tsx b/src/app/ai-features/page.tsx index 335e4ab..4a67c29 100644 --- a/src/app/ai-features/page.tsx +++ b/src/app/ai-features/page.tsx @@ -96,15 +96,15 @@ export default function AIFeaturesPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-woman-sharing-latest-developments-ai-big-data_482257-106960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-woman-sharing-latest-developments-ai-big-data_482257-106960.jpg?_wi=2", imageAlt: "Tecnologia IA avançada", }, { - imageSrc: "http://img.b2bpic.net/free-vector/casino-related-icons_24911-45125.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/casino-related-icons_24911-45125.jpg?_wi=6", imageAlt: "Interface IA", }, { - imageSrc: "http://img.b2bpic.net/free-vector/poker-icons-set_1284-5653.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/poker-icons-set_1284-5653.jpg?_wi=5", imageAlt: "Análise inteligente", }, ]} @@ -130,7 +130,7 @@ export default function AIFeaturesPage() { tagIcon={Sparkles} tagAnimation="entrance-slide" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/extreme-close-up-woman-sharing-latest-developments-ai-big-data_482257-106960.jpg" + imageSrc="http://img.b2bpic.net/free-photo/extreme-close-up-woman-sharing-latest-developments-ai-big-data_482257-106960.jpg?_wi=3" imageAlt="Tecnologia IA avançada" mediaAnimation="blur-reveal" metricsAnimation="entrance-slide" @@ -163,7 +163,7 @@ export default function AIFeaturesPage() { useInvertedBackground={false} mediaAnimation="blur-reveal" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-vector/coworking-mobile-screen-set_1284-29787.jpg" + imageSrc="http://img.b2bpic.net/free-vector/coworking-mobile-screen-set_1284-29787.jpg?_wi=2" imageAlt="Suporte IA" faqsAnimation="entrance-slide" animationType="smooth" -- 2.49.1 From 609d6e76b6d2fc8811f69d7b5c78e1a0e7428719 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:12:47 +0000 Subject: [PATCH 2/5] Update src/app/games/page.tsx --- src/app/games/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/games/page.tsx b/src/app/games/page.tsx index 297cbd7..1dfb3af 100644 --- a/src/app/games/page.tsx +++ b/src/app/games/page.tsx @@ -109,7 +109,7 @@ export default function GamesPage() { price: "Min: $10", rating: 4.9, reviewCount: "2.5K", - imageSrc: "http://img.b2bpic.net/free-vector/casino-related-icons_24911-45125.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/casino-related-icons_24911-45125.jpg?_wi=3", imageAlt: "Roleta 12x", }, { @@ -119,7 +119,7 @@ export default function GamesPage() { price: "Min: $25", rating: 5, reviewCount: "3.1K", - imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148559988.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148559988.jpg?_wi=3", imageAlt: "Roleta 24x", }, { @@ -129,7 +129,7 @@ export default function GamesPage() { price: "Min: $50", rating: 5, reviewCount: "2.2K", - imageSrc: "http://img.b2bpic.net/free-vector/poker-icons-set_1284-5653.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/poker-icons-set_1284-5653.jpg?_wi=2", imageAlt: "Roleta 48x", }, { @@ -139,7 +139,7 @@ export default function GamesPage() { price: "Min: $100", rating: 5, reviewCount: "1.8K", - imageSrc: "http://img.b2bpic.net/free-vector/casino-related-icons_24911-45125.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/casino-related-icons_24911-45125.jpg?_wi=4", imageAlt: "Roleta 128x Mega", }, { @@ -149,7 +149,7 @@ export default function GamesPage() { price: "Min: $5", rating: 4.8, reviewCount: "4.2K", - imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148559988.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148559988.jpg?_wi=4", imageAlt: "Slots Gold", }, { @@ -159,7 +159,7 @@ export default function GamesPage() { price: "Min: $20", rating: 4.95, reviewCount: "5.3K", - imageSrc: "http://img.b2bpic.net/free-vector/poker-icons-set_1284-5653.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/poker-icons-set_1284-5653.jpg?_wi=3", imageAlt: "Cassino ao Vivo", }, ]} -- 2.49.1 From 5d34fbb8fdcf07b005948052c8fa1bae55374644 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:12:48 +0000 Subject: [PATCH 3/5] Update src/app/how-it-works/page.tsx --- src/app/how-it-works/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index 8a16061..0f6be08 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -96,15 +96,15 @@ export default function HowItWorksPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-bowling_107420-84937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-bowling_107420-84937.jpg?_wi=2", imageAlt: "Roleta ao vivo premium", }, { - imageSrc: "http://img.b2bpic.net/free-vector/casino-related-icons_24911-45125.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/casino-related-icons_24911-45125.jpg?_wi=5", imageAlt: "Interface de cassino moderno", }, { - imageSrc: "http://img.b2bpic.net/free-vector/poker-icons-set_1284-5653.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/poker-icons-set_1284-5653.jpg?_wi=4", imageAlt: "Interface de cassino moderno", }, ]} -- 2.49.1 From 73306250b55ceaae47d70be52383284672dbf5c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:12:48 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 59 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index edb6b42..6a4b7d0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Montserrat } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "BLAZE PRO - Cassino Premium com IA 128x Multiplicador", + description: "Plataforma de cassino revolucionária com IA de 94% precisão. Roletas 12x, 24x, 48x, 128x. 2.5M+ jogadores. Análise em tempo real 24/7.", + keywords: "cassino online, roletas, slots, blaze pro, multiplicadores, IA cassino, betting, jogo responsável, cassino premium", + metadataBase: new URL("https://blazepro.com"), + alternates: { + canonical: "https://blazepro.com", + }, + openGraph: { + title: "BLAZE PRO - Cassino Premium com IA Revolucionária", + description: "Junte-se a 2.5M+ jogadores. Roletas com multiplicadores até 128x. IA com 94% precisão.", + url: "https://blazepro.com", + siteName: "BLAZE PRO", + type: "website", + images: [ + { + url: "https://blazepro.com/og-image.jpg", + alt: "BLAZE PRO - Cassino Premium", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "BLAZE PRO - Cassino Premium com IA", + description: "Roletas com multiplicadores até 128x. IA de 94% precisão. 2.5M+ jogadores.", + images: ["https://blazepro.com/twitter-image.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -31,7 +64,9 @@ export default function RootLayout({ return ( - + {children}