diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c4f537..8f69b17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,21 +28,13 @@ export default function LandingPage() { @@ -54,32 +46,20 @@ export default function LandingPage() { description="Experience comfort just steps away from the beautiful Pattaya Beach." buttons={[ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3mAADLbgl1WZAC16lzZer4OG7/uploaded-1775622759383-dq5094ez.jpg" avatars={[ { - src: "https://img.freepik.com/free-photo/young-happy-woman-holding-passport-boarding-pass-smiling-excited-isolated-white-background_231208-1246.jpg", - alt: "Guest 1", - }, + src: "https://img.freepik.com/free-photo/young-happy-woman-holding-passport-boarding-pass-smiling-excited-isolated-white-background_231208-1246.jpg", alt: "Guest 1"}, { - src: "https://img.freepik.com/free-photo/handsome-young-man-with-crossed-arms_23-2148222620.jpg", - alt: "Guest 2", - }, + src: "https://img.freepik.com/free-photo/handsome-young-man-with-crossed-arms_23-2148222620.jpg", alt: "Guest 2"}, { - src: "https://img.freepik.com/free-photo/portrait-smiling-young-woman-with-long-hair_23-2148301728.jpg", - alt: "Guest 3", - }, + src: "https://img.freepik.com/free-photo/portrait-smiling-young-woman-with-long-hair_23-2148301728.jpg", alt: "Guest 3"}, { - src: "https://img.freepik.com/free-photo/young-man-wearing-blue-shirt_23-2148301826.jpg", - alt: "Guest 4", - }, + src: "https://img.freepik.com/free-photo/young-man-wearing-blue-shirt_23-2148301826.jpg", alt: "Guest 4"}, { - src: "https://img.freepik.com/free-photo/cheerful-young-woman-standing-against-white-background_23-2148225574.jpg", - alt: "Guest 5", - }, + src: "https://img.freepik.com/free-photo/cheerful-young-woman-standing-against-white-background_23-2148225574.jpg", alt: "Guest 5"}, ]} avatarText="Trusted by thousands of happy travelers" /> @@ -91,9 +71,7 @@ export default function LandingPage() { title="Welcome to Taj Place Residency" buttons={[ { - text: "Explore", - href: "#rooms", - }, + text: "Explore", href: "#rooms"}, ]} tag="Our Story" /> @@ -107,23 +85,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Standard Room", - price: "1000฿ /night", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-2474.jpg", - }, + id: "1", name: "Standard Room", price: "1000฿ /night", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-2474.jpg"}, { - id: "2", - name: "Deluxe Room", - price: "$85/night", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", - }, + id: "2", name: "Deluxe Room", price: "$85/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg"}, { - id: "3", - name: "Premium Room", - price: "$120/night", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg", - }, + id: "3", name: "Premium Room", price: "$120/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg"}, ]} title="Our Accommodations" description="A variety of room types designed for your comfort and budget." @@ -142,12 +108,11 @@ export default function LandingPage() { @@ -156,24 +121,15 @@ export default function LandingPage() { ); -} +} \ No newline at end of file