3 Commits

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

@@ -15,7 +15,7 @@
--foreground: #f5f5f5;
--primary-cta: #ff0000;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta: #e8e4e4;
--secondary-cta-text: #ffffff;
--accent: #991b1b;
--background-accent: #7f1d1d;