Merge version_1 into main #3
@@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Star, Leaf, Users, Facebook, Instagram, SquareWhatsapp } from "lucide-react";
|
||||
import { Star, Leaf, Users, Facebook, Instagram, Whatsapp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -49,9 +49,9 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{ name: "Priya Sharma", handle: "@priyatravels", testimonial: "An absolutely enchanting escape! Neora Farms offered the perfect blend of rustic charm and peaceful tranquility. The hospitality was exceptional, and the fresh farm-to-table meals were a delight. Highly recommend for a truly authentic experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-calling-smartphone-city-street_231208-274.jpg" },
|
||||
{ name: "Rajesh Kumar", handle: "@rajesh_explorer", testimonial: "Neora Farms is a hidden gem! We loved learning about organic farming and spending time with the animals. The cottage was cozy, and the staff made us feel right at home. A memorable getaway from city life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-walking-alone-park_1303-22015.jpg" },
|
||||
{ name: "Anjali Mehta", handle: "@anjali.mehta", testimonial: "My stay at Neora Farms was exactly what I needed. The calm environment, the fresh air, and the delicious food were incredible. It’s a wonderful place to unwind and enjoy the simple beauty of rural India. Can't wait to visit again!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-sunflowers_23-2149529887.jpg" },
|
||||
{ name: "Amit & Seema", handle: "@travelcouple_in", testimonial: "We had an unforgettable time at Neora Farms. From morning walks through the fields to evening bonfires, every moment was magical. The hosts were incredibly gracious, and the entire experience felt deeply authentic. Perfect for couples!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sweet-happy-mix-raced-couple-posing-together_1262-20834.jpg" },
|
||||
{ name: "Dr. Kavita Singh", handle: "@kavita_wellness", testimonial: "As someone who values wellness, Neora Farms exceeded my expectations. The serene surroundings allowed for true relaxation and mindfulness. The fresh, organic food was a highlight, contributing to a rejuvenating experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-calling-smartphone-city-street_231208-274.jpg" }
|
||||
{ name: "Anjali Mehta", handle: "@anjali.mehta", testimonial: "My stay at Neora Farms was exactly what I needed. The calm environment, the fresh air, and the delicious food were incredible. It’s a wonderful place to unwind and enjoy the simple beauty of rural India. Can't wait to visit again!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-sunflowers_23-2149529887.jpg", imageAlt: "Anjali Mehta" },
|
||||
{ name: "Amit & Seema", handle: "@travelcouple_in", testimonial: "We had an unforgettable time at Neora Farms. From morning walks through the fields to evening bonfires, every moment was magical. The hosts were incredibly gracious, and the entire experience felt deeply authentic. Perfect for couples!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sweet-happy-mix-raced-couple-posing-together_1262-20834.jpg", imageAlt: "Amit & Seema" },
|
||||
{ name: "Dr. Kavita Singh", handle: "@kavita_wellness", testimonial: "As someone who values wellness, Neora Farms exceeded my expectations. The serene surroundings allowed for true relaxation and mindfulness. The fresh, organic food was a highlight, contributing to a rejuvenating experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-calling-smartphone-city-street_231208-274.jpg", imageAlt: "Dr. Kavita Singh" }
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-calling-smartphone-city-street_231208-274.jpg", alt: "Priya Sharma" },
|
||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com/neorafarms", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "https://instagram.com/neorafarms", ariaLabel: "Instagram" },
|
||||
{ icon: SquareWhatsapp, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp" }
|
||||
{ icon: Whatsapp, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user