Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
handle: "@eleanor_travels",
|
||||
testimonial: "The perfect escape from the city. Everything was warm and welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg?_wi=1",
|
||||
imageAlt: "elegant cozy bed and breakfast bedroom interior",
|
||||
},
|
||||
{
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
handle: "@mariag_vacay",
|
||||
testimonial: "Charming place with excellent hospitality. I'll be back!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg?_wi=1",
|
||||
imageAlt: "cozy double room classic design",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
handle: "@rc_adventures",
|
||||
testimonial: "Tesorino is simply magic. A great stay for families.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg?_wi=1",
|
||||
imageAlt: "spacious suite wood furniture interior",
|
||||
},
|
||||
{
|
||||
@@ -96,11 +96,11 @@ export default function LandingPage() {
|
||||
handle: "@alice_writes",
|
||||
testimonial: "So quiet and relaxing. The ideal countryside retreat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898559.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898559.jpg?_wi=1",
|
||||
imageAlt: "charming single bedroom rustic touch",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956529.jpg?_wi=2"
|
||||
imageAlt="Tesorino B&B interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
@@ -179,21 +179,21 @@ export default function LandingPage() {
|
||||
name: "Classic Double Room",
|
||||
price: "$120",
|
||||
variant: "Double",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "room-2",
|
||||
name: "Deluxe Suite",
|
||||
price: "$180",
|
||||
variant: "Suite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "room-3",
|
||||
name: "Single Cozy Room",
|
||||
price: "$90",
|
||||
variant: "Single",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898559.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898559.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "room-4",
|
||||
|
||||
Reference in New Issue
Block a user