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() {
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() {
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() {
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() {
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() {