Update src/app/blog/page.tsx

This commit is contained in:
2026-06-02 19:50:25 +00:00
parent d518487bce
commit 7f5e15ab3f

View File

@@ -26,33 +26,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Portfolio",
id: "/portfolio",
},
name: "Portfolio", id: "/portfolio"},
{
name: "Blog",
id: "/blog",
},
name: "Blog", id: "/blog"},
{
name: "Pricing",
id: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoAlt="By Barirah Logo"
brandName="By Barirah"
@@ -77,38 +63,11 @@ export default function LandingPage() {
tag="Stay Informed"
blogs={[
{
id: "blog-post-4",
category: "Web Development",
title: "The Future of Headless CMS for Agencies",
excerpt: "Discover how headless CMS solutions are revolutionizing website development for digital agencies.",
imageSrc: "http://img.b2bpic.net/free-photo/strategy-technique-tactic-word-concept_53876-133628.jpg",
imageAlt: "Headless CMS concept",
authorName: "Barirah M.",
authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-sitting-cafe-with-laptop_23-2148176146.jpg",
date: "June 28, 2024",
},
id: "blog-post-4", category: "Web Development", title: "The Future of Headless CMS for Agencies", excerpt: "Discover how headless CMS solutions are revolutionizing website development for digital agencies.", imageSrc: "http://img.b2bpic.net/free-photo/strategy-technique-tactic-word-concept_53876-133628.jpg", imageAlt: "Headless CMS concept", authorName: "Barirah M.", authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-sitting-cafe-with-laptop_23-2148176146.jpg", date: "June 28, 2024"},
{
id: "blog-post-5",
category: "Content Strategy",
title: "Leveraging AI for Scalable Content Creation",
excerpt: "Learn how AI tools can enhance your content workflow and drive efficiency without compromising quality.",
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-businesspeople-analysing-company-turnover-discussing-business-collaboration-while-working-brick-wall-startup-office-mult-ethnic-team-brainstorming-ideas-marketing-project_482257-41480.jpg",
imageAlt: "AI content creation tools",
authorName: "Barirah M.",
authorAvatar: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg",
date: "June 20, 2024",
},
id: "blog-post-5", category: "Content Strategy", title: "Leveraging AI for Scalable Content Creation", excerpt: "Learn how AI tools can enhance your content workflow and drive efficiency without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-businesspeople-analysing-company-turnover-discussing-business-collaboration-while-working-brick-wall-startup-office-mult-ethnic-team-brainstorming-ideas-marketing-project_482257-41480.jpg", imageAlt: "AI content creation tools", authorName: "Barirah M.", authorAvatar: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg", date: "June 20, 2024"},
{
id: "blog-post-6",
category: "Digital Marketing",
title: "Unlocking Growth with Advanced Analytics",
excerpt: "A deep dive into using analytics to understand user behavior and optimize your digital marketing efforts.",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-cheerful-skilled-female-influencer_273609-52136.jpg",
imageAlt: "Analytics dashboard for digital marketing",
authorName: "Barirah M.",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-young-beard-businessman-adjusting-her-coat_23-2147941456.jpg",
date: "June 12, 2024",
},
id: "blog-post-6", category: "Digital Marketing", title: "Unlocking Growth with Advanced Analytics", excerpt: "A deep dive into using analytics to understand user behavior and optimize your digital marketing efforts.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-cheerful-skilled-female-influencer_273609-52136.jpg", imageAlt: "Analytics dashboard for digital marketing", authorName: "Barirah M.", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-young-beard-businessman-adjusting-her-coat_23-2147941456.jpg", date: "June 12, 2024"},
]}
/>
</div>
@@ -117,13 +76,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="By Barirah"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>