diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 633403b..29e8419 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -10,16 +10,16 @@ import { Bell, Car, Phone, Sparkles, Wifi, Headset, Utensils, ClipboardList } fr export default function AmenitiesPage() { return ( @@ -87,11 +87,11 @@ export default function AmenitiesPage() { ] } ]} - bottomLeftText="© 2024 Sirano Hotel. All rights reserved." + bottomLeftText="© 2024 Sirano Hotel (ስራኖ ሆቴል). All rights reserved." bottomRightText="Built with comfort in mind." /> ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4609f57..c7a2f7c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -10,16 +10,16 @@ import { Bell, Car, Phone, Sparkles, Wifi } from "lucide-react"; export default function ContactPage() { return ( @@ -84,11 +84,11 @@ export default function ContactPage() { ] } ]} - bottomLeftText="© 2024 Sirano Hotel. All rights reserved." + bottomLeftText="© 2024 Sirano Hotel (ስራኖ ሆቴል). All rights reserved." bottomRightText="Built with comfort in mind." /> ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 22df054..2b8a534 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Lato } from "next/font/google"; export const metadata: Metadata = { - title: 'Sirano Hotel - Your finest stay in Wolkite, Ethiopia', - description: 'Experience unparalleled comfort at Sirano Hotel in Wolkite. Offering clean, spacious rooms, fast WiFi, free parking, and exceptional service for business and leisure travelers.', + title: 'Sirano Hotel (ስራኖ ሆቴል) - Your finest stay in Wolkite, Ethiopia', + description: 'Experience unparalleled comfort at Sirano Hotel (ስራኖ ሆቴል) in Wolkite. Offering clean, spacious rooms, fast WiFi, free parking, and exceptional service for business and leisure travelers.', keywords: ["Sirano Hotel, Wolkite, Ethiopia, hotel, accommodation, business travel, leisure travel, clean rooms, free wifi, parking, hotel booking"], openGraph: { "title": "Sirano Hotel - Your finest stay in Wolkite, Ethiopia", diff --git a/src/app/page.tsx b/src/app/page.tsx index 61601ac..efb69ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,16 +16,16 @@ import { Bell, Car, Phone, Sparkles, Wifi } from "lucide-react"; export default function LandingPage() { return ( @@ -54,7 +54,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 759032a..50baa53 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -10,16 +10,16 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; export default function LandingPage() { return ( @@ -116,11 +116,11 @@ export default function LandingPage() { ], }, ]} - logoText="Sirano Hotel" + logoText="Sirano Hotel (ስራኖ ሆቴል)" copyrightText="© 2024 Sirano Hotel. All rights reserved." /> ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1b816ec..3a5c203 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #1b0c25; - --primary-cta: #1b0c25; - --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; - --secondary-cta-text: #1b0c25; - --accent: #ff93e4; - --background-accent: #e8a8c3; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);