From 684e9aef975d34b42fe261424883c4fc564241f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 15:58:41 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a43fd34..405ffcd 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,14 +28,14 @@ export default function BlogPage() { Date: Sun, 22 Feb 2026 15:58:42 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fc4e4b..a8b500b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { { text: "View Our Menu", href: "#menu" }, { text: "Find Us", href: "#contact" }, ]} - imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg" imageAlt="Cozy coffee shop interior with barista making coffee" textPosition="bottom-left" showDimOverlay={true} showBlur={true} tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" className="min-h-[70vh] md:min-h-[85vh]" textBoxClassName="text-foreground" titleClassName="text-4xl md:text-5xl lg:text-6xl" @@ -79,7 +79,7 @@ export default function LandingPage() { imageAlt="Barista pouring latte art" useInvertedBackground={true} tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" titleClassName="text-4xl md:text-5xl lg:text-6xl" descriptionClassName="text-lg md:text-xl" textBoxClassName="text-foreground" @@ -106,9 +106,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - titleClassName="text-4xl md:text-5xl" - descriptionClassName="text-lg" - tagClassName="text-sm" /> @@ -127,9 +124,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - titleClassName="text-4xl md:text-5xl" - descriptionClassName="text-lg" - tagClassName="text-sm" /> @@ -148,9 +142,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} animationType="smooth" - titleClassName="text-4xl md:text-5xl" - descriptionClassName="text-lg" - tagClassName="text-sm" /> @@ -178,7 +169,7 @@ export default function LandingPage() {