From 4c625c3100c75282789f38eda5270a91594813e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 05:37:55 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6ed05de..a72daec 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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", -- 2.49.1 From a6bf19b3c6cffd7e73906f8c6ae1b43efc3bbca9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 05:37:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af526b9..4f0551e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> ); -} +} \ No newline at end of file -- 2.49.1