Update src/app/blog/page.tsx
This commit is contained in:
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -25,32 +25,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Digitech Solutions"
|
||||
button={{ text: "Contact Us", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }] },
|
||||
{ items: [{ label: "Blog", href: "/blog" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
logoText="Digitech Solutions"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user