Update src/app/blog/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
|
||||
@@ -35,14 +35,20 @@ export default function BlogPage() {
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
<FeatureCardThree
|
||||
title="Latest Insights"
|
||||
description="Explore expert strategies, industry trends, and actionable tips to level up your digital presence."
|
||||
blogs={[
|
||||
description="Explore expert strategies and industry trends."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", category: "SEO", title: "The Future of Search in 2025", excerpt: "How AI-driven search engines are changing the way we optimize for visibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/graphic-abstract-representation-of-digit-1774597273161-d6ba2e60.png", authorName: "Jane Doe", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/a-portrait-of-a-diverse-happy-client-pro-1774597274731-345d16d4.png", date: "March 12, 2025"},
|
||||
id: "1", title: "The Future of Search in 2025", description: "How AI-driven search engines are changing visibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/graphic-abstract-representation-of-digit-1774597273161-d6ba2e60.png"
|
||||
},
|
||||
{
|
||||
id: "2", category: "PPC", title: "Maximizing PPC Budget Efficiency", excerpt: "Stop wasting ad spend. Here are 5 ways to optimize your campaigns today.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/futuristic-digital-marketing-analytics-i-1774597272938-5a400441.png", authorName: "John Smith", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/a-portrait-of-a-tech-entrepreneur-smilin-1774597276581-882845d7.png", date: "March 15, 2025"},
|
||||
id: "2", title: "Maximizing PPC Efficiency", description: "Stop wasting ad spend with these optimization tactics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWG5SrWWKEqjNXizW2I2dXKiv2/futuristic-digital-marketing-analytics-i-1774597272938-5a400441.png"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user