Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 11:31:02 +00:00
2 changed files with 7 additions and 32 deletions

View File

@@ -1,44 +1,20 @@
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"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Digioners | Digital Marketing Agency & Design Solutions", description: "Transform your brand with Digioners. Expert digital marketing agency offering Web & App Design, UI/UX, Branding, and AI Automation solutions for modern businesses.", keywords: "digital marketing, web design, app design, UI/UX design, branding, logo design, online advertising, AI automation, marketing agency", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Digioners | Digital Marketing & Design Excellence", description: "Transform your digital vision with cutting-edge design and marketing solutions. Web & App Design, UI/UX, Branding, and AI Automation.", siteName: "Digioners", type: "website"},
twitter: {
card: "summary_large_image", title: "Digioners | Digital Marketing Agency", description: "Expert digital marketing and design services. We transform brands with innovation and creativity."},
};
title: "Digioners - Digital Marketing & Design Solutions", description: "Digioners crafts cutting-edge digital experiences through Web & App Design, UI/UX, Branding, and AI-powered marketing solutions."};
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.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1406,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTwentyOne
title="Our Services"
description="We deliver comprehensive digital marketing solutions tailored to elevate your brand."
description="We deliver comprehensive digital marketing solutions that drive measurable results and transform your brand—ensuring clear ROI from day one."
tag="Solutions"
tagIcon={Zap}
tagAnimation="opacity"