Update src/app/news/page.tsx

This commit is contained in:
2026-03-12 18:27:22 +00:00
parent 6eddebb006
commit d179a7a298

View File

@@ -18,49 +18,13 @@ export default function NewsPage() {
const newsBlogs = [
{
id: "1",
category: "Event",
title: "Summer Ride to the Coast - July 2025",
excerpt: "Join us for our annual summer ride featuring scenic coastal routes, great food, and incredible motorcycle enthusiasts from across the region.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-cyclist-women_23-2149703330.jpg?_wi=2",
imageAlt: "Summer Coastal Ride",
authorName: "Club President",
authorAvatar: "http://img.b2bpic.net/free-photo/handsome-man-vintage-motorcycle_23-2148328609.jpg",
date: "June 15, 2025",
},
id: "1", category: "Event", title: "Summer Ride to the Coast - July 2025", excerpt: "Join us for our annual summer ride featuring scenic coastal routes, great food, and incredible motorcycle enthusiasts from across the region.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cyclist-women_23-2149703330.jpg", imageAlt: "Summer Coastal Ride", authorName: "Club President", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-man-vintage-motorcycle_23-2148328609.jpg", date: "June 15, 2025"},
{
id: "2",
category: "Announcement",
title: "New Member Welcome Program",
excerpt: "We're excited to announce our revamped membership program designed to help new riders feel at home in the DNK family.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-with-motorbike-outdoors_23-2150620972.jpg",
imageAlt: "New Members Welcome",
authorName: "Membership Lead",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-kid-with-motorcycle_23-2150868282.jpg",
date: "June 1, 2025",
},
id: "2", category: "Announcement", title: "New Member Welcome Program", excerpt: "We're excited to announce our revamped membership program designed to help new riders feel at home in the DNK family.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-with-motorbike-outdoors_23-2150620972.jpg", imageAlt: "New Members Welcome", authorName: "Membership Lead", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-kid-with-motorcycle_23-2150868282.jpg", date: "June 1, 2025"},
{
id: "3",
category: "Charity",
title: "Charity Ride Raises $15,000 for Local Youth",
excerpt: "Our recent motorcycle charity ride exceeded expectations, raising over $15,000 for youth mentoring programs in our community.",
imageSrc: "http://img.b2bpic.net/free-photo/bikers-wearing-masks-new-normal-lifestyle_53876-96190.jpg",
imageAlt: "Charity Ride Success",
authorName: "Community Officer",
authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-motorcycle_23-2150909373.jpg",
date: "May 20, 2025",
},
id: "3", category: "Charity", title: "Charity Ride Raises $15,000 for Local Youth", excerpt: "Our recent motorcycle charity ride exceeded expectations, raising over $15,000 for youth mentoring programs in our community.", imageSrc: "http://img.b2bpic.net/free-photo/bikers-wearing-masks-new-normal-lifestyle_53876-96190.jpg", imageAlt: "Charity Ride Success", authorName: "Community Officer", authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-motorcycle_23-2150909373.jpg", date: "May 20, 2025"},
{
id: "4",
category: "Event",
title: "Spring Maintenance Workshop",
excerpt: "Learn essential motorcycle maintenance tips from our experienced mechanics during our upcoming spring workshop.",
imageSrc: "http://img.b2bpic.net/free-photo/making-online-order_1098-15535.jpg",
imageAlt: "Maintenance Workshop",
authorName: "Tech Officer",
authorAvatar: "http://img.b2bpic.net/free-photo/positive-bearded-redhead-male-leather-jacket-holds-motorcycle-helmet-grey-background_613910-1098.jpg",
date: "May 5, 2025",
},
id: "4", category: "Event", title: "Spring Maintenance Workshop", excerpt: "Learn essential motorcycle maintenance tips from our experienced mechanics during our upcoming spring workshop.", imageSrc: "http://img.b2bpic.net/free-photo/making-online-order_1098-15535.jpg", imageAlt: "Maintenance Workshop", authorName: "Tech Officer", authorAvatar: "http://img.b2bpic.net/free-photo/positive-bearded-redhead-male-leather-jacket-holds-motorcycle-helmet-grey-background_613910-1098.jpg", date: "May 5, 2025"},
];
return (