diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a44e32a..a51b038 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function BlogPage() { return ( @@ -63,35 +46,11 @@ export default function LandingPage() { description="Read our latest marketing articles." blogs={[ { - id: "b1", - category: "Tips", - title: "Digital Growth 2024", - excerpt: "What to expect...", - imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893449.jpg", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", - date: "2024-01-01", - }, + id: "b1", category: "Tips", title: "Digital Growth 2024", excerpt: "What to expect...", imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893449.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", date: "2024-01-01"}, { - id: "b2", - category: "Trends", - title: "SEO Changes", - excerpt: "Algorithm updates...", - imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-banner-template_23-2148885761.jpg", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", - date: "2024-01-02", - }, + id: "b2", category: "Trends", title: "SEO Changes", excerpt: "Algorithm updates...", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-banner-template_23-2148885761.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", date: "2024-01-02"}, { - id: "b3", - category: "PPC", - title: "Ad ROI Tips", - excerpt: "How to scale...", - imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-with-raised-arms_1134-418.jpg", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", - date: "2024-01-03", - }, + id: "b3", category: "PPC", title: "Ad ROI Tips", excerpt: "How to scale...", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-with-raised-arms_1134-418.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", date: "2024-01-03"}, ]} /> @@ -102,43 +61,15 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted by Experts" description="Brands we helped succeed." - names={[ - "Nexus", - "Orbit", - "Pulse", - "Summit", - "Vantage", - ]} + names={["Nexus", "Orbit", "Pulse", "Summit", "Vantage"]} />