diff --git a/app/Views/book.php b/app/Views/book.php index 0de11a8..20a7099 100644 --- a/app/Views/book.php +++ b/app/Views/book.php @@ -11,12 +11,11 @@
-
+
-
-

Contact information

- -
+ + + @@ -73,12 +72,12 @@
-
    -
  • -
  • -
  • -
  • -
+ + + + + +
@@ -120,15 +119,33 @@
+
+ + +
+
+ +
+ + +
+
+
- + + +
+
+ +
+
- +
@@ -141,32 +158,6 @@
- - -
-
-
-
- - - - - - -
-
-
-
- -
- -
- -
-
-
-
- endSection() ?> diff --git a/public/assets/css/custom.css b/public/assets/css/custom.css index fb1d4d2..653e21a 100644 --- a/public/assets/css/custom.css +++ b/public/assets/css/custom.css @@ -4614,6 +4614,16 @@ header.main-header .header-sticky.active{ margin-right: 30px; } +.book-information{ + background: var(--primary-color) url('../images/booking.jpg') no-repeat; + background-position: bottom right; + background-size: auto; + border-radius: 30px; + padding: 40px; + margin-right: 30px; + min-height: 550px; +} + .contact-information .section-title{ margin-bottom: 100px; } diff --git a/public/assets/images/booking.jpg b/public/assets/images/booking.jpg new file mode 100644 index 0000000..3615feb Binary files /dev/null and b/public/assets/images/booking.jpg differ