diff --git a/attached_assets/image_1746139607782.png b/attached_assets/image_1746139607782.png new file mode 100644 index 0000000..028f421 Binary files /dev/null and b/attached_assets/image_1746139607782.png differ diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx index c3c6a5c..d36a946 100644 --- a/client/src/pages/Home.tsx +++ b/client/src/pages/Home.tsx @@ -30,16 +30,16 @@ export default function Home() { return ( {/* Hero Section */} -
+
-

+

Discover the world's literary heritage

-

+

"{randomQuote.text}"

-

— {randomQuote.author}

+

— {randomQuote.author}

@@ -50,11 +50,11 @@ export default function Home() {
-

+

Featured Authors

- @@ -63,29 +63,29 @@ export default function Home() {
{authorsLoading ? ( Array.from({ length: 4 }).map((_, i) => ( - +
-
+
-
-
+
+
-
+
)) ) : ( featuredAuthors?.map((author) => ( - + -

+

{author.biography?.slice(0, 150)}...

- @@ -98,14 +98,14 @@ export default function Home() {
{/* Trending Works */} -
+
-

+

Trending Works

- @@ -114,7 +114,7 @@ export default function Home() {
{worksLoading ? ( Array.from({ length: 3 }).map((_, i) => ( -
+
)) ) : ( trendingWorks?.map((work) => ( @@ -129,11 +129,11 @@ export default function Home() {
-

+

Recently Translated

- @@ -142,7 +142,7 @@ export default function Home() {
{worksLoading ? ( Array.from({ length: 3 }).map((_, i) => ( -
+
)) ) : ( trendingWorks?.map((work) => ( @@ -154,22 +154,22 @@ export default function Home() {
{/* Call to Action */} -
+

Contribute to Literary Heritage

-

+

Share your translations, engage with other readers, and help preserve and spread literary works across languages.

- -