Compare commits
4 Commits
version_15
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 3531a2faff | |||
| 266f61683b | |||
| 4f3278a747 | |||
| 204c1d2d49 |
@@ -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."
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
--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