Merge version_2 into main #3
@@ -1,76 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { Geist, Geist_Mono } 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 geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "JB Digital - Digital Agency & Web Solutions",
|
||||
description: "Transform your digital presence with JB Digital. Expert web design, app development, and digital marketing solutions for growing businesses.",
|
||||
keywords: "digital agency, web design, app development, digital marketing, branding, web development",
|
||||
metadataBase: new URL("https://jbdigital.com"),
|
||||
alternates: {
|
||||
canonical: "https://jbdigital.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "JB Digital - Digital Agency & Web Solutions",
|
||||
description: "Transform your digital presence with innovative digital solutions. Web design, app development, and marketing expertise.",
|
||||
url: "https://jbdigital.com",
|
||||
siteName: "JB Digital",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/a-modern-sleek-digital-dashboard-interfa-1772754205870-3185b4a7.png",
|
||||
alt: "JB Digital - Digital Solutions",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "JB Digital - Digital Agency & Web Solutions",
|
||||
description: "Transform your digital presence with innovative digital solutions. Web design, app development, and marketing expertise.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/a-modern-sleek-digital-dashboard-interfa-1772754205870-3185b4a7.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Create Next App", description: "Generated by create next app"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1438,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,16 +120,16 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Web Design & Development", tags: ["Design", "Development", "Frontend"],
|
||||
id: "1", title: "Web Design & Development - Build fast, responsive sites that convert", tags: ["Design", "Development", "Frontend"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/a-vibrant-showcase-of-web-design-element-1772754205613-c7c02dc7.png", imageAlt: "Web design showcase"},
|
||||
{
|
||||
id: "2", title: "Digital Marketing Strategy", tags: ["Marketing", "Strategy", "Growth"],
|
||||
id: "2", title: "Digital Marketing Strategy - Drive measurable growth and engagement", tags: ["Marketing", "Strategy", "Growth"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/digital-marketing-analytics-dashboard-wi-1772754204884-d5671d2b.png", imageAlt: "Digital marketing analytics"},
|
||||
{
|
||||
id: "3", title: "Brand Identity & Positioning", tags: ["Branding", "Design", "Strategy"],
|
||||
id: "3", title: "Brand Identity & Positioning - Create memorable, cohesive brand experiences", tags: ["Branding", "Design", "Strategy"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/brand-identity-design-showcase-featuring-1772754205555-21e57610.png", imageAlt: "Brand identity development"},
|
||||
{
|
||||
id: "4", title: "Mobile App Development", tags: ["Mobile", "Development", "Innovation"],
|
||||
id: "4", title: "Mobile App Development - Deliver powerful, user-friendly apps", tags: ["Mobile", "Development", "Innovation"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/modern-mobile-app-interface-displayed-on-1772754205236-cbb503f2.png", imageAlt: "Mobile app interface"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -284,4 +284,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user