9 Commits

Author SHA1 Message Date
7d04d50518 Update src/app/page.tsx 2026-06-06 05:47:17 +00:00
c99959dc46 Add src/app/services/page.tsx 2026-06-06 05:46:29 +00:00
032b1bee40 Update src/app/page.tsx 2026-06-06 05:46:28 +00:00
a6cafbfc2d Merge version_2 into main
Merge version_2 into main
2026-06-06 05:38:35 +00:00
260a0c74fb Update src/app/page.tsx 2026-06-06 05:38:32 +00:00
1c8adfb8ab Merge version_2 into main
Merge version_2 into main
2026-06-06 05:37:58 +00:00
a6bf19b3c6 Update src/app/page.tsx 2026-06-06 05:37:55 +00:00
4c625c3100 Update src/app/layout.tsx 2026-06-06 05:37:55 +00:00
aed2cb1831 Merge version_1 into main
Merge version_1 into main
2026-06-06 05:33:46 +00:00
3 changed files with 146 additions and 53 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

@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
@@ -34,25 +33,25 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "#home"},
name: "Home", id: "/"},
{
name: "About", id: "#about"},
name: "About", id: "/#about"},
{
name: "Services", id: "#services"},
name: "Services", id: "/services"},
{
name: "Packages", id: "#packages"},
name: "Packages", id: "/#packages"},
{
name: "Results", id: "#results"},
name: "Results", id: "/#results"},
{
name: "Testimonials", id: "#testimonials"},
name: "Testimonials", id: "/#testimonials"},
{
name: "FAQ", id: "#faq"},
name: "FAQ", id: "/#faq"},
{
name: "Contact", id: "#contact"},
name: "Contact", id: "/#contact"},
]}
brandName="DigitalCraft Agency"
brandName="Digibrando"
button={{
text: "Get a Quote", href: "#contact"}}
text: "Get a Quote", href: "/#contact"}}
/>
</div>
@@ -62,9 +61,9 @@ export default function LandingPage() {
description="Innovative digital marketing strategies designed to drive growth, boost visibility, and deliver measurable results for your business."
buttons={[
{
text: "Our Services", href: "#services"},
text: "Our Services", href: "/services"},
{
text: "Get a Free Consultation", href: "#contact"},
text: "Get a Free Consultation", href: "/#contact"},
]}
avatars={[
{
@@ -89,7 +88,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"
@@ -98,25 +97,6 @@ export default function LandingPage() {
/>
</div>
<div id="services" data-section="services">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Search Engine Optimization (SEO)", description: "Boost your organic visibility, rank higher in search results, and attract more qualified leads to your website with our expert SEO strategies.", imageSrc: "http://img.b2bpic.net/free-vector/seo-flat-concept-set_1284-3767.jpg", imageAlt: "SEO illustration"},
{
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: "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"},
]}
title="Comprehensive Digital Solutions"
description="From search engine optimization to engaging social media campaigns, our full suite of services covers every aspect of your online presence."
tag="What We Do"
/>
</div>
<div id="packages" data-section="packages">
<ProductCardThree
@@ -184,7 +164,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 +175,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 +189,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."},
{
@@ -258,45 +238,45 @@ export default function LandingPage() {
{
title: "Services", items: [
{
label: "SEO Optimization", href: "#services"},
label: "SEO Optimization", href: "/services"},
{
label: "PPC Advertising", href: "#services"},
label: "PPC Advertising", href: "/services"},
{
label: "Social Media", href: "#services"},
label: "Social Media", href: "/services"},
{
label: "Content Marketing", href: "#services"},
label: "Content Marketing", href: "/services"},
],
},
{
title: "Company", items: [
{
label: "About Us", href: "#about"},
label: "About Us", href: "/#about"},
{
label: "Our Impact", href: "#results"},
label: "Our Impact", href: "/#results"},
{
label: "Client Testimonials", href: "#testimonials"},
label: "Client Testimonials", href: "/#testimonials"},
{
label: "Contact", href: "#contact"},
label: "Contact", href: "/#contact"},
],
},
{
title: "Resources", items: [
{
label: "Blog", href: "#"},
label: "Blog", href: "/#"},
{
label: "FAQ", href: "#faq"},
label: "FAQ", href: "/#faq"},
{
label: "Support", href: "#"},
label: "Support", href: "/#"},
{
label: "Privacy Policy", href: "#"},
label: "Privacy Policy", href: "/#"},
],
},
]}
logoText="DigitalCraft Agency"
copyrightText="© 2024 DigitalCraft Agency. All rights reserved."
logoText="Digibrando"
copyrightText="© 2024 Digibrando. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

113
src/app/services/page.tsx Normal file
View File

@@ -0,0 +1,113 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="fluid"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Services", id: "/services" },
{ name: "Packages", id: "/#packages" },
{ name: "Results", id: "/#results" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" }
]}
brandName="Digibrando"
button={{ text: "Get a Quote", href: "/#contact" }}
/>
</div>
<div id="services-hero" data-section="services-hero">
<HeroOverlay
title="Our Comprehensive Digital Services"
description="Explore how our tailored solutions can elevate your brand and drive measurable growth."
buttons={[
{ text: "Get a Free Consultation", href: "/#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169840.jpg"
imageAlt="Digital Marketing Services Overview"
/>
</div>
<div id="services-main" data-section="services-main">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Search Engine Optimization (SEO)", description: "Boost your organic visibility, rank higher in search results, and attract more qualified leads to your website with our expert SEO strategies.", imageSrc: "http://img.b2bpic.net/free-vector/seo-flat-concept-set_1284-3767.jpg", imageAlt: "SEO illustration"
},
{
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: "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"
}
]}
title="Comprehensive Digital Solutions"
description="From search engine optimization to engaging social media campaigns, our full suite of services covers every aspect of your online presence."
tag="What We Do"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services", items: [
{ label: "SEO Optimization", href: "/services" },
{ label: "PPC Advertising", href: "/services" },
{ label: "Social Media", href: "/services" },
{ label: "Content Marketing", href: "/services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "Our Impact", href: "/#results" },
{ label: "Client Testimonials", href: "/#testimonials" },
{ label: "Contact", href: "/#contact" }
]
},
{
title: "Resources", items: [
{ label: "Blog", href: "/#" },
{ label: "FAQ", href: "/#faq" },
{ label: "Support", href: "/#" },
{ label: "Privacy Policy", href: "/#" }
]
}
]}
logoText="Digibrando"
copyrightText="© 2024 Digibrando. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}