8 Commits

Author SHA1 Message Date
b0c1f1596f Update src/app/page.tsx 2026-03-06 00:13:33 +00:00
95f9d28e7f Merge version_2 into main
Merge version_2 into main
2026-03-06 00:12:41 +00:00
c473271834 Update src/app/team/page.tsx 2026-03-06 00:12:37 +00:00
b3a17bd899 Merge version_2 into main
Merge version_2 into main
2026-03-06 00:01:04 +00:00
4d2eda7802 Update src/app/page.tsx 2026-03-06 00:01:00 +00:00
67f6afb23d Update src/app/layout.tsx 2026-03-06 00:01:00 +00:00
3493fccdea Merge version_1 into main
Merge version_1 into main
2026-03-05 23:46:16 +00:00
1cf4081266 Merge version_1 into main
Merge version_1 into main
2026-03-05 23:44:59 +00:00
3 changed files with 19 additions and 68 deletions

View File

@@ -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>
);
}
}

View File

@@ -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 - Sites that drive qualified traffic and boost conversions", 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>
);
}
}

View File

@@ -93,7 +93,7 @@ export default function TeamPage() {
role: "Creative Director",
description:
"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",
socialLinks: [
{ icon: Dribbble, url: "https://dribbble.com" },