Update src/app/page.tsx
This commit is contained in:
@@ -65,15 +65,15 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1",
|
||||
imageAlt: "Apartment View",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-girl-sitting-near-flowers-with-cup-coffee-carefree-young-woman-thinking-about-something_197531-12224.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-girl-sitting-near-flowers-with-cup-coffee-carefree-young-woman-thinking-about-something_197531-12224.jpg?_wi=1",
|
||||
imageAlt: "Apartment Balcony",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-dining-room-living-room-with-luxury-decor_105762-2251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-dining-room-living-room-with-luxury-decor_105762-2251.jpg?_wi=1",
|
||||
imageAlt: "Apartment Living Room",
|
||||
},
|
||||
]}
|
||||
@@ -101,14 +101,14 @@ export default function LandingPage() {
|
||||
title: "Spacious Apartments",
|
||||
subtitle: "Modern Design",
|
||||
description: "Beautifully furnished with high-end luxury finishes.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6109cp",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6109cp&_wi=1",
|
||||
},
|
||||
{
|
||||
tag: "View",
|
||||
title: "Mountain Views",
|
||||
subtitle: "Natural Beauty",
|
||||
description: "Breathtaking perspectives of the Buea landscape.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-golden-monoline-logo-set_23-2147687310.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-golden-monoline-logo-set_23-2147687310.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
tag: "Kitchen",
|
||||
@@ -193,7 +193,7 @@ export default function LandingPage() {
|
||||
quote: "Stunning views and top service.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2",
|
||||
imageAlt: "business man professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -204,7 +204,7 @@ export default function LandingPage() {
|
||||
quote: "Perfect peace and comfort.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-air-hostess-talking-her-mobile-phone_107420-85038.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-girl-sitting-near-flowers-with-cup-coffee-carefree-young-woman-thinking-about-something_197531-12224.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-girl-sitting-near-flowers-with-cup-coffee-carefree-young-woman-thinking-about-something_197531-12224.jpg?_wi=2",
|
||||
imageAlt: "business man professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -215,7 +215,7 @@ export default function LandingPage() {
|
||||
quote: "The best stay in Buea.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/express-tenderness-cute-young-woman-keeping-smile-her-face-while-looking-away-wrapped-white-blanket_657921-113.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-dining-room-living-room-with-luxury-decor_105762-2251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-dining-room-living-room-with-luxury-decor_105762-2251.jpg?_wi=2",
|
||||
imageAlt: "business man professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -226,7 +226,7 @@ export default function LandingPage() {
|
||||
quote: "Clean, modern, and beautiful.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149832986.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6109cp",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6109cp&_wi=2",
|
||||
imageAlt: "business man professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -237,7 +237,7 @@ export default function LandingPage() {
|
||||
quote: "Unmatched hospitality.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-golden-monoline-logo-set_23-2147687310.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-golden-monoline-logo-set_23-2147687310.jpg?_wi=2",
|
||||
imageAlt: "business man professional portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user