From 6939b38b240e9755f1f1211f7f784f554a441365 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:53:14 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 87 +++++++++++------------------------------- 1 file changed, 23 insertions(+), 64 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f7bad91..101478b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -12,17 +12,15 @@ import { BarChart3, Palette, TrendingUp, HeadphonesIcon, Zap, Search, Share2, Ma export default function AboutPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Services", id: "services" }, - { name: "Portfolio", id: "portfolio" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Services", id: "/services" }, + { 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 ( @@ -101,34 +89,22 @@ 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"}, ]} /> @@ -142,15 +118,7 @@ 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} /> @@ -165,18 +133,13 @@ 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} /> @@ -185,13 +148,9 @@ export default function AboutPage() { -- 2.49.1 From 0ce13b0bdcb0f2dc2ab96155f55694d9cda3f630 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:53:14 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0aa4c86..8f2c811 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,18 +58,13 @@ 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} /> @@ -78,13 +73,9 @@ export default function ContactPage() { -- 2.49.1 From 5771d45eacc508970496a450889103323dc53dde Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:53:15 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 145 +++++++++++++++-------------------------------- 1 file changed, 47 insertions(+), 98 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 340cb8e..b94b82f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; import { BarChart3, Palette, TrendingUp, HeadphonesIcon } from "lucide-react"; @@ -37,9 +38,7 @@ export default function HomePage() { { name: "Contact", id: "#contact" }, ]} button={{ - text: "Get Started", - href: "#contact", - }} + text: "Get Started", href: "#contact"}} /> @@ -72,24 +71,16 @@ export default function HomePage() { useInvertedBackground={false} bulletPoints={[ { - title: "Data-Driven Strategy", - description: "Every campaign is backed by comprehensive analytics and insights", - icon: BarChart3, + title: "Data-Driven Strategy", description: "Every campaign is backed by comprehensive analytics and insights", icon: BarChart3, }, { - title: "Creative Excellence", - description: "Award-winning designers and strategists crafting compelling content", - icon: Palette, + title: "Creative Excellence", description: "Award-winning designers and strategists crafting compelling content", icon: Palette, }, { - title: "Proven Results", - description: "Consistent track record of delivering measurable growth for clients", - icon: TrendingUp, + title: "Proven Results", description: "Consistent track record of delivering measurable growth for clients", icon: TrendingUp, }, { - title: "24/7 Support", - description: "Dedicated team ready to support your campaigns at any time", - icon: HeadphonesIcon, + title: "24/7 Support", description: "Dedicated team ready to support your campaigns at any time", icon: HeadphonesIcon, }, ]} imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952348.jpg?_wi=1" @@ -113,20 +104,41 @@ 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"}, + ]} + /> + + +
+ window.open("/services", "_self"), + }, + { + id: "2", name: "SEO Optimization Package", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/search-engine-optimization-seo-analysis-keywords-ranking-strategy_1503-4567.jpg", imageAlt: "SEO optimization services", onProductClick: () => window.open("/services", "_self"), + }, + { + id: "3", name: "Social Media Management", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-network-online-community-engagement-digital_1503-5678.jpg", imageAlt: "Social media management platform", onProductClick: () => window.open("/services", "_self"), + }, + { + id: "4", name: "Content Marketing Suite", price: "$2,200", imageSrc: "http://img.b2bpic.net/free-photo/content-marketing-strategy-blog-writing-copywriting-engagement_1503-6789.jpg", imageAlt: "Content marketing creation tools", onProductClick: () => window.open("/services", "_self"), }, ]} + title="Premium Services" + description="Explore our comprehensive suite of digital marketing solutions designed to drive results" + tag="Services" + tagAnimation="slide-up" + textboxLayout="default" + gridVariant="uniform-all-items-equal" + animationType="slide-up" + useInvertedBackground={false} />
@@ -134,38 +146,11 @@ export default function HomePage() { @@ -251,13 +204,9 @@ export default function HomePage() { -- 2.49.1 From 3f0a13cea9b29c50633464949302cbc54ace96c9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:53:15 +0000 Subject: [PATCH 4/5] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 102 ++++++++----------------------------- 1 file changed, 20 insertions(+), 82 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index e41230a..04effd7 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -11,17 +11,15 @@ import { Zap } from "lucide-react"; export default function PortfolioPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Services", id: "services" }, - { name: "Portfolio", id: "portfolio" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Services", id: "/services" }, + { 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 ( @@ -167,13 +109,9 @@ export default function PortfolioPage() { -- 2.49.1 From 93ae5e3962a8025e757614924e1bbfbf34cb22fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:53:16 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 90 +++++++++------------------------------ 1 file changed, 21 insertions(+), 69 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b592851..831a6ea 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -29,14 +29,12 @@ export default function ServicesPage() { navItems={[ { name: "Home", id: "/" }, { name: "Services", id: "/services" }, - { name: "Portfolio", id: "#portfolio" }, - { name: "About", id: "#about" }, - { name: "Contact", id: "#contact" }, + { name: "Portfolio", id: "/portfolio" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get Started", - href: "#contact", - }} + text: "Get Started", href: "#contact"}} /> @@ -52,34 +50,22 @@ 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"}, ]} /> @@ -88,52 +74,22 @@ export default function ServicesPage() { -- 2.49.1