4 Commits

Author SHA1 Message Date
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 3 additions and 3 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

@@ -13,9 +13,9 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ff0000;
--primary-cta: #2bac9e;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta: #e8e4e4;
--secondary-cta-text: #ffffff;
--accent: #991b1b;
--background-accent: #7f1d1d;