Merge version_2 into main #1
@@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Proof Digital - Results-Driven Digital Agency",
|
||||
description: "Transform your brand with Proof Digital. We deliver results-driven digital solutions including brand strategy, web design, development, and marketing.",
|
||||
keywords: "digital agency, brand strategy, web design, development, digital marketing, results-driven",
|
||||
metadataBase: new URL("https://proofdigital.com"),
|
||||
title: "Proof Digital - Results-Driven Digital Agency", description: "Transform your brand with Proof Digital. We deliver results-driven digital solutions including brand strategy, web design, development, and marketing.", keywords: "digital agency, brand strategy, web design, development, digital marketing, results-driven", metadataBase: new URL("https://proofdigital.com"),
|
||||
alternates: {
|
||||
canonical: "https://proofdigital.com",
|
||||
},
|
||||
canonical: "https://proofdigital.com"},
|
||||
openGraph: {
|
||||
title: "Proof Digital - Digital Solutions That Deliver Results",
|
||||
description: "Partner with Proof Digital for comprehensive digital solutions that drive growth and measurable impact.",
|
||||
url: "https://proofdigital.com",
|
||||
siteName: "Proof Digital",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Proof Digital - Digital Solutions That Deliver Results", description: "Partner with Proof Digital for comprehensive digital solutions that drive growth and measurable impact.", url: "https://proofdigital.com", siteName: "Proof Digital", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png",
|
||||
alt: "Proof Digital - Digital Agency",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png", alt: "Proof Digital - Digital Agency"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Proof Digital - Results-Driven Digital Agency",
|
||||
description: "We deliver digital solutions that transform brands and drive measurable results.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png",
|
||||
],
|
||||
card: "summary_large_image", title: "Proof Digital - Results-Driven Digital Agency", description: "We deliver digital solutions that transform brands and drive measurable results.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1441,4 +1423,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,9 +21,7 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Get Started", href: "/contact"};
|
||||
|
||||
const socialLinks = [
|
||||
{ icon: Linkedin, href: "https://linkedin.com/company/proof-digital", ariaLabel: "LinkedIn" },
|
||||
@@ -57,7 +55,7 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Digital Solutions That Deliver Real Results"
|
||||
description="We partner with forward-thinking brands to create compelling digital experiences that drive growth, engagement, and measurable impact."
|
||||
description="$500M+ in client revenue generated. We partner with forward-thinking brands to create compelling digital experiences that drive growth, engagement, and measurable impact."
|
||||
tag="Digital Excellence"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -145,4 +143,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user