From 704e71543699b223f449463a6c98accdf0e490bf Mon Sep 17 00:00:00 2001 From: cdev28 Date: Sat, 26 Apr 2025 22:58:43 +0100 Subject: [PATCH] refactor: enhance homepage content and footer links - Updated the homepage title to highlight "Bless API Book" with improved styling. - Revised the homepage description for clarity. - Added an animated SVG to the "Browse APIs" button for better interactivity. - Included a message prompting users to view on desktop for enhanced experience. - Changed the card title from "50+ APIs" to "MULTIPLE APIs". - Fixed the footer link to point to the correct destination. --- app/page.tsx | 13 +++++++++---- components/footer.tsx | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 3f0cde2..4979efe 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -11,21 +11,26 @@ export default function Home() {
+

- Master API Integration with Bless API Book + Master API Integration with Bless API Book

- Your comprehensive guide to integrating 50+ APIs with step-by-step tutorials and ready-to-use code + Your comprehensive guide to integrating APIs with step-by-step tutorials and ready-to-use code snippets.

+
+
+ View on desktop for better interactivity +
@@ -60,7 +65,7 @@ export default function Home() {

diff --git a/components/footer.tsx b/components/footer.tsx index 4c04e3d..166aa9c 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -77,7 +77,7 @@ export default function Footer() {

Legal