From fe097a2ed599799f497c057cce7cd795b17d9860 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:43:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 72 +++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 38 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8818a1..569f3a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="medium" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -69,27 +69,26 @@ export default function LandingPage() { { text: "About the Author", href: "#about" }, ]} buttonAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "canvas-reveal" }} carouselItems={[ { - id: "1", imageSrc: - "http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149655319.jpg?_wi=1", imageAlt: "book cover fantasy book dark magic magical book cover"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149655319.jpg", imageAlt: "book cover fantasy book dark magic magical book cover" + }, { - id: "2", imageSrc: - "http://img.b2bpic.net/free-vector/halloween-party-brochure-night-forest_23-2147570860.jpg?_wi=1", imageAlt: - "dark fantasy book horror novel cover book cover design thriller book"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-brochure-night-forest_23-2147570860.jpg", imageAlt: "dark fantasy book horror novel cover book cover design thriller book" + }, { - id: "3", imageSrc: - "http://img.b2bpic.net/free-vector/halloween-party-poster_23-2147698127.jpg?_wi=1", imageAlt: "fantasy horror book dark magic cover mysterious book novel cover"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-poster_23-2147698127.jpg", imageAlt: "fantasy horror book dark magic cover mysterious book novel cover" + }, { - id: "4", imageSrc: - "http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149642453.jpg?_wi=1", imageAlt: "thriller book cover dark atmosphere fantasy cover mystery novel"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149642453.jpg", imageAlt: "thriller book cover dark atmosphere fantasy cover mystery novel" + }, { - id: "5", imageSrc: - "http://img.b2bpic.net/free-vector/halloween-party-brochure-night-forest_23-2147570860.jpg?_wi=2", imageAlt: "horror book dark fantasy thriller cover book design"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-vector/halloween-party-brochure-night-forest_23-2147570860.jpg", imageAlt: "horror book dark fantasy thriller cover book design" + }, { - id: "6", imageSrc: - "http://img.b2bpic.net/free-photo/green-drink-with-roses-books-spider-web_23-2148273538.jpg", imageAlt: "dark fantasy books magical atmosphere cinematic horror mystery books"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/green-drink-with-roses-books-spider-web_23-2148273538.jpg", imageAlt: "dark fantasy books magical atmosphere cinematic horror mystery books" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -109,7 +108,7 @@ export default function LandingPage() { { text: "Read Excerpt", href: "#" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149655319.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/realistic-horror-movie-poster_23-2149655319.jpg" imageAlt="The Magician book cover" useInvertedBackground={false} /> @@ -119,17 +118,17 @@ export default function LandingPage() {