3 Commits

Author SHA1 Message Date
c00069a3c7 Update src/app/styles/variables.css 2026-03-03 18:12:01 +00:00
1fe331a555 Update src/app/layout.tsx 2026-03-03 18:11:59 +00:00
572e9b5b33 Merge version_1 into main
Merge version_1 into main
2026-03-03 17:47:36 +00:00
2 changed files with 11 additions and 44 deletions

View File

@@ -1,54 +1,22 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; 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({ const inter = Inter({
variable: "--font-inter", subsets: ["latin"], variable: "--font-inter", subsets: ["latin"],
}); });
export const metadata: Metadata = { 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"), title: "Trident - Business Phone System", description: "Get a professional business phone number in 2 minutes. Enterprise-grade phone system for modern businesses."};
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
}
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.variable}>{children}
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1416,7 +1384,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

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