Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 09:56:35 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,13 +53,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Art Decori", handle: "Guest • 2 years ago", testimonial: "A romantic and relaxing refuge immersed in nature with spacious, comfortable apartments and a stunning pool.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-tourist-young-man-takes-selfie-shows-heart-sign-phone-camera-posing-near-luggage_1258-270785.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-tourist-young-man-takes-selfie-shows-heart-sign-phone-camera-posing-near-luggage_1258-270785.jpg?_wi=1"},
{
name: "Barbara Protti", handle: "Guest • 2 years ago", testimonial: "An enchanting place, immersed in greenery with a wonderful pool, just steps away from all main services.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg?_wi=1"},
{
name: "Joe O Connor", handle: "Local Guide • 2 years ago", testimonial: "Had a lovely week here. The apartment was very clean and spacious, garden is well cared for, lovely big pool kept at perfect temperature.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-proud-hiker-hill-top-breathtaking-mountain-range_482257-119222.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-proud-hiker-hill-top-breathtaking-mountain-range_482257-119222.jpg?_wi=1"},
]}
buttons={[
{ text: "Book Now", href: "#contact" },
@@ -126,11 +126,11 @@ export default function LandingPage() {
cardAnimation="slide-up"
testimonials={[
{
id: "1", name: "Art Decori", imageSrc: "http://img.b2bpic.net/free-photo/smiling-tourist-young-man-takes-selfie-shows-heart-sign-phone-camera-posing-near-luggage_1258-270785.jpg"},
id: "1", name: "Art Decori", imageSrc: "http://img.b2bpic.net/free-photo/smiling-tourist-young-man-takes-selfie-shows-heart-sign-phone-camera-posing-near-luggage_1258-270785.jpg?_wi=2"},
{
id: "2", name: "Barbara Protti", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg"},
id: "2", name: "Barbara Protti", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg?_wi=2"},
{
id: "3", name: "Joe O Connor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-proud-hiker-hill-top-breathtaking-mountain-range_482257-119222.jpg"},
id: "3", name: "Joe O Connor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-proud-hiker-hill-top-breathtaking-mountain-range_482257-119222.jpg?_wi=2"},
{
id: "4", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-company-emotional-smiling-friends-walking-park-with-photo-camera-man-women-having-fun-together_285396-8929.jpg"},
]}