Merge version_1 into main #3
@@ -45,7 +45,7 @@ export default function AmenitiesPage() {
|
||||
<HeroBillboard
|
||||
title="Premium Amenities at Trivana Farm"
|
||||
description="Explore our world-class facilities designed for your comfort and enjoyment. From refreshing pools to spacious lawns, we have everything for an unforgettable stay."
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Full Facility Overview"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
@@ -45,7 +45,7 @@ export default function ContactPage() {
|
||||
<HeroBillboard
|
||||
title="Get in Touch with Trivana Farm"
|
||||
description="Have questions about bookings, events, or amenities? We're here to help! Reach out through our contact form, call us directly, or send a WhatsApp message."
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="We're Here to Help"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Relax, Celebrate & Stay at Trivana Farm"
|
||||
description="A peaceful farmhouse getaway in Greater Noida for parties, staycations and private events. Experience premium comfort surrounded by nature."
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Premium Farmhouse Retreat"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user