Compare commits
14 Commits
version_9
...
version_20
| Author | SHA1 | Date | |
|---|---|---|---|
| 69128a9c7e | |||
| 1ee690a695 | |||
| 40553c1846 | |||
| dd1b3797b8 | |||
| 3531a2faff | |||
| 266f61683b | |||
| 4f3278a747 | |||
| 204c1d2d49 | |||
| 147c9a6fca | |||
| 953978a006 | |||
| d312f5e6d0 | |||
| 60f78af5d8 | |||
| 29781b5551 | |||
| 4d3200f621 |
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation", href: "https://umahibachisushi.com"},
|
||||
text: "Call for a reservation ", href: "https://umahibachisushi.com"},
|
||||
{
|
||||
text: "View Menu", href: "https://umahibachisushi.com"},
|
||||
]}
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
title="A Legacy of Freshness and Entertainment"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More", href: "#experience"},
|
||||
text: "", href: "#experience"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "q2", title: "Are you open on weekends?", content: "Yes! We are open 7 days a week, with extended hours on Friday and Saturday until 10:30 PM."},
|
||||
{
|
||||
id: "q3", title: "Is takeout available?", content: "Absolutely. You can order takeout online or by phone."},
|
||||
id: "q3", title: "Is takeout available?", content: "Absolutely. You can order takeout by phone."},
|
||||
]}
|
||||
title="Plan Your Visit"
|
||||
description="Everything you need to know about dining at Uma Hibachi."
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #fffefe;
|
||||
--background: #db3d3d;
|
||||
--card: #000000;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #c1121f;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #d4af37;
|
||||
--background-accent: #1a1a1a;
|
||||
--background-accent: #ffffff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user