8 Commits

Author SHA1 Message Date
ca877ce672 Merge version_5 into main
Merge version_5 into main
2026-05-06 22:10:46 +00:00
6eecfd88e8 Update theme fonts 2026-05-06 22:10:43 +00:00
b991c28c6d Update theme fonts 2026-05-06 22:10:43 +00:00
82edbecf4c Merge version_5 into main
Merge version_5 into main
2026-05-06 22:10:14 +00:00
b1742dc49b Update theme colors 2026-05-06 22:10:11 +00:00
89cff24e02 Merge version_4 into main
Merge version_4 into main
2026-05-06 22:06:02 +00:00
d106148ae8 Update src/app/page.tsx 2026-05-06 22:05:59 +00:00
0e66b4062b Merge version_3 into main
Merge version_3 into main
2026-05-06 22:04:23 +00:00
4 changed files with 19 additions and 22 deletions

View File

@@ -22,14 +22,11 @@ export const metadata: Metadata = {
},
};
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export default function RootLayout({
children,
@@ -39,7 +36,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body className={`${manrope.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -91,20 +91,20 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "r1", name: "Deluxe Canal View", price: "Starting from 1500 EGP", variant: "Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg"},
id: "r1", name: "Deluxe Canal View", price: "Starting from 1500 EGP", variant: "Canal View | Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg"},
{
id: "r2", name: "Family Suite", price: "Starting from 2200 EGP", variant: "Double Room", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg"},
id: "r2", name: "Family Suite", price: "Starting from 2200 EGP", variant: "Spacious | Double Room", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg"},
{
id: "r3", name: "Executive Room", price: "Starting from 1800 EGP", variant: "King Bed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956523.jpg"},
id: "r3", name: "Executive Room", price: "Starting from 1800 EGP", variant: "Business | King Bed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956523.jpg"},
{
id: "r4", name: "Standard King", price: "Starting from 1200 EGP", variant: "Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_74190-5862.jpg"},
id: "r4", name: "Standard King", price: "Starting from 1200 EGP", variant: "Essential | Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_74190-5862.jpg"},
{
id: "r5", name: "Royal Suite", price: "Starting from 3500 EGP", variant: "Luxury Space", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg"},
id: "r5", name: "Royal Suite", price: "Starting from 3500 EGP", variant: "Luxury Space | Premium", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg"},
{
id: "r6", name: "Twin Garden View", price: "Starting from 1300 EGP", variant: "Two Beds", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg"},
id: "r6", name: "Twin Garden View", price: "Starting from 1300 EGP", variant: "Serene | Two Beds", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg"},
]}
title="Our Luxurious Accommodations"
description="Explore our range of well-appointed rooms designed for comfort and elegance."
description="Explore our range of well-appointed rooms designed for comfort and elegance. Each category offers unique benefits tailored to your stay."
buttons={[
{
text: "Check Availability", href: "#contact"}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-manrope), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--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;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);