diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ea8d7d1..d4afd43 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3208893..9ca53b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,28 +89,28 @@ export default function LandingPage() { { id: "1", name: "Luxury Suite with Private Garden", - price: "From ¥250,000", + price: "¥250,000/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg", imageAlt: "Luxury Suite with Private Garden" }, { id: "2", name: "Premium Room with Garden View", - price: "From ¥180,000", + price: "¥180,000/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739077288-6btr929u.jpg", imageAlt: "Premium Room with Garden View" }, { id: "3", name: "Traditional Tatami Room", - price: "From ¥120,000", + price: "¥120,000/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg", imageAlt: "Traditional Tatami Room" }, { id: "4", name: "Standard Comfort Room", - price: "From ¥80,000", + price: "¥80,000/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739077288-6btr929u.jpg", imageAlt: "Standard Comfort Room" } @@ -190,4 +190,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file