diff --git a/src/app/page.tsx b/src/app/page.tsx index d38b7a1..7050fe5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -101,81 +65,34 @@ export default function LandingPage() { description="Atmospheric moments captured across the cityscape." blogs={[ { - id: "1", - category: "Cityscape", - title: "The Midnight Train", - excerpt: "Captured during the final commute. The silence of the platform felt heavy with history.", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-fashionable-girl-long-black-leather-coat-posed-iron-railing_627829-10097.jpg", - authorName: "Photographer", - authorAvatar: "http://img.b2bpic.net/free-photo/greyscale-woman-with-her-hands-her-head-sunlight_181624-24573.jpg", - date: "Oct 12, 2024", - }, + id: "1", category: "Cityscape", title: "The Midnight Train", excerpt: "Captured during the final commute. The silence of the platform felt heavy with history.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-fashionable-girl-long-black-leather-coat-posed-iron-railing_627829-10097.jpg", authorName: "Photographer", authorAvatar: "http://img.b2bpic.net/free-photo/greyscale-woman-with-her-hands-her-head-sunlight_181624-24573.jpg", date: "Oct 12, 2024"}, { - id: "2", - category: "Street", - title: "Neon Reflections", - excerpt: "Rainy evenings turn the asphalt into a canvas of color. Found this composition in SoHo.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-posing-night-with-flash_23-2150204453.jpg", - authorName: "Photographer", - authorAvatar: "http://img.b2bpic.net/free-photo/greyscale-woman-with-her-hands-her-head-sunlight_181624-24573.jpg", - date: "Sep 28, 2024", - }, + id: "2", category: "Street", title: "Neon Reflections", excerpt: "Rainy evenings turn the asphalt into a canvas of color. Found this composition in SoHo.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-posing-night-with-flash_23-2150204453.jpg", authorName: "Photographer", authorAvatar: "http://img.b2bpic.net/free-photo/greyscale-woman-with-her-hands-her-head-sunlight_181624-24573.jpg", date: "Sep 28, 2024"}, { - id: "3", - category: "Portrait", - title: "The Old Vendor", - excerpt: "A fleeting interaction with a vendor who has seen the city change over 40 years.", - imageSrc: "http://img.b2bpic.net/free-photo/decorations-street-sunset-sky_250224-165.jpg", - authorName: "Photographer", - authorAvatar: "http://img.b2bpic.net/free-photo/greyscale-woman-with-her-hands-her-head-sunlight_181624-24573.jpg", - date: "Sep 15, 2024", - }, + id: "3", category: "Portrait", title: "The Old Vendor", excerpt: "A fleeting interaction with a vendor who has seen the city change over 40 years.", imageSrc: "http://img.b2bpic.net/free-photo/decorations-street-sunset-sky_250224-165.jpg", authorName: "Photographer", authorAvatar: "http://img.b2bpic.net/free-photo/greyscale-woman-with-her-hands-her-head-sunlight_181624-24573.jpg", date: "Sep 15, 2024"}, ]} /> @@ -230,42 +137,27 @@ export default function LandingPage() {