Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c473271834 | |||
| 4d2eda7802 | |||
| 67f6afb23d | |||
| 3493fccdea | |||
| 1cf4081266 |
@@ -1,76 +1,28 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
import { Geist, Geist_Mono } from "next/font/google";
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Manrope } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const geist = Geist({
|
||||||
variable: "--font-halant",
|
variable: "--font-geist-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const geistMono = Geist_Mono({
|
||||||
variable: "--font-inter",
|
variable: "--font-geist-mono", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const manrope = Manrope({
|
|
||||||
variable: "--font-manrope",
|
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "JB Digital - Digital Agency & Web Solutions",
|
title: "Create Next App", description: "Generated by create next app"};
|
||||||
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,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
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={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||||
<body
|
{children}
|
||||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1438,7 +1390,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -120,16 +120,16 @@ export default function HomePage() {
|
|||||||
<FeatureCardTwentyThree
|
<FeatureCardTwentyThree
|
||||||
features={[
|
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"},
|
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"},
|
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"},
|
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"},
|
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"
|
animationType="slide-up"
|
||||||
@@ -284,4 +284,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ export default function TeamPage() {
|
|||||||
role: "Creative Director",
|
role: "Creative Director",
|
||||||
description:
|
description:
|
||||||
"Award-winning designer specializing in brand identity and user experience design. Design thinks every detail.",
|
"Award-winning designer specializing in brand identity and user experience design. Design thinks every detail.",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/professional-portrait-of-a-female-creati-1772754204871-27ee9b95.png?_wi=2",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/uploaded-1772755947545-xmn8epsz.jpg",
|
||||||
imageAlt: "Sarah Chen, Creative Director",
|
imageAlt: "Sarah Chen, Creative Director",
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: Dribbble, url: "https://dribbble.com" },
|
{ icon: Dribbble, url: "https://dribbble.com" },
|
||||||
|
|||||||
Reference in New Issue
Block a user