Merge version_3 into main #5
@@ -14,13 +14,15 @@ export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get Started", href: "/contact"};
|
||||
text: "Get Started", href: "/contact"
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -71,7 +73,8 @@ export default function AboutPage() {
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More", href: "/about"},
|
||||
text: "Learn More", href: "/about"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -89,22 +92,28 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Search,
|
||||
title: "SEO & SEM", description: "Dominate search rankings and drive qualified traffic to your website"},
|
||||
title: "SEO & SEM", description: "Dominate search rankings and drive qualified traffic to your website"
|
||||
},
|
||||
{
|
||||
icon: Share2,
|
||||
title: "Social Media Marketing", description: "Build engaged communities and amplify your brand across platforms"},
|
||||
title: "Social Media Marketing", description: "Build engaged communities and amplify your brand across platforms"
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Email Marketing", description: "Convert leads into loyal customers with targeted campaigns"},
|
||||
title: "Email Marketing", description: "Convert leads into loyal customers with targeted campaigns"
|
||||
},
|
||||
{
|
||||
icon: Video,
|
||||
title: "Content Creation", description: "Compelling videos, graphics, and copy that resonate with your audience"},
|
||||
title: "Content Creation", description: "Compelling videos, graphics, and copy that resonate with your audience"
|
||||
},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Analytics & Reporting", description: "Transparent insights and actionable data to guide strategy"},
|
||||
title: "Analytics & Reporting", description: "Transparent insights and actionable data to guide strategy"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Performance Marketing", description: "Optimize spend and maximize conversions with precision targeting"},
|
||||
title: "Performance Marketing", description: "Optimize spend and maximize conversions with precision targeting"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,7 +127,8 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TechFlow Inc", "Aurora Retail", "Momentum Finance", "Zenith Design", "Pulse Health", "Nexus Commerce", "Vertex Solutions", "Horizon Media"]}
|
||||
"TechFlow Inc", "Aurora Retail", "Momentum Finance", "Zenith Design", "Pulse Health", "Nexus Commerce", "Vertex Solutions", "Horizon Media"
|
||||
]}
|
||||
speed={50}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -133,13 +143,16 @@ export default function AboutPage() {
|
||||
description="Let's schedule a strategic consultation to discuss your goals, challenges, and how DigitalFlow can accelerate your growth."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation", href: "/contact"},
|
||||
text: "Schedule Consultation", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "View Services", href: "/services"},
|
||||
text: "View Services", href: "/services"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
variant: "animated-grid"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,9 +161,11 @@ export default function AboutPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="DigitalFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -11,6 +11,7 @@ export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
@@ -58,13 +59,16 @@ export default function ContactPage() {
|
||||
description="Let's schedule a strategic consultation to discuss your goals, challenges, and how DigitalFlow can accelerate your growth."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation", href: "/contact"},
|
||||
text: "Schedule Consultation", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "View Services", href: "/services"},
|
||||
text: "View Services", href: "/services"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
variant: "animated-grid"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,9 +77,11 @@ export default function ContactPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="DigitalFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -33,12 +33,14 @@ export default function HomePage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Portfolio", id: "#portfolio" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
text: "Get Started", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,13 +106,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "SEO & SEM", description: "Dominate search rankings and drive qualified traffic to your website"},
|
||||
title: "SEO & SEM", description: "Dominate search rankings and drive qualified traffic to your website"
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Social Media Marketing", description: "Build engaged communities and amplify your brand across platforms"},
|
||||
title: "Social Media Marketing", description: "Build engaged communities and amplify your brand across platforms"
|
||||
},
|
||||
{
|
||||
icon: HeadphonesIcon,
|
||||
title: "Email Marketing", description: "Convert leads into loyal customers with targeted campaigns"},
|
||||
title: "Email Marketing", description: "Convert leads into loyal customers with targeted campaigns"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,11 +151,14 @@ export default function HomePage() {
|
||||
<BlogCardThree
|
||||
blogs={[
|
||||
{
|
||||
id: "case-1", category: "E-Commerce", title: "Increased Sales by 250% for Leading Fashion Brand", excerpt: "Strategic SEO, social media, and content marketing campaign", imageSrc: "http://img.b2bpic.net/free-photo/box-market-electronic-ordering-shop-basket_1421-567.jpg?_wi=1", imageAlt: "Fashion brand success case study", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-blonde-young-businesswoman-with-crossed-arms-leaning-glass-wall_23-2148066805.jpg", date: "Jan 2025"},
|
||||
id: "case-1", category: "E-Commerce", title: "Increased Sales by 250% for Leading Fashion Brand", excerpt: "Strategic SEO, social media, and content marketing campaign", imageSrc: "http://img.b2bpic.net/free-photo/box-market-electronic-ordering-shop-basket_1421-567.jpg?_wi=1", imageAlt: "Fashion brand success case study", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-blonde-young-businesswoman-with-crossed-arms-leaning-glass-wall_23-2148066805.jpg", date: "Jan 2025"
|
||||
},
|
||||
{
|
||||
id: "case-2", category: "SaaS", title: "B2B SaaS Startup Reached $1M ARR in 12 Months", excerpt: "Growth marketing and customer acquisition optimization", imageSrc: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19447.jpg?_wi=1", imageAlt: "SaaS growth milestone case study", authorName: "Marcus Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", date: "Dec 2024"},
|
||||
id: "case-2", category: "SaaS", title: "B2B SaaS Startup Reached $1M ARR in 12 Months", excerpt: "Growth marketing and customer acquisition optimization", imageSrc: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19447.jpg?_wi=1", imageAlt: "SaaS growth milestone case study", authorName: "Marcus Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", date: "Dec 2024"
|
||||
},
|
||||
{
|
||||
id: "case-3", category: "Hospitality", title: "Luxury Hotel Chain Grew Bookings by 180%", excerpt: "Multi-channel campaign with influencer partnerships", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148561432.jpg?_wi=1", imageAlt: "Hotel bookings increase case study", authorName: "Emma Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", date: "Nov 2024"},
|
||||
id: "case-3", category: "Hospitality", title: "Luxury Hotel Chain Grew Bookings by 180%", excerpt: "Multi-channel campaign with influencer partnerships", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148561432.jpg?_wi=1", imageAlt: "Hotel bookings increase case study", authorName: "Emma Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", date: "Nov 2024"
|
||||
},
|
||||
]}
|
||||
title="Recent Case Studies"
|
||||
description="Explore how we've helped businesses like yours achieve remarkable results"
|
||||
@@ -166,17 +174,23 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "Jennifer Martinez"},
|
||||
id: "1", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "Jennifer Martinez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-vector/lovely-pack-male-workers-avatars_23-2147670043.jpg?_wi=1", imageAlt: "David Chen"},
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-vector/lovely-pack-male-workers-avatars_23-2147670043.jpg?_wi=1", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
id: "3", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Williams", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-posing-together_23-2149271750.jpg?_wi=1", imageAlt: "Michael Williams"},
|
||||
id: "4", name: "Michael Williams", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-posing-together_23-2149271750.jpg?_wi=1", imageAlt: "Michael Williams"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1", imageAlt: "Lisa Anderson"},
|
||||
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1", imageAlt: "Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "James O'Brien", imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg?_wi=1", imageAlt: "James O'Brien"},
|
||||
id: "6", name: "James O'Brien", imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg?_wi=1", imageAlt: "James O'Brien"
|
||||
},
|
||||
]}
|
||||
cardTitle="Trusted by hundreds of businesses worldwide. Join them in transforming your digital presence."
|
||||
cardTag="Trusted by Industry Leaders"
|
||||
@@ -194,7 +208,8 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TechFlow Inc", "Aurora Retail", "Momentum Finance", "Zenith Design", "Pulse Health", "Nexus Commerce", "Vertex Solutions", "Horizon Media"]}
|
||||
"TechFlow Inc", "Aurora Retail", "Momentum Finance", "Zenith Design", "Pulse Health", "Nexus Commerce", "Vertex Solutions", "Horizon Media"
|
||||
]}
|
||||
speed={50}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -204,9 +219,11 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="DigitalFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -13,13 +13,15 @@ export default function PortfolioPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get Started", href: "/contact"};
|
||||
text: "Get Started", href: "/contact"
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -46,11 +48,14 @@ export default function PortfolioPage() {
|
||||
<BlogCardThree
|
||||
blogs={[
|
||||
{
|
||||
id: "case-1", category: "E-Commerce", title: "Increased Sales by 250% for Leading Fashion Brand", excerpt: "Strategic SEO, social media, and content marketing campaign", imageSrc: "http://img.b2bpic.net/free-photo/box-market-electronic-ordering-shop-basket_1421-567.jpg?_wi=2", imageAlt: "online shopping e-commerce success growth", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-blonde-young-businesswoman-with-crossed-arms-leaning-glass-wall_23-2148066805.jpg", date: "Jan 2025"},
|
||||
id: "case-1", category: "E-Commerce", title: "Increased Sales by 250% for Leading Fashion Brand", excerpt: "Strategic SEO, social media, and content marketing campaign", imageSrc: "http://img.b2bpic.net/free-photo/box-market-electronic-ordering-shop-basket_1421-567.jpg?_wi=2", imageAlt: "online shopping e-commerce success growth", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-blonde-young-businesswoman-with-crossed-arms-leaning-glass-wall_23-2148066805.jpg", date: "Jan 2025"
|
||||
},
|
||||
{
|
||||
id: "case-2", category: "SaaS", title: "B2B SaaS Startup Reached $1M ARR in 12 Months", excerpt: "Growth marketing and customer acquisition optimization", imageSrc: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19447.jpg?_wi=2", imageAlt: "SaaS software growth metrics dashboard", authorName: "Marcus Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", date: "Dec 2024"},
|
||||
id: "case-2", category: "SaaS", title: "B2B SaaS Startup Reached $1M ARR in 12 Months", excerpt: "Growth marketing and customer acquisition optimization", imageSrc: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19447.jpg?_wi=2", imageAlt: "SaaS software growth metrics dashboard", authorName: "Marcus Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", date: "Dec 2024"
|
||||
},
|
||||
{
|
||||
id: "case-3", category: "Hospitality", title: "Luxury Hotel Chain Grew Bookings by 180%", excerpt: "Multi-channel campaign with influencer partnerships", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148561432.jpg?_wi=2", imageAlt: "luxury hotel booking success growth", authorName: "Emma Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", date: "Nov 2024"},
|
||||
id: "case-3", category: "Hospitality", title: "Luxury Hotel Chain Grew Bookings by 180%", excerpt: "Multi-channel campaign with influencer partnerships", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148561432.jpg?_wi=2", imageAlt: "luxury hotel booking success growth", authorName: "Emma Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", date: "Nov 2024"
|
||||
},
|
||||
]}
|
||||
title="Recent Case Studies"
|
||||
description="Explore how we've helped businesses like yours achieve remarkable results"
|
||||
@@ -66,17 +71,23 @@ export default function PortfolioPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "professional woman business portrait"},
|
||||
id: "1", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "professional woman business portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-vector/lovely-pack-male-workers-avatars_23-2147670043.jpg?_wi=2", imageAlt: "professional man business portrait"},
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-vector/lovely-pack-male-workers-avatars_23-2147670043.jpg?_wi=2", imageAlt: "professional man business portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=2", imageAlt: "professional woman business portrait"},
|
||||
id: "3", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=2", imageAlt: "professional woman business portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Williams", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-posing-together_23-2149271750.jpg?_wi=2", imageAlt: "professional man business portrait"},
|
||||
id: "4", name: "Michael Williams", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-posing-together_23-2149271750.jpg?_wi=2", imageAlt: "professional man business portrait"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2", imageAlt: "professional woman business portrait"},
|
||||
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2", imageAlt: "professional woman business portrait"
|
||||
},
|
||||
{
|
||||
id: "6", name: "James O'Brien", imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg?_wi=2", imageAlt: "professional man business portrait"},
|
||||
id: "6", name: "James O'Brien", imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg?_wi=2", imageAlt: "professional man business portrait"
|
||||
},
|
||||
]}
|
||||
cardTitle="Trusted by hundreds of businesses worldwide. Join them in transforming your digital presence."
|
||||
cardTag="Trusted by Industry Leaders"
|
||||
@@ -94,13 +105,16 @@ export default function PortfolioPage() {
|
||||
description="Let's schedule a strategic consultation to discuss your goals, challenges, and how DigitalFlow can accelerate your growth."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation", href: "/contact"},
|
||||
text: "Schedule Consultation", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "View Services", href: "/services"},
|
||||
text: "View Services", href: "/services"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
variant: "animated-grid"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,9 +123,11 @@ export default function PortfolioPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="DigitalFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
104
src/app/pricing/page.tsx
Normal file
104
src/app/pricing/page.tsx
Normal file
@@ -0,0 +1,104 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import Link from "next/link";
|
||||
import { Zap, Rocket, Star, Crown } from "lucide-react";
|
||||
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="DigitalFlow"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Great to Start", badgeIcon: Rocket,
|
||||
price: "$2,500", subtitle: "Per month • Billed monthly", features: [
|
||||
"SEO optimization for 5 keywords", "Social media management (2 platforms)", "Monthly reporting and analytics", "Email support", "Content calendar planning"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$5,000", subtitle: "Per month • Billed monthly", features: [
|
||||
"SEO optimization for 20+ keywords", "Social media management (4 platforms)", "PPC campaign management", "Weekly reporting and strategy calls", "Video content creation (2/month)", "Email and phone support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Maximum Growth", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "Per month • Let's discuss", features: [
|
||||
"Full-service digital marketing suite", "Dedicated account team", "Custom strategy and reporting", "Influencer partnerships", "Brand development and positioning", "24/7 priority support", "Quarterly business reviews"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Choose the package that fits your goals. All plans include dedicated support and regular reporting."
|
||||
tag="Pricing"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Let's Connect"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Transform Your Digital Presence?"
|
||||
description="Let's schedule a strategic consultation to discuss your goals, challenges, and how DigitalFlow can accelerate your growth."
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "#" },
|
||||
{ text: "View Services", href: "/services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="DigitalFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -29,12 +29,14 @@ export default function ServicesPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
text: "Get Started", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,22 +52,28 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Search,
|
||||
title: "SEO & SEM", description: "Dominate search rankings and drive qualified traffic to your website"},
|
||||
title: "SEO & SEM", description: "Dominate search rankings and drive qualified traffic to your website"
|
||||
},
|
||||
{
|
||||
icon: Share2,
|
||||
title: "Social Media Marketing", description: "Build engaged communities and amplify your brand across platforms"},
|
||||
title: "Social Media Marketing", description: "Build engaged communities and amplify your brand across platforms"
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Email Marketing", description: "Convert leads into loyal customers with targeted campaigns"},
|
||||
title: "Email Marketing", description: "Convert leads into loyal customers with targeted campaigns"
|
||||
},
|
||||
{
|
||||
icon: Video,
|
||||
title: "Content Creation", description: "Compelling videos, graphics, and copy that resonate with your audience"},
|
||||
title: "Content Creation", description: "Compelling videos, graphics, and copy that resonate with your audience"
|
||||
},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Analytics & Reporting", description: "Transparent insights and actionable data to guide strategy"},
|
||||
title: "Analytics & Reporting", description: "Transparent insights and actionable data to guide strategy"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Performance Marketing", description: "Optimize spend and maximize conversions with precision targeting"},
|
||||
title: "Performance Marketing", description: "Optimize spend and maximize conversions with precision targeting"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,19 +85,22 @@ export default function ServicesPage() {
|
||||
id: "starter", badge: "Great to Start", badgeIcon: Rocket,
|
||||
price: "$2,500", subtitle: "Per month • Billed monthly", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"SEO optimization for 5 keywords", "Social media management (2 platforms)", "Monthly reporting and analytics", "Email support", "Content calendar planning"],
|
||||
"SEO optimization for 5 keywords", "Social media management (2 platforms)", "Monthly reporting and analytics", "Email support", "Content calendar planning"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$5,000", subtitle: "Per month • Billed monthly", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"SEO optimization for 20+ keywords", "Social media management (4 platforms)", "PPC campaign management", "Weekly reporting and strategy calls", "Video content creation (2/month)", "Email and phone support"],
|
||||
"SEO optimization for 20+ keywords", "Social media management (4 platforms)", "PPC campaign management", "Weekly reporting and strategy calls", "Video content creation (2/month)", "Email and phone support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Maximum Growth", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "Per month • Let's discuss", buttons: [{ text: "Schedule Call", href: "#contact" }],
|
||||
features: [
|
||||
"Full-service digital marketing suite", "Dedicated account team", "Custom strategy and reporting", "Influencer partnerships", "Brand development and positioning", "24/7 priority support", "Quarterly business reviews"],
|
||||
"Full-service digital marketing suite", "Dedicated account team", "Custom strategy and reporting", "Influencer partnerships", "Brand development and positioning", "24/7 priority support", "Quarterly business reviews"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -123,9 +134,11 @@ export default function ServicesPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="DigitalFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user