Merge version_1 into main #1
@@ -106,7 +106,7 @@ export default function AboutPage() {
|
||||
icon: Zap,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-vibrant-team-environment-showcasing-di-1773500824386-6e274641.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-vibrant-team-environment-showcasing-di-1773500824386-6e274641.png?_wi=2"
|
||||
imageAlt="Proof Digital team working collaboratively"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -131,7 +131,7 @@ export default function AboutPage() {
|
||||
author: "Strategic Direction",
|
||||
description: "Led by industry veterans with proven track records of driving digital transformation across Fortune 500 companies and scaling innovative ventures from inception.",
|
||||
tags: ["Executive Team", "Industry Leaders", "Strategic Vision"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-sophisticated-team-of-professionals-co-1773500824371-d86394b8.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-sophisticated-team-of-professionals-co-1773500824371-d86394b8.png?_wi=2",
|
||||
imageAlt: "Proof Digital leadership team",
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function AboutPage() {
|
||||
author: "Specialized Skills",
|
||||
description: "Our team combines specialists in strategy, UX/UI design, full-stack development, project management, and industry consulting. Every discipline brings deep expertise and creative excellence.",
|
||||
tags: ["Design", "Development", "Strategy"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/beautiful-digital-design-mockups-showing-1773500824632-4a462e44.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/beautiful-digital-design-mockups-showing-1773500824632-4a462e44.png?_wi=3",
|
||||
imageAlt: "Team expertise and collaboration",
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function AboutPage() {
|
||||
author: "Team Values",
|
||||
description: "We foster an environment of continuous learning, creative problem-solving, and mutual respect. Our culture attracts top talent and drives innovative solutions for our clients.",
|
||||
tags: ["Innovation", "Collaboration", "Growth"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/modern-technology-infrastructure-and-dev-1773500824313-df424c85.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/modern-technology-infrastructure-and-dev-1773500824313-df424c85.png?_wi=3",
|
||||
imageAlt: "Collaborative team culture",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,27 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Mulish } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Mulish } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Proof Digital - Enterprise Digital Strategy & Design",
|
||||
description: "Transform your business with strategic digital solutions. Enterprise-grade strategy, design, and technology from Proof Digital.",
|
||||
keywords: "digital agency, digital strategy, design, enterprise solutions, technology consulting",
|
||||
metadataBase: new URL("https://proofdigital.com"),
|
||||
alternates: {
|
||||
canonical: "https://proofdigital.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Proof Digital - Enterprise Digital Strategy & Design",
|
||||
description: "Transform your business with strategic digital solutions. Enterprise-grade strategy, design, and technology from Proof Digital.",
|
||||
url: "https://proofdigital.com",
|
||||
siteName: "Proof Digital",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://proofdigital.com/og-image.jpg",
|
||||
alt: "Proof Digital - Digital Agency",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Proof Digital - Enterprise Digital Strategy & Design",
|
||||
description: "Transform your business with strategic digital solutions.",
|
||||
images: ["https://proofdigital.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -99,7 +99,7 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-sophisticated-team-of-professionals-co-1773500824371-d86394b8.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-sophisticated-team-of-professionals-co-1773500824371-d86394b8.png?_wi=1",
|
||||
imageAlt: "Proof Digital team collaborating on strategy",
|
||||
},
|
||||
{
|
||||
@@ -150,7 +150,7 @@ export default function HomePage() {
|
||||
icon: Zap,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-vibrant-team-environment-showcasing-di-1773500824386-6e274641.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-vibrant-team-environment-showcasing-di-1773500824386-6e274641.png?_wi=1"
|
||||
imageAlt="Proof Digital team working collaboratively"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -175,7 +175,7 @@ export default function HomePage() {
|
||||
author: "Strategic Planning",
|
||||
description: "Comprehensive digital transformation roadmaps that align technology investments with business goals.",
|
||||
tags: ["Business Strategy", "Roadmapping", "Competitive Analysis"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-professional-strategic-planning-visual-1773500824159-8624e873.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-professional-strategic-planning-visual-1773500824159-8624e873.png?_wi=1",
|
||||
imageAlt: "Strategic planning and business roadmap",
|
||||
},
|
||||
{
|
||||
@@ -184,7 +184,7 @@ export default function HomePage() {
|
||||
author: "Creative Direction",
|
||||
description: "Thoughtfully crafted digital experiences that balance aesthetics with user-centered functionality.",
|
||||
tags: ["UI/UX Design", "Brand Identity", "Design Systems"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/beautiful-digital-design-mockups-showing-1773500824632-4a462e44.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/beautiful-digital-design-mockups-showing-1773500824632-4a462e44.png?_wi=1",
|
||||
imageAlt: "User experience and interface design",
|
||||
},
|
||||
{
|
||||
@@ -193,7 +193,7 @@ export default function HomePage() {
|
||||
author: "Technical Excellence",
|
||||
description: "Scalable, secure enterprise solutions built on modern stacks with emphasis on performance and reliability.",
|
||||
tags: ["Full-Stack Development", "Cloud Architecture", "DevOps"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/modern-technology-infrastructure-and-dev-1773500824313-df424c85.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/modern-technology-infrastructure-and-dev-1773500824313-df424c85.png?_wi=1",
|
||||
imageAlt: "Technology infrastructure and development",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function ServicesPage() {
|
||||
author: "Strategic Planning",
|
||||
description: "Comprehensive digital transformation roadmaps that align technology investments with business goals. We analyze market dynamics, competitive positioning, and growth opportunities to create actionable strategies.",
|
||||
tags: ["Business Strategy", "Roadmapping", "Competitive Analysis", "Market Research"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-professional-strategic-planning-visual-1773500824159-8624e873.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/a-professional-strategic-planning-visual-1773500824159-8624e873.png?_wi=2",
|
||||
imageAlt: "Strategic planning and business roadmap",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@ export default function ServicesPage() {
|
||||
author: "Creative Direction",
|
||||
description: "Thoughtfully crafted digital experiences that balance aesthetics with user-centered functionality. From research and prototyping to design systems, we create beautiful interfaces that drive engagement and conversion.",
|
||||
tags: ["UI/UX Design", "Brand Identity", "Design Systems", "Prototyping"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/beautiful-digital-design-mockups-showing-1773500824632-4a462e44.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/beautiful-digital-design-mockups-showing-1773500824632-4a462e44.png?_wi=2",
|
||||
imageAlt: "User experience and interface design",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function ServicesPage() {
|
||||
author: "Technical Excellence",
|
||||
description: "Scalable, secure enterprise solutions built on modern stacks with emphasis on performance and reliability. We deliver full-stack development, cloud infrastructure, and DevOps expertise tailored to your requirements.",
|
||||
tags: ["Full-Stack Development", "Cloud Architecture", "DevOps", "Security"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/modern-technology-infrastructure-and-dev-1773500824313-df424c85.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwPc8tyD1DjBvhpgl0iSgBpCdF/modern-technology-infrastructure-and-dev-1773500824313-df424c85.png?_wi=2",
|
||||
imageAlt: "Technology infrastructure and development",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user