Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1781be3138 | |||
| e333c33ed3 | |||
| 1d7ef93b0b | |||
| e5acdf88d2 | |||
| b74bbd0f53 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Bhubaneswar’s Most Loved Punjabi Dining Experience"
|
||||
description="Book your table today for a taste of Punjab's finest flavors."
|
||||
description="Reserve your table today for the most authentic Punjabi flavors in Bhubaneswar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table", href: "#reservation"},
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #F8F5F0;
|
||||
--card: #FFFFFF;
|
||||
--foreground: #121212;
|
||||
--primary-cta: #7A1E1E;
|
||||
--background: #fbfaff;
|
||||
--card: #f7f5ff;
|
||||
--foreground: #0f0022;
|
||||
--primary-cta: #8b5cf6;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #C9A34E;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #121212;
|
||||
--accent: #C9A34E;
|
||||
--background-accent: #EBE4D5;
|
||||
--accent: #d8cef5;
|
||||
--background-accent: #c4a8f9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user