Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refinery: modify origami/hero.jsx #66

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions origami/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ const Hero = ({
<div className={innerClasses}>
<div className="hero-content">
<h1 className="mt-0 mb-16 reveal-from-bottom" data-reveal-delay="200">
Sushi delivered, always at happy hour prices.
The best bay area sushi, delivered.
</h1>
<div className="container-xs">
<p className="m-0 mb-32 reveal-from-bottom" data-reveal-delay="400">
We are serving all of America's favorite sushi rolls.
High quality nigiri, sashimi, and rolls at the best prices.
</p>
<div className="reveal-from-bottom" data-reveal-delay="600">
<Button tag="a" color="primary" wideMobile href="https://www.eats.co/origami">
Order now
Order
</Button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion origami/menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Menu = ({
<div className={innerClasses}>
<div className="menu-content">
<h3 className="mt-0 mb-16 reveal-from-bottom" data-reveal-delay="200">
Maki
Maki rolls
</h3>
<div className="menu-figure reveal-from-bottom illustration-element-01" data-reveal-value="20px" data-reveal-delay="800">
{props.menu.items.maki}
Expand Down