Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-06 05:37:59 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google";
export const metadata: Metadata = {
title: 'DigitalCraft Agency | Drive Your Digital Growth',
description: 'DigitalCraft Agency offers innovative digital marketing solutions including SEO, PPC, social media, and content marketing to help businesses thrive online.',
title: 'Digibrando | Drive Your Digital Growth',
description: 'Digibrando offers innovative digital marketing solutions including SEO, PPC, social media, and content marketing to help businesses thrive online.',
keywords: ["digital marketing, marketing agency, SEO, PPC, social media marketing, content marketing, web analytics, online growth, digital strategy"],
openGraph: {
"title": "DigitalCraft Agency | Drive Your Digital Growth",

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="DigitalCraft Agency"
brandName="Digibrando"
button={{
text: "Get a Quote", href: "#contact"}}
/>
@@ -89,7 +89,7 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="Our Story"
title="Crafting Digital Success Stories"
description="At DigitalCraft Agency, we blend creativity with data-driven insights to build bespoke marketing solutions. Our passion is transforming your vision into digital reality."
description="At Digibrando, we blend creativity with data-driven insights to build bespoke marketing solutions. Our passion is transforming your vision into digital reality."
subdescription="We focus on transparency, measurable outcomes, and continuous innovation to ensure your brand stands out in the crowded digital landscape."
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/focused-workaholic-african-american-businesswoman-showing-financial-graphs-tablet_482257-13953.jpg"
@@ -108,7 +108,7 @@ export default function LandingPage() {
{
title: "Pay-Per-Click (PPC) Advertising", description: "Drive immediate, targeted traffic and conversions with optimized PPC campaigns across Google Ads, social media, and other platforms.", imageSrc: "http://img.b2bpic.net/free-vector/charity-event-youtube-channel-art-template-design_23-2149435879.jpg", imageAlt: "PPC illustration"},
{
title: "Social Media Marketing", description: "Build a strong community, enhance brand awareness, and engage your audience with compelling content and strategic social media campaigns.", imageSrc: "http://img.b2bpic.net/free-photo/blue-bird-3d-illustration_183364-123380.jpg", imageAlt: "Social Media illustration"},
title: "Social Media Marketing", description: "Build a strong community, enhance brand awareness, and engage your audience with compelling content and strategic social media campaigns.", imageSrc: "http://img.b2bpic.net/free-photo/blue-bird-3d-illustration_183364-123380.jpg", alt: "Social Media illustration"},
{
title: "Content Marketing", description: "Engage your audience and establish thought leadership with high-quality, valuable content tailored to your target customers' needs.", imageSrc: "http://img.b2bpic.net/free-photo/product-design-drawing-website-graphic_53876-95888.jpg", imageAlt: "Content Marketing illustration"},
]}
@@ -184,7 +184,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"},
]}
title="Hear From Our Valued Partners"
description="Don't just take our word for it discover what our clients say about the impact DigitalCraft Agency has had on their business success."
description="Don't just take our word for it discover what our clients say about the impact Digibrando has had on their business success."
tag="Client Love"
animationType="blur-reveal"
/>
@@ -195,7 +195,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Innovate Solutions", "Synergy Corp", "Growth Engines", "Apex Analytics", "Vortex Media", "Quantum Reach", "Epoch Digital"]}
"Innovate Solutions", "Synergy Corp", "Growth Engines", "Apex Analytics", "Vortex Media", "Quantum Reach", "Epoch Digital" ]}
title="Trusted by Industry Leaders"
speed={40}
showCard={true}
@@ -209,7 +209,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1", title: "What is DigitalCraft Agency's core expertise?", content: "DigitalCraft Agency specializes in comprehensive digital marketing, including SEO, PPC, social media, content marketing, and web analytics, all designed to deliver measurable growth for your business."},
id: "faq-1", title: "What is Digibrando's core expertise?", content: "Digibrando specializes in comprehensive digital marketing, including SEO, PPC, social media, content marketing, and web analytics, all designed to deliver measurable growth for your business."},
{
id: "faq-2", title: "How do you measure campaign success?", content: "We use a data-driven approach, tracking key performance indicators (KPIs) such as website traffic, conversion rates, ROI, lead generation, and brand engagement. We provide transparent reporting and regular performance reviews."},
{
@@ -292,11 +292,11 @@ export default function LandingPage() {
],
},
]}
logoText="DigitalCraft Agency"
copyrightText="© 2024 DigitalCraft Agency. All rights reserved."
logoText="Digibrando"
copyrightText="© 2024 Digibrando. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}