Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 127fec21f3 | |||
| f36df32471 |
@@ -20,19 +20,19 @@ const openSans = Open_Sans({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Proof Digital - Award-Winning Digital Agency", description: "Transform your digital vision into reality with Proof Digital. We deliver strategic design, development, and marketing solutions for ambitious brands.", keywords: "digital agency, web design, development, digital marketing, UX design, brand strategy", metadataBase: new URL("https://proofdigital.com"),
|
title: "Draco Digital - Award-Winning Digital Agency", description: "Transform your digital vision into reality with Draco Digital. We deliver strategic design, development, and marketing solutions for ambitious brands.", keywords: "digital agency, web design, development, digital marketing, UX design, brand strategy", metadataBase: new URL("https://dracodigital.com"),
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://proofdigital.com"
|
canonical: "https://dracodigital.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Proof Digital - Award-Winning Digital Agency", description: "Strategic design & development for digital transformation", url: "https://proofdigital.com", siteName: "Proof Digital", type: "website", images: [
|
title: "Draco Digital - Award-Winning Digital Agency", description: "Strategic design & development for digital transformation", url: "https://dracodigital.com", siteName: "Draco Digital", type: "website", images: [
|
||||||
{
|
{
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFKBKtzUE9UtHpu5cFGLuPTXL/a-modern-sleek-digital-agency-dashboard--1772516969990-f3574ef1.png", alt: "Proof Digital Hero Dashboard"
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFKBKtzUE9UtHpu5cFGLuPTXL/a-modern-sleek-digital-agency-dashboard--1772516969990-f3574ef1.png", alt: "Draco Digital Hero Dashboard"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image", title: "Proof Digital - Award-Winning Digital Agency", description: "Strategic design & development for digital transformation", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFKBKtzUE9UtHpu5cFGLuPTXL/a-modern-sleek-digital-agency-dashboard--1772516969990-f3574ef1.png"]
|
card: "summary_large_image", title: "Draco Digital - Award-Winning Digital Agency", description: "Strategic design & development for digital transformation", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFKBKtzUE9UtHpu5cFGLuPTXL/a-modern-sleek-digital-agency-dashboard--1772516969990-f3574ef1.png"]
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Proof Digital"
|
brandName="Draco Digital"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Our Work", id: "work" },
|
{ name: "Our Work", id: "work" },
|
||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFKBKtzUE9UtHpu5cFGLuPTXL/a-modern-sleek-digital-agency-dashboard--1772516969990-f3574ef1.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFKBKtzUE9UtHpu5cFGLuPTXL/a-modern-sleek-digital-agency-dashboard--1772516969990-f3574ef1.png"
|
||||||
imageAlt="Proof Digital dashboard interface"
|
imageAlt="Draco Digital dashboard interface"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
@@ -61,9 +61,9 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="About Proof Digital"
|
title="About Draco Digital"
|
||||||
description={[
|
description={[
|
||||||
"At Proof Digital, we believe exceptional design and strategic thinking are the foundation of digital success. Our multidisciplinary team combines creativity, technology, and business acumen to deliver transformative solutions.", "With over a decade of experience, we've helped hundreds of brands across industries achieve their goals through intelligent digital strategy, beautiful design, and robust development. We're committed to understanding your unique challenges and crafting solutions that truly work.", "Our approach is collaborative, transparent, and results-driven. We don't just build websites—we build partnerships that drive measurable business impact."
|
"At Draco Digital, we believe exceptional design and strategic thinking are the foundation of digital success. Our multidisciplinary team combines creativity, technology, and business acumen to deliver transformative solutions.", "With over a decade of experience, we've helped hundreds of brands across industries achieve their goals through intelligent digital strategy, beautiful design, and robust development. We're committed to understanding your unique challenges and crafting solutions that truly work.", "Our approach is collaborative, transparent, and results-driven. We don't just build websites—we build partnerships that drive measurable business impact."
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Learn More", href: "services" }]}
|
buttons={[{ text: "Learn More", href: "services" }]}
|
||||||
showBorder={false}
|
showBorder={false}
|
||||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFKBKtzUE9UtHpu5cFGLuPTXL/professional-customer-support-team-worki-1772516970613-7862134b.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFKBKtzUE9UtHpu5cFGLuPTXL/professional-customer-support-team-worki-1772516970613-7862134b.png"
|
||||||
imageAlt="Proof Digital support team"
|
imageAlt="Draco Digital support team"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Ready to Transform Your Digital Presence?"
|
ctaTitle="Ready to Transform Your Digital Presence?"
|
||||||
ctaDescription="Let's discuss how Proof Digital can help you achieve your business goals through strategic digital solutions."
|
ctaDescription="Let's discuss how Draco Digital can help you achieve your business goals through strategic digital solutions."
|
||||||
ctaButton={{ text: "Schedule a Consultation", href: "https://calendly.com" }}
|
ctaButton={{ text: "Schedule a Consultation", href: "https://calendly.com" }}
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
faqs={[
|
faqs={[
|
||||||
@@ -219,8 +219,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Proof Digital"
|
logoText="Draco Digital"
|
||||||
copyrightText="© 2025 Proof Digital. All rights reserved."
|
copyrightText="© 2025 Draco Digital. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
@@ -235,15 +235,15 @@ export default function LandingPage() {
|
|||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Our Work", href: "#work" },
|
{ label: "Our Work", href: "#work" },
|
||||||
{ label: "Testimonials", href: "#testimonials" },
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
{ label: "Blog", href: "https://blog.proofdigital.com" }
|
{ label: "Blog", href: "https://blog.dracodigital.com" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect", items: [
|
title: "Connect", items: [
|
||||||
{ label: "Contact Us", href: "#contact" },
|
{ label: "Contact Us", href: "#contact" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com/company/proof-digital" },
|
{ label: "LinkedIn", href: "https://linkedin.com/company/draco-digital" },
|
||||||
{ label: "Twitter", href: "https://twitter.com/proofdigital" },
|
{ label: "Twitter", href: "https://twitter.com/dracodigital" },
|
||||||
{ label: "Instagram", href: "https://instagram.com/proofdigital" }
|
{ label: "Instagram", href: "https://instagram.com/dracodigital" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user