Update src/app/page.tsx
This commit is contained in:
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-sauna_1398-1301.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-sauna_1398-1301.jpg?_wi=1"
|
||||
imageAlt="Thippawan Homestay landscape"
|
||||
avatars={[
|
||||
{
|
||||
@@ -131,13 +131,13 @@ export default function LandingPage() {
|
||||
icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-baking-fresh-pears-wooden-background-top-view-copy-space_127032-3137.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-baking-fresh-pears-wooden-background-top-view-copy-space_127032-3137.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-chicken-green-curry-coconut-milk-thai-food_1150-25311.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna_1398-1301.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna_1398-1301.jpg?_wi=2",
|
||||
imageAlt: "local thai breakfast rustic style",
|
||||
},
|
||||
{
|
||||
@@ -146,13 +146,13 @@ export default function LandingPage() {
|
||||
icon: Car,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-riding-bicycle-mountains-early-morning_651396-3154.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-riding-bicycle-mountains-early-morning_651396-3154.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124619.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courtyard-rural-house-building-with-grass-trees_1258-52399.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courtyard-rural-house-building-with-grass-trees_1258-52399.jpg?_wi=1",
|
||||
imageAlt: "local thai breakfast rustic style",
|
||||
},
|
||||
{
|
||||
@@ -161,13 +161,13 @@ export default function LandingPage() {
|
||||
icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-shot-ferchensee-lake-bavaria-germany_181624-40894.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-shot-ferchensee-lake-bavaria-germany_181624-40894.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-surrounded-by-mountains-with-glowing-sun-background_181624-24090.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3588.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3588.jpg?_wi=1",
|
||||
imageAlt: "local thai breakfast rustic style",
|
||||
},
|
||||
]}
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
name: "ห้องไม้ไผ่ธรรมชาติ",
|
||||
price: "800฿/คืน",
|
||||
variant: "พักได้ 2 ท่าน",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3588.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3588.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "r2",
|
||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
||||
button: {
|
||||
text: "จองแพ็กเกจ",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courtyard-rural-house-building-with-grass-trees_1258-52399.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courtyard-rural-house-building-with-grass-trees_1258-52399.jpg?_wi=2",
|
||||
imageAlt: "traditional thai homestay exterior",
|
||||
},
|
||||
{
|
||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
||||
button: {
|
||||
text: "จองแพ็กเกจ",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna_1398-1301.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna_1398-1301.jpg?_wi=3",
|
||||
imageAlt: "traditional thai homestay exterior",
|
||||
},
|
||||
{
|
||||
@@ -282,7 +282,7 @@ export default function LandingPage() {
|
||||
button: {
|
||||
text: "จองแพ็กเกจ",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-baking-fresh-pears-wooden-background-top-view-copy-space_127032-3137.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-baking-fresh-pears-wooden-background-top-view-copy-space_127032-3137.jpg?_wi=2",
|
||||
imageAlt: "traditional thai homestay exterior",
|
||||
},
|
||||
]}
|
||||
@@ -337,7 +337,7 @@ export default function LandingPage() {
|
||||
quote: "ที่พักสะอาด บรรยากาศเงียบสงบมาก จะกลับมาพักอีกแน่นอนครับ",
|
||||
tag: "นักท่องเที่ยว",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-guy-shows-his-biceps-photo-takes-selfies-smartphone-sits-near-suitcase-goes-holiday-tour_1258-314443.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna_1398-1301.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna_1398-1301.jpg?_wi=4",
|
||||
imageAlt: "smiling happy guest portrait",
|
||||
},
|
||||
{
|
||||
@@ -348,7 +348,7 @@ export default function LandingPage() {
|
||||
quote: "สวนสวยมาก อาหารเช้าอร่อยเหมือนแม่ทำให้ทานเลยครับ",
|
||||
tag: "ครอบครัว",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/family-with-little-son-ranch_1303-11332.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courtyard-rural-house-building-with-grass-trees_1258-52399.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courtyard-rural-house-building-with-grass-trees_1258-52399.jpg?_wi=3",
|
||||
imageAlt: "smiling happy guest portrait",
|
||||
},
|
||||
{
|
||||
@@ -359,7 +359,7 @@ export default function LandingPage() {
|
||||
quote: "ราคาไม่แพงแถมได้พักผ่อนท่ามกลางธรรมชาติจริงๆ คุ้มค่าที่สุด",
|
||||
tag: "นักศึกษา",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-elder-tourist-woman_23-2148620263.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-baking-fresh-pears-wooden-background-top-view-copy-space_127032-3137.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-baking-fresh-pears-wooden-background-top-view-copy-space_127032-3137.jpg?_wi=3",
|
||||
imageAlt: "smiling happy guest portrait",
|
||||
},
|
||||
{
|
||||
@@ -370,7 +370,7 @@ export default function LandingPage() {
|
||||
quote: "นอนหลับสบายมาก ที่นอนสะอาด ห้องกว้างขวาง เหมาะกับครอบครัว",
|
||||
tag: "ครอบครัว",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pensive-glad-woman-travels-majestic-place-looks-happily-away-wears-casual-orange-sweater-carries-rucksack_273609-25970.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-riding-bicycle-mountains-early-morning_651396-3154.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-riding-bicycle-mountains-early-morning_651396-3154.jpg?_wi=2",
|
||||
imageAlt: "smiling happy guest portrait",
|
||||
},
|
||||
{
|
||||
@@ -381,7 +381,7 @@ export default function LandingPage() {
|
||||
quote: "เจ้าของโฮมสเตย์ใจดีมาก ดูแลดีจริงๆ เหมือนมาพักบ้านญาติ",
|
||||
tag: "นักธุรกิจ",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-tourist-man-with-road-travel-map-sits-floor-near-suitcase-shows-okay-ok-sign_1258-270819.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-shot-ferchensee-lake-bavaria-germany_181624-40894.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-shot-ferchensee-lake-bavaria-germany_181624-40894.jpg?_wi=2",
|
||||
imageAlt: "smiling happy guest portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user