Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca07510720 | |||
| c4335e2975 | |||
| 191b10576d | |||
| 78be74dbc2 | |||
| 03ba60c440 | |||
| 962fc19fae | |||
| d23c858109 | |||
| 6b583d741a | |||
| 01e6838837 |
@@ -1,57 +1,20 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import { Raleway } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const raleway = Raleway({
|
|
||||||
variable: "--font-raleway", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "MEO Digital Media | Social Media Marketing & Web Development", description: "Transform your brand with comprehensive digital marketing, SEO, social media, video production, web development, and cloud computing solutions.", keywords: "digital marketing, social media marketing, SEO, web development, video production, content strategy, cloud computing, branding", metadataBase: new URL("https://meodigitalmedia.com"),
|
title: "MEO Digital Media", description: "Digital Marketing Excellence Redefined"};
|
||||||
alternates: {
|
|
||||||
canonical: "https://meodigitalmedia.com"
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "MEO Digital Media - Digital Marketing Excellence", description: "Your complete digital partner for social media, SEO, content marketing, video production, and web development.", url: "https://meodigitalmedia.com", siteName: "MEO Digital Media", type: "website", images: [{
|
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbxDlZjWfQ1cmjRiiRFRAQ9gZR/a-sleek-modern-digital-marketing-workspa-1772875139553-12c3f980.png", alt: "A sleek, modern digital marketing workspace with multiple screens displaying analytics, social media"
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "MEO Digital Media | Digital Marketing Solutions", description: "Transform your brand with comprehensive digital marketing and web development services.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbxDlZjWfQ1cmjRiiRFRAQ9gZR/a-sleek-modern-digital-marketing-workspa-1772875139553-12c3f980.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.className}>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1419,7 +1382,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -108,6 +108,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Explore All Services", href: "#contact" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -137,13 +140,13 @@ export default function LandingPage() {
|
|||||||
id: "1", title: "500+", subtitle: "Successful Campaigns & Projects", category: "Experience", value: "7+ Years"
|
id: "1", title: "500+", subtitle: "Successful Campaigns & Projects", category: "Experience", value: "7+ Years"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "300%", subtitle: "Average Social Media Engagement Growth", category: "Social Media", value: "In 3 Months"
|
id: "2", title: "95%", subtitle: "Client Retention Rate", category: "Satisfaction", value: "Industry Leading"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "450%", subtitle: "Average Organic Traffic Increase", category: "SEO", value: "First Year"
|
id: "3", title: "300%", subtitle: "Average Social Media Engagement Growth", category: "Social Media", value: "In 3 Months"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "95%", subtitle: "Client Retention Rate", category: "Satisfaction", value: "Industry Leading"
|
id: "4", title: "450%", subtitle: "Average Organic Traffic Increase", category: "SEO", value: "First Year"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", title: "$50M+", subtitle: "Total Revenue Generated for Clients", category: "Results", value: "Lifetime"
|
id: "5", title: "$50M+", subtitle: "Total Revenue Generated for Clients", category: "Results", value: "Lifetime"
|
||||||
|
|||||||
Reference in New Issue
Block a user