3 Commits

Author SHA1 Message Date
a2a3d08419 Update theme colors 2026-05-05 07:48:56 +00:00
704f5a38ee Update src/app/page.tsx 2026-05-05 07:24:21 +00:00
81e41535d9 Merge version_3 into main
Merge version_3 into main
2026-05-05 07:20:11 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -43,9 +43,9 @@ export default function LandingPage() {
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="Hotel Raysab Place"
description="Experience the authentic essence of Indian multi-cuisine. From traditional North Indian delights to savory street food, delivered with 3D-inspired passion."
description="Experience the authentic essence of Indian multi-cuisine. We now feature a stunning 3D rotating Thali display to showcase our tradition!"
buttons={[{ text: "Order Now", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/indian-delicious-roti-with-copy-space_23-2149073332.jpg?_wi=1"
imageSrc="https://img.freepik.com/free-photo/thali-set-traditional-indian-food-gray-background_23-2148747715.jpg?t=st=1716380000~exp=1716383600~hmac=e20986161401f868297d264f3316e1050a4176d65f57a0740956272545802213"
/>
</div>
@@ -152,4 +152,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #E34400;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f3ede2;
--secondary-cta-text: #2e2521;
--accent: #FF7B05;
--background-accent: #b2a28b;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);