Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f5f9c2c6e | |||
| e36be24f8e | |||
| 06817dbde3 | |||
| 8691d09007 | |||
| 6acacdfe3a |
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
brandName="Casa Vieja"
|
||||
navItems={[
|
||||
{ name: "Our Story", id: "nuestra-historia" },
|
||||
{ name: "Menu", id: "menu-highlights" },
|
||||
{ name: "View Our Menu", id: "menu-highlights" },
|
||||
{ name: "Red or Green?", id: "red-or-green" },
|
||||
{ name: "Hours & Call", id: "location-hours" }
|
||||
]}
|
||||
@@ -72,7 +72,9 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[]}
|
||||
buttons={[
|
||||
{ text: "View Our Menu", href: "#menu-highlights" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -160,8 +162,8 @@ export default function LandingPage() {
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tarragona-cathedral_1398-2183.jpg"
|
||||
imageAlt="Historic Old Town Albuquerque adobe buildings and plaza"
|
||||
inputPlaceholder="Your phone number"
|
||||
buttonText="Call Us: (505) 555-1234"
|
||||
inputPlaceholder="Enter your phone"
|
||||
buttonText="Call for Hours"
|
||||
termsText="Ask for red, green, or Christmas."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user