diff --git a/components/Home/Facilities.js b/components/Home/Facilities.js index 8c1b247..bd537d3 100644 --- a/components/Home/Facilities.js +++ b/components/Home/Facilities.js @@ -1,159 +1,120 @@ import React from 'react'; -import Link from 'next/link'; import * as Icon from 'react-feather'; - -const OurServices = () => { +import SliderImage from 'react-zoom-slider'; + +import { AiFillStar } from "react-icons/ai"; + +const data = [ + { + image: 'https://origin.pegipegi.com/jalan/images/pict1L/Y2/Y996372/Y996372001.jpg', + text: 'img1' + }, + { + image: 'https://pix10.agoda.net/hotelImages/602/6025213/6025213_18111511050069716941.jpg?s=1024x768', + text: 'img2' + }, + { + image: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSf-p3S-ls6H91EnKbEf3T9SO2Sz8Hh9BjpIA&usqp=CAU', + text: 'img3' + }, + { + image: 'https://origin.pegipegi.com/jalan/images/pict1L/Y2/Y996372/Y996372001.jpg', + text: 'img4' + }, + { + image: 'https://pix10.agoda.net/hotelImages/602/6025213/6025213_18111511050069716941.jpg?s=1024x768', + text: 'img5' + }, + { + image: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSf-p3S-ls6H91EnKbEf3T9SO2Sz8Hh9BjpIA&usqp=CAU', + text: 'img6' + }, +]; + +const ServicesArea = () => { return ( -
-
-
-

Catania Hotel Facilities

-
-
- -
-
-
- image - -
-

- - Room - -

- - - - Read More - - -
+ <> + +
+
+
+
+ image
-
- -
-
- image -
-

- - Restaurant - -

- - - - Read More - - +
+
+

Room Facilities

+
-
-
- -
-
- image - -
-

- - Spa & Relax - -

- - - Read More - - -
-
-
-
-
- image - -
-

- - GYM & Sport Room - -

- - - - Read More - - -
-
-
- -
-
- image - -
-

- - Main Lobby - -

- - - - Read More - - -
-
-
- -
-
- image - -
-

- - Swimming Pool - -

- - - - Read More - - +
+
+
+ Free Wifi +
+
+ +
+
+ Car Park [ on-site ] +
+
+ +
+
+ Air conditioning +
+
+ +
+
+ Closet +
+
+ +
+
+ Desk +
+
+ +
+
+ Free Bottle Water +
+
+ +
+
+ Satellit/Cable Channel +
+
+ +
+
+ Shower +
+
+ +
+
+ Toilertries +
+
+ +
+
+ Towels +
+
- - {/* Shape Images */} -
- shape -
-
- shape -
-
- shape -
-
- shape -
-
- shape -
-
- shape -
-
- ); + + ) } -export default OurServices; \ No newline at end of file +export default ServicesArea; \ No newline at end of file diff --git a/components/Home/MainBanner.js b/components/Home/MainBanner.js index fc914f1..73e80f3 100644 --- a/components/Home/MainBanner.js +++ b/components/Home/MainBanner.js @@ -1,5 +1,6 @@ import React from 'react'; import Link from 'next/link'; +import * as Icon from 'react-feather'; const MainBanner = () => { return ( @@ -11,7 +12,7 @@ const MainBanner = () => {

Catania Hotel & Resort

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

+

Catania Bangau is home to 5 guestrooms. All are tastefully furnished, and many even provide such comforts as towels, closet, internet access – wireless (complimentary), air conditioning, desk. The property's host of recreational offerings ensures you have plenty to do during your stay. Enjoy a great location and services to match at Catania Bangau.

Get Started @@ -20,27 +21,20 @@ const MainBanner = () => {
-
-
-

Superior Room

-
- -
- Rp.200.000,- /Night -
+
+ image -
-
    -
  • 5 GB Bandwidth
  • -
  • Highest Speed
  • -
  • 1 GB Storage
  • -
  • Unlimited Website
  • -
-
+ diff --git a/components/Home/Nearby.js b/components/Home/Nearby.js new file mode 100644 index 0000000..c563c1a --- /dev/null +++ b/components/Home/Nearby.js @@ -0,0 +1,131 @@ +import React from 'react'; +import * as Icon from 'react-feather'; +import Link from 'next/link'; + +const ServicesArea = () => { + return ( + <> +
+
+
+
+ +
+ +
+
+

Hotel Location


+

Jalan Bangau RT 029 , RW 008, Ilir Timur, Palembang, Indonesia, 30113

+
+
+ + +
+
+
+
+ + ) +} + +export default ServicesArea; \ No newline at end of file diff --git a/components/Home/Pricing.js b/components/Home/Pricing.js deleted file mode 100644 index c1ec67f..0000000 --- a/components/Home/Pricing.js +++ /dev/null @@ -1,127 +0,0 @@ -import React from 'react'; -import Link from 'next/link' - -const PricingStyleOne = () => { - return ( -
-
-
-

Catania Room Pricing

-

-
- -
-
-
-
-

Superior Room

-
- -
- Rp.200.000,- /Night -
- -
-
    -
  • 5 GB Bandwidth
  • -
  • Highest Speed
  • -
  • 1 GB Storage
  • -
  • Unlimited Website
  • -
  • Unlimited Users
  • -
  • 24x7 Great Support
  • -
  • Data Security and Backups
  • -
  • Monthly Reports and Analytics
  • -
-
- -
- - Select Plan - -
-
-
- -
-
-
-

Deluxe Room

-
- -
- Rp.400.000,- /Night -
- -
-
    -
  • 10 GB Bandwidth
  • -
  • Highest Speed
  • -
  • 3 GB Storage
  • -
  • Unlimited Website
  • -
  • Unlimited Users
  • -
  • 24x7 Great Support
  • -
  • Data Security and Backups
  • -
  • Monthly Reports and Analytics
  • -
-
- -
- - Select Plan - -
-
-
- -
-
-
-

Executive Room

-
- -
- Rp.600.000,- /Night -
- -
-
    -
  • Highest Speed
  • -
  • 5 GB Storage
  • -
  • Unlimited Website
  • -
  • Unlimited Users
  • -
  • 24x7 Great Support
  • -
  • Data Security and Backups
  • -
  • Monthly Reports and Analytics
  • -
  • 15 GB Bandwith
  • -
-
- -
- - Select Plan - -
-
-
-
-
- - {/* Shape Images */} -
- shape -
-
- shape -
-
- shape -
-
- shape -
-
- ); - -} - -export default PricingStyleOne; diff --git a/components/LatestNews/LatestNews.js b/components/LatestNews/LatestNews.js new file mode 100644 index 0000000..aa2c59f --- /dev/null +++ b/components/LatestNews/LatestNews.js @@ -0,0 +1,206 @@ +import React from 'react'; +import * as Icon from 'react-feather'; +import Link from 'next/link'; + +const News = function ({ backend, news, othernews, ...props }) { + + // const NewsList = news.map((data) => { + // return ( + // <> + //
+ //
+ //
+ // + // + // + // + // + + //
+ // {data.published_at} + //
+ //
+ + //
+ //

+ // + // {data.title} + // + //

+ + // By Admin + + // + // + // Read More + // + // + //
+ //
+ //
+ // + // ) + // }) + + // const PopularNews = othernews.map((data) => { + // return ( + //
+ // + // + // + // + // + + //
+ // + // + //

+ // + // {data.title} + // + //

+ //
+ + //
+ //
+ // ) + // }) + return ( +
+
+
+
+
+
+ +
+
+
+ + + + + + +
+ March 15, 2021 +
+
+ + +
+
+ +
+
+
+ + + + + + +
+ March 15, 2021 +
+
+ + +
+
+ + {/* Pagination */} +
+
+ +
+
+
+
+ +
+
+
+
+ + +
+
+ +
+

Categories

+ + +
+ + +
+
+
+
+
+
+ ) +} + +export default News; \ No newline at end of file diff --git a/components/_App/NavbarHome.js b/components/_App/NavbarHome.js index e0f14e6..6a7910b 100644 --- a/components/_App/NavbarHome.js +++ b/components/_App/NavbarHome.js @@ -59,10 +59,10 @@ const NavbarStyleTwo = () => { -
  • - + {/*
  • + - Accomodation + Accomodation @@ -85,15 +85,15 @@ const NavbarStyleTwo = () => {
  • - + */} -
  • + {/*
  • Facilities -
  • + */}
  • @@ -104,7 +104,7 @@ const NavbarStyleTwo = () => {
  • - + Blog diff --git a/package.json b/package.json index 98969b9..af7cb8c 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "react-dom": "^17.0.1", "react-feather": "^2.0.9", "react-hook-form": "^6.15.4", + "react-icons": "^4.3.1", "react-masonry-component": "^6.2.1", "react-owl-carousel3": "^2.2.5", "react-redux": "^7.1.0", diff --git a/pages/Accomodation/Superior.js b/pages/Accomodation/Superior.js index d6b8648..d3ad84a 100644 --- a/pages/Accomodation/Superior.js +++ b/pages/Accomodation/Superior.js @@ -10,7 +10,7 @@ const BlogDetails = () => { <> - + diff --git a/pages/LatestNews/LatestNewsDetail.js b/pages/LatestNews/LatestNewsDetail.js new file mode 100644 index 0000000..e389b78 --- /dev/null +++ b/pages/LatestNews/LatestNewsDetail.js @@ -0,0 +1,59 @@ +import React from 'react'; +import Navbar from "@/components/_App/NavbarHome"; +import Footer from "@/components/_App/Footer"; +import PageBanner from '@/components/Common/PageBanner'; +// import LatestNewsDetail from '@/components/LatestNews/LatestNewsDetail'; + +// import GetLatestNews from "api/latest_news/news.js" + +// import Cookies from "cookies"; + +const NewsDetail = function ({ backend, news, othernews, user, ...props }) { + return ( + <> + + + {/* */} + +