29 Commits

Author SHA1 Message Date
3bd86b95eb Update theme colors 2026-06-08 07:49:28 +00:00
95ee2629de Update theme colors 2026-06-08 07:48:42 +00:00
1e6d21a24d Update theme colors 2026-06-08 07:47:50 +00:00
0a174ebda8 Update theme colors 2026-06-08 07:41:59 +00:00
7b2c0c6e3a Update theme colors 2026-06-08 07:41:44 +00:00
c8869ea3ea Update theme colors 2026-06-08 07:41:31 +00:00
354d5c54cb Update theme colors 2026-06-08 07:40:40 +00:00
c103b0f9b4 Update theme colors 2026-06-08 07:40:26 +00:00
a1714f4a0a Update theme colors 2026-06-08 07:39:58 +00:00
c71b954ad8 Update theme colors 2026-06-08 07:39:48 +00:00
2fe45b6f2c Update theme colors 2026-06-08 07:39:35 +00:00
70553c2672 Update theme colors 2026-06-08 07:39:23 +00:00
ed9a1ebf01 Update theme colors 2026-06-08 07:38:59 +00:00
6881381f33 Update theme colors 2026-06-08 07:38:54 +00:00
11e36995d3 Update theme colors 2026-06-08 07:38:45 +00:00
32919f14be Update theme colors 2026-06-08 07:38:39 +00:00
6a3b20da03 Update theme colors 2026-06-08 07:38:33 +00:00
261c568d02 Update theme colors 2026-06-08 07:36:51 +00:00
24d0144a16 Update theme colors 2026-06-08 07:36:41 +00:00
917868a67f Update theme colors 2026-06-08 07:36:17 +00:00
ea28cac0ca Update theme colors 2026-06-08 07:36:01 +00:00
2a522c507a Update theme colors 2026-06-08 07:35:41 +00:00
ac9c3600d2 Update theme colors 2026-06-08 07:35:07 +00:00
71276e16b1 Update theme colors 2026-06-08 07:34:38 +00:00
50defa307a Update theme colors 2026-06-08 07:34:09 +00:00
6d77b1cc39 Update theme colors 2026-06-08 07:31:51 +00:00
0660287e1a Update theme colors 2026-06-08 07:30:17 +00:00
16312e8b96 Update src/app/page.tsx 2026-06-07 20:24:55 +00:00
c7a0674896 Merge version_3 into main
Merge version_3 into main
2026-06-07 20:22:31 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroLogo
logoText="Laliko"
description="Experience unparalleled culinary artistry in a setting of exquisite luxury, where every dish is a masterpiece and every moment is an indulgence."
description="Embark on an unforgettable culinary journey, where every dish is a masterpiece of exquisite dining and every moment is an indulgence. Book your table effortlessly."
buttons={[
{
text: "Discover Menu", href: "#menu"},

View File

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ff0000;
--background: #111111;
--card: #3b1a01;
--foreground: #FFFFFf;
--primary-cta: #43e9d9;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta: #4de4e2;
--secondary-cta-text: #ffffff;
--accent: #991b1b;
--background-accent: #7f1d1d;