Update src/app/page.tsx
This commit is contained in:
@@ -51,37 +51,37 @@ export default function HomePage() {
|
||||
background={{ variant: "floatingGradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg?_wi=1",
|
||||
imageAlt: "Villa seascape view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg?_wi=1",
|
||||
imageAlt: "Heated pool with sea views",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg?_wi=1",
|
||||
imageAlt: "Outdoor dining terrace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-rooftop-enjoying-time-together_23-2147891229.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-rooftop-enjoying-time-together_23-2147891229.jpg?_wi=1",
|
||||
imageAlt: "Quiet garden corner",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summertime-season-fun_23-2151977123.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summertime-season-fun_23-2151977123.jpg?_wi=1",
|
||||
imageAlt: "Spacious bedroom interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050927.jpg?_wi=1",
|
||||
imageAlt: "Large living room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg?_wi=2",
|
||||
imageAlt: "Pool lounging area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-spring-landscape-with-fields-colorful-flowers_23-2148434817.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-spring-landscape-with-fields-colorful-flowers_23-2148434817.jpg?_wi=1",
|
||||
imageAlt: "Sunset from the villa",
|
||||
},
|
||||
]}
|
||||
@@ -140,10 +140,10 @@ export default function HomePage() {
|
||||
title: "Heated Infinity Pool",
|
||||
description: "Swim with panoramic views of the sea and rolling hills. The centerpiece of your villa experience.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-infinity-pool-overlooking-sea_23-2152008209.jpg?_wi=3",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg?_wi=2",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -151,10 +151,10 @@ export default function HomePage() {
|
||||
title: "5 Spacious Bedrooms",
|
||||
description: "Perfect for families and groups. Each bedroom offers comfort and privacy with elegant furnishings.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summertime-season-fun_23-2151977123.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summertime-season-fun_23-2151977123.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050927.jpg?_wi=2",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -162,10 +162,10 @@ export default function HomePage() {
|
||||
title: "Multiple Outdoor Living Areas",
|
||||
description: "Dining terraces, quiet corners, and sunset lounges. Space to gather or escape.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072596.jpg?_wi=3",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-rooftop-enjoying-time-together_23-2147891229.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-rooftop-enjoying-time-together_23-2147891229.jpg?_wi=2",
|
||||
},
|
||||
},
|
||||
]}
|
||||
@@ -190,7 +190,7 @@ export default function HomePage() {
|
||||
role: "Family of 6",
|
||||
company: "New York, USA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-stylish-woman-posing_23-2148602019.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-stylish-woman-posing_23-2148602019.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -198,7 +198,7 @@ export default function HomePage() {
|
||||
role: "Couple",
|
||||
company: "London, UK",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148594227.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148594227.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -206,7 +206,7 @@ export default function HomePage() {
|
||||
role: "Group of 8",
|
||||
company: "Sydney, Australia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347015.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347015.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -214,7 +214,7 @@ export default function HomePage() {
|
||||
role: "Friend Group",
|
||||
company: "Milan, Italy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-pleasant-looking-relaxed-female-poses-smart-phone-making-selfie-portrait-shares-photo-with-friends-social-networks-boasts-about-her-good-summer-rest_273609-2454.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-pleasant-looking-relaxed-female-poses-smart-phone-making-selfie-portrait-shares-photo-with-friends-social-networks-boasts-about-her-good-summer-rest_273609-2454.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -269,14 +269,14 @@ export default function HomePage() {
|
||||
value: "5 min",
|
||||
title: "To Georgioupoli Beach",
|
||||
description: "Sandy shores and seaside dining",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-coastline-with-seascape-view-sunlight_181624-39790.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-coastline-with-seascape-view-sunlight_181624-39790.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "20 min",
|
||||
title: "To Chania Old Town",
|
||||
description: "Historic charm and local culture",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-spring-landscape-with-fields-colorful-flowers_23-2148434817.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-spring-landscape-with-fields-colorful-flowers_23-2148434817.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -293,7 +293,7 @@ export default function HomePage() {
|
||||
tagIcon={Calendar}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/app-screens-set-travelling_23-2148403050.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/app-screens-set-travelling_23-2148403050.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@email.com"
|
||||
|
||||
Reference in New Issue
Block a user