Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e31864a7c | |||
| 5314ca3dee | |||
| 65e822c44a | |||
| 3ec3d03fdd | |||
| db4245fd0c |
@@ -1,73 +1,26 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Proof Digital - Strategic Digital Agency",
|
||||
description: "Award-winning digital agency delivering strategic solutions in branding, design, development, and marketing. Transform your digital presence with proven results.",
|
||||
keywords: "digital agency, web design, digital marketing, branding, web development, creative services",
|
||||
metadataBase: new URL("https://proofdigital.com"),
|
||||
alternates: {
|
||||
canonical: "https://proofdigital.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Proof Digital - Strategic Digital Agency",
|
||||
description: "Award-winning digital agency delivering strategic solutions in branding, design, development, and marketing.",
|
||||
siteName: "Proof Digital",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/modern-creative-agency-workspace-with-di-1772692806808-ad3501c8.png",
|
||||
alt: "Proof Digital Agency",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Proof Digital - Strategic Digital Agency",
|
||||
description: "Award-winning digital agency delivering strategic solutions.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/modern-creative-agency-workspace-with-di-1772692806808-ad3501c8.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Proof Digital", description: "Strategic Digital Solutions That Drive Growth"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${manrope.variable}`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1435,7 +1388,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
104
src/app/page.tsx
104
src/app/page.tsx
@@ -6,23 +6,22 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
|
||||
import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Sparkles, Zap, Award, Users, MessageCircle } from "lucide-react";
|
||||
import { Sparkles, Zap, Award, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const navButtons = {
|
||||
text: "Let's Talk", href: "/contact"};
|
||||
text: "Let's Talk", href: "/contact"
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -79,30 +78,38 @@ export default function HomePage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Brand Strategy", description: "Develop compelling brand narratives and positioning strategies that resonate with your target audience and set you apart from competitors.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/brand-strategy-visualization-showing-moo-1772692807218-34c09ec1.png", imageAlt: "Brand strategy visualization"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/brand-strategy-visualization-showing-moo-1772692807218-34c09ec1.png", imageAlt: "Brand strategy visualization"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/brand-visual-identity-showcase-featuring-1772692806631-639d42c3.png", imageAlt: "Brand visual identity showcase"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/brand-visual-identity-showcase-featuring-1772692806631-639d42c3.png", imageAlt: "Brand visual identity showcase"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Digital Design", description: "Create stunning, user-focused design experiences across web and mobile platforms that engage, convert, and delight your users.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/modern-ui-design-interface-showing-clean-1772692807091-83a4d6bc.png", imageAlt: "Modern UI design interface"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/modern-ui-design-interface-showing-clean-1772692807091-83a4d6bc.png", imageAlt: "Modern UI design interface"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/ux-design-wireframes-and-user-flow-diagr-1772692808048-dfb10bf9.jpg", imageAlt: "UX design wireframes"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/ux-design-wireframes-and-user-flow-diagr-1772692808048-dfb10bf9.jpg", imageAlt: "UX design wireframes"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Web Development", description: "Build powerful, scalable web applications with cutting-edge technology. From frontend to backend, we deliver seamless digital products.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/frontend-development-code-editor-showing-1772692806480-53f0477a.png", imageAlt: "Frontend development code editor"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/frontend-development-code-editor-showing-1772692806480-53f0477a.png", imageAlt: "Frontend development code editor"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/backend-development-environment-with-ser-1772692807028-b0c1f9ea.png", imageAlt: "Backend development environment"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/backend-development-environment-with-ser-1772692807028-b0c1f9ea.png", imageAlt: "Backend development environment"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Marketing Strategy", description: "Drive growth through data-driven marketing strategies. We combine creativity with analytics to maximize your reach and impact.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/marketing-analytics-dashboard-with-chart-1772692808455-ce516bd3.png", imageAlt: "Marketing analytics dashboard"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/marketing-analytics-dashboard-with-chart-1772692808455-ce516bd3.png", imageAlt: "Marketing analytics dashboard"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/digital-marketing-campaign-showcase-feat-1772692809446-40fb6cf0.png", imageAlt: "Digital marketing campaign showcase"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/digital-marketing-campaign-showcase-feat-1772692809446-40fb6cf0.png", imageAlt: "Digital marketing campaign showcase"
|
||||
},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -122,16 +129,20 @@ export default function HomePage() {
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: ["Strategy", "Branding"],
|
||||
title: "E-Commerce Transformation", excerpt: "Increased sales by 340% through comprehensive digital rebranding and platform optimization for luxury retail client.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-e-commerce-platform-screens-1772692806960-cae21555.png", imageAlt: "E-commerce platform redesign", authorName: "Sarah Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/creative-professional-headshot-showing-a-1772692806517-c11fdbee.png", date: "Mar 2024"},
|
||||
title: "E-Commerce Transformation", excerpt: "Increased sales by 340% through comprehensive digital rebranding and platform optimization for luxury retail client.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-e-commerce-platform-screens-1772692806960-cae21555.png", imageAlt: "E-commerce platform redesign", authorName: "Sarah Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/creative-professional-headshot-showing-a-1772692806517-c11fdbee.png", date: "Mar 2024"
|
||||
},
|
||||
{
|
||||
id: "2", category: ["Design", "Development"],
|
||||
title: "SaaS Platform Launch", excerpt: "Built and designed a modern SaaS platform that acquired 5,000 users in the first quarter with intuitive UX.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/saas-software-platform-dashboard-interfa-1772692806674-bde65543.png", imageAlt: "SaaS platform interface", authorName: "Marcus Johnson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/developer-professional-headshot-with-tec-1772692807932-419c9d36.png", date: "Feb 2024"},
|
||||
title: "SaaS Platform Launch", excerpt: "Built and designed a modern SaaS platform that acquired 5,000 users in the first quarter with intuitive UX.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/saas-software-platform-dashboard-interfa-1772692806674-bde65543.png", imageAlt: "SaaS platform interface", authorName: "Marcus Johnson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/developer-professional-headshot-with-tec-1772692807932-419c9d36.png", date: "Feb 2024"
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Marketing", "Strategy"],
|
||||
title: "Brand Relaunch Campaign", excerpt: "Executed integrated marketing campaign that increased brand awareness by 450% and generated 2M impressions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/digital-marketing-campaign-materials-inc-1772692808157-348a530c.png", imageAlt: "Marketing campaign materials", authorName: "Emily Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/ux-ui-designer-professional-headshot-des-1772692806914-2173afcc.png", date: "Jan 2024"},
|
||||
title: "Brand Relaunch Campaign", excerpt: "Executed integrated marketing campaign that increased brand awareness by 450% and generated 2M impressions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/digital-marketing-campaign-materials-inc-1772692808157-348a530c.png", imageAlt: "Marketing campaign materials", authorName: "Emily Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/ux-ui-designer-professional-headshot-des-1772692806914-2173afcc.png", date: "Jan 2024"
|
||||
},
|
||||
{
|
||||
id: "4", category: ["Development", "Performance"],
|
||||
title: "Web Performance Optimization", excerpt: "Optimized site performance resulting in 60% faster load times and improved SEO rankings by 200%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/website-performance-optimization-dashboa-1772692807981-7264e949.png", imageAlt: "Performance metrics dashboard", authorName: "David Park", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/brand-strategist-professional-headshot-s-1772692806401-294e9227.png", date: "Dec 2023"},
|
||||
title: "Web Performance Optimization", excerpt: "Optimized site performance resulting in 60% faster load times and improved SEO rankings by 200%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/website-performance-optimization-dashboa-1772692807981-7264e949.png", imageAlt: "Performance metrics dashboard", authorName: "David Park", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/brand-strategist-professional-headshot-s-1772692806401-294e9227.png", date: "Dec 2023"
|
||||
},
|
||||
]}
|
||||
title="Featured Work"
|
||||
description="Explore our recent projects and case studies showcasing transformative digital solutions"
|
||||
@@ -145,35 +156,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Alex Thompson", role: "Founder & Strategy Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-headshot-of-a-founder-with--1772692806062-ac4858f8.png", imageAlt: "Alex Thompson"},
|
||||
{
|
||||
id: "2", name: "Jordan Blake", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/creative-professional-headshot-showing-a-1772692806517-c11fdbee.png", imageAlt: "Jordan Blake"},
|
||||
{
|
||||
id: "3", name: "Casey Williams", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/developer-professional-headshot-with-tec-1772692807932-419c9d36.png", imageAlt: "Casey Williams"},
|
||||
{
|
||||
id: "4", name: "Morgan Lee", role: "UX/UI Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/ux-ui-designer-professional-headshot-des-1772692806914-2173afcc.png", imageAlt: "Morgan Lee"},
|
||||
{
|
||||
id: "5", name: "Taylor Hunt", role: "Brand Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/brand-strategist-professional-headshot-s-1772692806401-294e9227.png", imageAlt: "Taylor Hunt"},
|
||||
{
|
||||
id: "6", name: "Riley Davis", role: "Growth Marketer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/growth-marketer-professional-headshot-wi-1772692806833-67370daf.png", imageAlt: "Riley Davis"},
|
||||
]}
|
||||
title="Meet Our Team"
|
||||
description="Talented strategists, designers, and developers dedicated to your success"
|
||||
tag="Our People"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Proof Digital transformed our entire digital presence. Their strategic approach combined with exceptional execution delivered results beyond our expectations. They're true partners in our success."
|
||||
@@ -181,13 +163,17 @@ export default function HomePage() {
|
||||
author="Victoria Richardson, CEO at TechVenture"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-headshot-of-a-satisfied-cli-1772692805983-5c9a9837.png", alt: "Customer testimonial 1"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-headshot-of-a-satisfied-cli-1772692805983-5c9a9837.png", alt: "Customer testimonial 1"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-headshot-of-a-business-exec-1772692805509-9e5a878d.png", alt: "Customer testimonial 2"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-headshot-of-a-business-exec-1772692805509-9e5a878d.png", alt: "Customer testimonial 2"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-headshot-of-an-entrepreneur-1772692805730-32c7bafb.png", alt: "Customer testimonial 3"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-headshot-of-an-entrepreneur-1772692805730-32c7bafb.png", alt: "Customer testimonial 3"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-headshot-of-a-satisfied-cus-1772692805577-bcba99a2.png", alt: "Customer testimonial 4"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVzsjmY9uL2KCblPxYrkOsTYYe/professional-headshot-of-a-satisfied-cus-1772692805577-bcba99a2.png", alt: "Customer testimonial 4"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -199,20 +185,26 @@ export default function HomePage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What's your typical project timeline?", content: "Projects typically range from 6-16 weeks depending on scope and complexity. We provide detailed timelines during the discovery phase and maintain clear communication throughout."},
|
||||
id: "1", title: "What's your typical project timeline?", content: "Projects typically range from 6-16 weeks depending on scope and complexity. We provide detailed timelines during the discovery phase and maintain clear communication throughout."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How do you approach strategy?", content: "We begin with deep discovery to understand your business, market, and goals. Our team conducts competitive research and user analysis to inform strategic recommendations."},
|
||||
id: "2", title: "How do you approach strategy?", content: "We begin with deep discovery to understand your business, market, and goals. Our team conducts competitive research and user analysis to inform strategic recommendations."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can you work with existing teams?", content: "Absolutely. We frequently collaborate with internal teams and other agencies. We believe in seamless integration and knowledge transfer to ensure long-term success."},
|
||||
id: "3", title: "Can you work with existing teams?", content: "Absolutely. We frequently collaborate with internal teams and other agencies. We believe in seamless integration and knowledge transfer to ensure long-term success."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What support do you provide post-launch?", content: "We offer ongoing support packages including maintenance, optimization, and analytics reporting to ensure continued success of your digital initiatives."},
|
||||
id: "4", title: "What support do you provide post-launch?", content: "We offer ongoing support packages including maintenance, optimization, and analytics reporting to ensure continued success of your digital initiatives."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How do you measure success?", content: "We establish KPIs during project planning aligned with your business objectives. We provide regular reporting and optimization recommendations based on data."},
|
||||
id: "5", title: "How do you measure success?", content: "We establish KPIs during project planning aligned with your business objectives. We provide regular reporting and optimization recommendations based on data."
|
||||
},
|
||||
]}
|
||||
ctaTitle="Ready to Transform Your Digital Presence?"
|
||||
ctaDescription="Let's discuss your project and explore how we can help you achieve your business goals."
|
||||
ctaButton={{
|
||||
text: "Schedule a Consultation", href: "mailto:hello@proofdigital.com"}}
|
||||
text: "Schedule a Consultation", href: "mailto:hello@proofdigital.com"
|
||||
}}
|
||||
ctaIcon={MessageCircle}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -230,4 +222,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user