From 22e760ed751730a4a31866bbb3cf9cfdfc3c6e5c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:19:31 +0000 Subject: [PATCH 1/4] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index f663fc6..7f9fb87 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -45,7 +45,7 @@ export default function AmenitiesPage() { Date: Sun, 15 Mar 2026 05:19:31 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c07440c..cc7b9c6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { Date: Sun, 15 Mar 2026 05:19:32 +0000 Subject: [PATCH 3/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 928d4a4..d525390 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -7,6 +7,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; +import { Star, PartyPopper } from "lucide-react"; export default function GalleryPage() { return ( @@ -45,7 +46,7 @@ export default function GalleryPage() { title="Events & Celebrations at Trivana Farm" description="Explore our stunning event spaces and gallery showcasing memorable celebrations, parties, and special occasions hosted at our farmhouse." tag="Celebration Ready" - tagIcon="PartyPopper" + tagIcon={PartyPopper} tagAnimation="slide-up" gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -147,7 +148,7 @@ export default function GalleryPage() { ]} cardTitle="Guest Experiences" cardTag="★★★★★ Highly Rated" - cardTagIcon="Star" + cardTagIcon={Star} cardAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1 From 420a753f92c35ea5146342bcb8a11dae8524e650 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:19:32 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1289601..77bbe64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function HomePage() {