diff --git a/src/app/page.tsx b/src/app/page.tsx index 28a17e5..344f435 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -266,15 +139,7 @@ export default function LandingPage() { description="Insights from the world of art and coffee." blogs={[ { - id: "b1", - category: "Art", - title: "Coffee and Creativity", - excerpt: "How caffeine fuels our art projects.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-sketching_23-2151951143.jpg", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/young-smiling-pretty-positive-woman-drinking-her-favorite-morning-coffee-have-nice-natural-make-up-perfect-skin_291049-325.jpg", - date: "Oct 2024", - }, + id: "b1", category: "Art", title: "Coffee and Creativity", excerpt: "How caffeine fuels our art projects.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-sketching_23-2151951143.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/young-smiling-pretty-positive-woman-drinking-her-favorite-morning-coffee-have-nice-natural-make-up-perfect-skin_291049-325.jpg", date: "Oct 2024"}, ]} /> @@ -284,29 +149,15 @@ export default function LandingPage() { logoText="Kardamom and Koffee" columns={[ { - title: "Menu", - items: [ - { - label: "Services", - href: "/services", - }, - { - label: "About", - href: "/about", - }, + title: "Menu", items: [ + { label: "Services", href: "/services" }, + { label: "About", href: "/about" }, ], }, { - title: "Connect", - items: [ - { - label: "Contact", - href: "/contact", - }, - { - label: "Reviews", - href: "/reviews", - }, + title: "Connect", items: [ + { label: "Contact", href: "/contact" }, + { label: "Reviews", href: "/reviews" }, ], }, ]}