From e04936f849dbc85ba84aab43f67ce517ed0fd38c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 14:09:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54506c4..d21ef2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { title="Latest Book Features" description="Explore the latest additions to our literary collection, complete with author spotlights and release dates." blogs={[ - { id: "1", category: "Fantasy", title: "The Last Chronicles", excerpt: "A breathtaking journey through forgotten realms.", imageSrc: "http://img.b2bpic.net/free-photo/old-device-studio_23-2150756320.jpg", authorName: "Jane Doe", authorAvatar: "", date: "Oct 24, 2023" }, - { id: "2", category: "Sci-Fi", title: "Nebula Dawn", excerpt: "An epic quest across star systems.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063079.jpg", authorName: "John Smith", authorAvatar: "", date: "Oct 25, 2023" } + { id: "1", category: "Fantasy", title: "The Last Chronicles", excerpt: "A breathtaking journey through forgotten realms.", imageSrc: "http://img.b2bpic.net/free-photo/old-device-studio_23-2150756320.jpg?_wi=1", authorName: "Jane Doe", authorAvatar: "", date: "Oct 24, 2023" }, + { id: "2", category: "Sci-Fi", title: "Nebula Dawn", excerpt: "An epic quest across star systems.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063079.jpg?_wi=1", authorName: "John Smith", authorAvatar: "", date: "Oct 25, 2023" } ]} /> @@ -66,7 +66,7 @@ export default function LandingPage() { { name: "Mark D.", handle: "@publisher", testimonial: "Reliable and professional engagement.", rating: 5 } ]} buttons={[{ text: "Get Promoted", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/old-device-studio_23-2150756320.jpg" + imageSrc="http://img.b2bpic.net/free-photo/old-device-studio_23-2150756320.jpg?_wi=2" /> @@ -77,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "1", title: "Strategic Book Launch", descriptions: ["Targeted outreach and PR campaigns."], imageSrc: "http://img.b2bpic.net/free-vector/copyright-law-day-banner-design_1308-123278.jpg" }, - { id: "2", title: "Exclusive Interviews", descriptions: ["Deep-dive spotlights for your brand."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063079.jpg" }, + { id: "2", title: "Exclusive Interviews", descriptions: ["Deep-dive spotlights for your brand."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063079.jpg?_wi=2" }, { id: "3", title: "Platform Collaboration", descriptions: ["High-level partner growth strategies."], imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104553.jpg" } ]} title="Enhanced Service Suite" -- 2.49.1