+ {service.duration} +
++ {service.title} +
++ {service.description} +
+ +diff --git a/public/images/shitaye-logo-mono.png b/public/images/shitaye-logo-mono.png new file mode 100644 index 0000000..4da5dec Binary files /dev/null and b/public/images/shitaye-logo-mono.png differ diff --git a/public/images/shitaye-logo.png b/public/images/shitaye-logo.png new file mode 100644 index 0000000..d6051d9 Binary files /dev/null and b/public/images/shitaye-logo.png differ diff --git a/src/app/globals.css b/src/app/globals.css index 0bfd105..aa7ce8c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -173,3 +173,33 @@ body { animation: mock3d-rotate 8s ease-in-out infinite alternate; transform-style: preserve-3d; } + +/* Branded route loader — /services and similar */ +@keyframes shitaye-logo-breathe { + 0%, + 100% { + transform: scale(1); + opacity: 1; + } + 50% { + transform: scale(1.045); + opacity: 0.94; + } +} + +@keyframes shitaye-logo-ring { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +.animate-shitaye-logo { + animation: shitaye-logo-breathe 2.4s ease-in-out infinite; +} + +.animate-shitaye-ring { + animation: shitaye-logo-ring 12s linear infinite; +} diff --git a/src/app/page.tsx b/src/app/page.tsx index f334e9c..809dd36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,6 +4,7 @@ import { AmenityItem } from "@/components/AmenityItem"; import { BookingSearchWidget } from "@/components/BookingSearchWidget"; import { OutletCard } from "@/components/OutletCard"; import { RoomCard } from "@/components/RoomCard"; +import { GoogleMapEmbed } from "@/components/GoogleMapEmbed"; import { VirtualTourBlock } from "@/components/VirtualTourBlock"; import { roomAmenities } from "@/lib/mocks/amenities"; import { bookingStyleReviews } from "@/lib/mocks/bookingReviews"; @@ -64,10 +65,11 @@ export default function HomePage() { Guest trust
- Real feedback from recent stays helps new visitors book directly with confidence. + Honest reviews from people who’ve stayed with us — so you can book directly with + confidence.
-- About us -
-- Close to key places of attraction and major businesses or institutions — your base - for work, culture, and rest. Begin your journey with us. -
- - View rooms - -+ Find us +
++ {siteConfig.address}. Search “Shitaye Suite Hotel” on Google Maps or use + the map below. +
++ Spa & gym +
++ Browse our spa menu and gym add-ons — build a mock selection and send a request from the + dedicated services page. +
++ About us +
++ Close to key places of attraction and major businesses or institutions — your base + for work, culture, and rest. Begin your journey with us. +
+ + View rooms + ++ {service.duration} +
++ {service.description} +
+ ++ Your selection +
++ Mock basket — pick services to preview a request (no real payment). +
+ + {items.length === 0 ? ( ++ Tap “Add to selection” on any spa or gym service to build your list. +
+ ) : ( +{s.title}
++ {s.kind === "spa" ? "Spa" : "Gym"} · {s.duration} +
++ Choose treatments and gym sessions — your selection is shown on the right (desktop) or + below on mobile. This is a demo flow; confirm times and pricing at the desk. +
++ Taxes and service charges may apply. Prices shown in USD (mock). +
++ {selectedItems.length}{" "} + selected +
+ + Email request + +{siteConfig.name}
-{siteConfig.address}
-{siteConfig.city}, Ethiopia
+{siteConfig.address}
+{siteConfig.city}, Ethiopia
+