From fce279c88cd180c0e934a8ae00918b129703bf90 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 00:02:41 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 67807f0..70fc742 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,10 +29,10 @@ export default function BlogPage() { -- 2.49.1 From 470d5998292dc28b7c5778209e4829f621d83e95 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 00:02:42 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dd870d..43b0abd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function LandingPage() { >
@@ -116,8 +114,6 @@ export default function LandingPage() { tag="Rooms" textboxLayout="default" useInvertedBackground={false} - titleClassName="font-extrabold" - descriptionClassName="text-foreground" />
@@ -136,8 +132,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} tag="Guest Reviews" - titleClassName="font-extrabold" - descriptionClassName="text-foreground" />
@@ -156,8 +150,6 @@ export default function LandingPage() { faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - titleClassName="font-extrabold" - descriptionClassName="text-foreground" />
@@ -166,7 +158,7 @@ export default function LandingPage() { title="Plan Your Grandeur Stay" description="Contact us directly for reservations, special requests, or any questions about your upcoming visit. Our team is ready to assist you." tagIcon={Mail} - tagAnimation="background-highlight" + tagAnimation="slide-up" background={{ variant: 'radial-gradient' }} useInvertedBackground={false} inputPlaceholder="Your email address" @@ -179,10 +171,10 @@ export default function LandingPage() {