Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f04b140ba5 | |||
| 9b5b48ef7f | |||
| 4da29428d6 | |||
| e78d05c80c | |||
| f949b2d29e | |||
| df21170c33 |
@@ -20,10 +20,10 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
@@ -46,6 +46,7 @@ export default function LandingPage() {
|
||||
title="Authentic Umami Experience"
|
||||
description="Discover the art of traditional ramen in the heart of Canton, MI. Hand-crafted bowls, rich broth, and an unforgettable atmosphere."
|
||||
tag="Canton's Finest Ramen"
|
||||
buttons={[{ text: "View Menu", href: "#about" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-noodle-soup-with-egg_84443-85798.jpg", imageAlt: "Traditional Ramen Bowl" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks_23-2150606748.jpg", imageAlt: "Restaurant Interior" }
|
||||
@@ -136,4 +137,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2a2a2a;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #f1f1f1;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #d1d1d1;
|
||||
--background-accent: #f1f1f1;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user