diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b7f1168..f4184fd 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -62,35 +50,11 @@ export default function LandingPage() { title="Plumbing Tips" blogs={[ { - id: "b1", - category: "DIY", - title: "Fixing a leaky tap", - excerpt: "Easy tips to fix your faucet.", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53677.jpg?_wi=3", - authorName: "Team", - authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", - date: "2024-05-01", - }, + id: "b1", category: "DIY", title: "Fixing a leaky tap", excerpt: "Easy tips to fix your faucet.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53677.jpg?_wi=3", authorName: "Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", date: "2024-05-01"}, { - id: "b2", - category: "Maintenance", - title: "Preventive Care", - excerpt: "How to avoid pipe bursts.", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg?_wi=3", - authorName: "Team", - authorAvatar: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", - date: "2024-05-02", - }, + id: "b2", category: "Maintenance", title: "Preventive Care", excerpt: "How to avoid pipe bursts.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg?_wi=3", authorName: "Team", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", date: "2024-05-02"}, { - id: "b3", - category: "News", - title: "Company Update", - excerpt: "Exciting new tools arrived.", - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=2", - authorName: "Team", - authorAvatar: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg", - date: "2024-05-03", - }, + id: "b3", category: "News", title: "Company Update", excerpt: "Exciting new tools arrived.", imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=2", authorName: "Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg", date: "2024-05-03"}, ]} description="Guides for your home." /> @@ -106,15 +70,9 @@ export default function LandingPage() { description="Useful stats." metrics={[ { - id: "n1", - value: "20+", - description: "Helpful Guides", - }, + id: "n1", value: "20+", description: "Helpful Guides"}, { - id: "n2", - value: "50+", - description: "Industry Tips", - }, + id: "n2", value: "50+", description: "Industry Tips"}, ]} /> @@ -123,33 +81,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file