From 65dd808faa10b3759c9d759227dc285dcd583fd5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:07:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 677b46c..12501c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Learn More", href: "#settings" } ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/warm-scenery-lake-surrounded-by-forest-mountains-bright-autumn-day_181624-5565.jpg" + imageSrc="http://img.b2bpic.net/free-photo/warm-scenery-lake-surrounded-by-forest-mountains-bright-autumn-day_181624-5565.jpg?_wi=1" imageAlt="Chrome extension dashboard preview" mediaAnimation="slide-up" frameStyle="card" @@ -62,15 +62,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Speed Dial Shortcuts", tags: ["Productivity", "Quick Access"], - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-view-amazing-forest-with-lots-trees_181624-22474.jpg", imageAlt: "Speed dial grid with customizable shortcuts" + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-view-amazing-forest-with-lots-trees_181624-22474.jpg?_wi=1", imageAlt: "Speed dial grid with customizable shortcuts" }, { id: "2", title: "Bookmarks Integration", tags: ["Organization", "Chrome API"], - imageSrc: "http://img.b2bpic.net/free-photo/sand-beach-ocean-wave_58702-10454.jpg", imageAlt: "Bookmarks panel with quick access" + imageSrc: "http://img.b2bpic.net/free-photo/sand-beach-ocean-wave_58702-10454.jpg?_wi=1", imageAlt: "Bookmarks panel with quick access" }, { id: "3", title: "Theme Customization", tags: ["Appearance", "Personalization"], - imageSrc: "http://img.b2bpic.net/free-photo/puffy-colorful-sunset-clouds_1385-365.jpg", imageAlt: "Dark and light theme options" + imageSrc: "http://img.b2bpic.net/free-photo/puffy-colorful-sunset-clouds_1385-365.jpg?_wi=1", imageAlt: "Dark and light theme options" }, { id: "4", title: "Widget Suite", tags: ["Tools", "Information"], @@ -78,11 +78,11 @@ export default function LandingPage() { }, { id: "5", title: "Smart Search", tags: ["Search", "Multiple Engines"], - imageSrc: "http://img.b2bpic.net/free-vector/background-colored-squares_1057-1849.jpg", imageAlt: "Unified search bar with multiple search engines" + imageSrc: "http://img.b2bpic.net/free-vector/background-colored-squares_1057-1849.jpg?_wi=1", imageAlt: "Unified search bar with multiple search engines" }, { id: "6", title: "Cloud Sync", tags: ["Sync", "Cross-Device"], - imageSrc: "http://img.b2bpic.net/free-vector/abstract-wavy-dynamic-colorful-fluid-background_1017-20330.jpg", imageAlt: "Data synchronization across devices" + imageSrc: "http://img.b2bpic.net/free-vector/abstract-wavy-dynamic-colorful-fluid-background_1017-20330.jpg?_wi=1", imageAlt: "Data synchronization across devices" } ]} animationType="slide-up" @@ -159,10 +159,10 @@ export default function LandingPage() { id: "2", title: "Clean and Intuitive", quote: "Finally, a new tab page that doesn't feel cluttered. The dark mode is perfect for late-night browsing, and the sync works flawlessly across my devices.", name: "Marcus Johnson", role: "Software Developer", imageSrc: "http://img.b2bpic.net/free-photo/glitter_23-2148110446.jpg", imageAlt: "Marcus Johnson" }, { - id: "3", title: "Exactly What I Needed", quote: "Simple, elegant, and packed with features. The customization options are endless, and the team is responsive to feedback. Worth every penny of free!", name: "Emma Rodriguez", role: "Content Creator", imageSrc: "http://img.b2bpic.net/free-vector/background-colored-squares_1057-1849.jpg", imageAlt: "Emma Rodriguez" + id: "3", title: "Exactly What I Needed", quote: "Simple, elegant, and packed with features. The customization options are endless, and the team is responsive to feedback. Worth every penny of free!", name: "Emma Rodriguez", role: "Content Creator", imageSrc: "http://img.b2bpic.net/free-vector/background-colored-squares_1057-1849.jpg?_wi=2", imageAlt: "Emma Rodriguez" }, { - id: "4", title: "Open Source Excellence", quote: "Love that this is open source. The code is clean, well-documented, and the community is fantastic. Been using it for 6 months without any issues.", name: "David Kumar", role: "Web Developer", imageSrc: "http://img.b2bpic.net/free-vector/abstract-wavy-dynamic-colorful-fluid-background_1017-20330.jpg", imageAlt: "David Kumar" + id: "4", title: "Open Source Excellence", quote: "Love that this is open source. The code is clean, well-documented, and the community is fantastic. Been using it for 6 months without any issues.", name: "David Kumar", role: "Web Developer", imageSrc: "http://img.b2bpic.net/free-vector/abstract-wavy-dynamic-colorful-fluid-background_1017-20330.jpg?_wi=2", imageAlt: "David Kumar" } ]} title="Loved by Productive Users" @@ -213,16 +213,16 @@ export default function LandingPage() {