Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 18:12:09 +00:00
2 changed files with 11 additions and 44 deletions

View File

@@ -1,54 +1,22 @@
import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Trident - Business Phone System in 2 Minutes", description: "Get a professional business phone number in 2 minutes. Trident's cloud-based phone system works on any device with crystal-clear quality and enterprise security.", keywords: "business phone system, VoIP, mobile phone app, business communication, cloud phone", metadataBase: new URL("https://trident.example.com"),
alternates: {
canonical: "https://trident.example.com"
},
openGraph: {
title: "Trident - Business Phone System", description: "Professional business phone number in 2 minutes. No setup fees, no contracts.", url: "https://trident.example.com", siteName: "Trident", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5N3NemkYpE5G8YVZjmvliYLk/a-sleek-modern-business-phone-system-mob-1772559399004-38741aeb.png", alt: "Trident business phone system dashboard"
}
]
},
twitter: {
card: "summary_large_image", title: "Trident - Business Phone System", description: "Get a business phone number in 2 minutes with Trident", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5N3NemkYpE5G8YVZjmvliYLk/a-sleek-modern-business-phone-system-mob-1772559399004-38741aeb.png"]
},
robots: {
index: true,
follow: true
}
};
title: "Trident - Business Phone System", description: "Get a professional business phone number in 2 minutes. Enterprise-grade phone system for modern businesses."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.variable}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1384,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -4,21 +4,21 @@
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #FF7B05;;
--foreground: #000000;;
--primary-cta: #000000;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #FF7B05;; */
--background-accent: #000000;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #FF7B05;;
--foreground: #000000;;
--primary-cta: #000000;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;;
--background-accent: #FF7B05;;
--background-accent: #000000;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);