Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-04 23:24:55 +00:00
2 changed files with 7 additions and 47 deletions

View File

@@ -1,59 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "SCALENZA - Technology Platform for Global Franchise Growth", description: "Advanced technology platform transforming franchise expansion worldwide. Intelligent automation, real-time analytics, and predictable growth for global franchise systems.", keywords: "franchise technology, global franchise growth, franchise expansion platform, enterprise franchise solutions, predictable franchise scaling, international franchise automation", metadataBase: new URL("https://scalenza.com"),
alternates: {
canonical: "https://scalenza.com"},
openGraph: {
title: "SCALENZA - Global Franchise Technology Platform", description: "Advanced technology platform for intelligent, scalable franchise expansion worldwide.", url: "https://scalenza.com", siteName: "SCALENZA", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-sophisticated-dashboard-interface-show-1772665548956-856cf142.png", alt: "SCALENZA Technology Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "SCALENZA - Global Franchise Technology Platform", description: "Advanced technology platform for intelligent, scalable franchise expansion worldwide.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-sophisticated-dashboard-interface-show-1772665548956-856cf142.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "SCALENZA - Enterprise Technology for Global Franchise Scaling", description: "Transform franchise expansion worldwide through intelligent automation, real-time analytics, and predictable growth engines. Enterprise-grade technology for global franchise systems."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1421,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -111,7 +111,7 @@ export default function HomePage() {
},
]}
buttons={[
{ text: "Schedule Strategy Session", href: "#contact" },
{ text: "Get Started Free", href: "#contact" },
{ text: "Request Demo", href: "https://wa.me/5511999999999" },
]}
buttonAnimation="slide-up"