Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f5f9c2c6e | |||
| e36be24f8e | |||
| 06817dbde3 | |||
| 8691d09007 | |||
| 6acacdfe3a | |||
| 6c26fc05c6 | |||
| c92b597903 |
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
|||||||
brandName="Casa Vieja"
|
brandName="Casa Vieja"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Our Story", id: "nuestra-historia" },
|
{ 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: "Red or Green?", id: "red-or-green" },
|
||||||
{ name: "Hours & Call", id: "location-hours" }
|
{ name: "Hours & Call", id: "location-hours" }
|
||||||
]}
|
]}
|
||||||
@@ -72,7 +72,9 @@ export default function LandingPage() {
|
|||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
buttons={[]}
|
buttons={[
|
||||||
|
{ text: "View Our Menu", href: "#menu-highlights" }
|
||||||
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -160,8 +162,8 @@ export default function LandingPage() {
|
|||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/tarragona-cathedral_1398-2183.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/tarragona-cathedral_1398-2183.jpg"
|
||||||
imageAlt="Historic Old Town Albuquerque adobe buildings and plaza"
|
imageAlt="Historic Old Town Albuquerque adobe buildings and plaza"
|
||||||
inputPlaceholder="Your phone number"
|
inputPlaceholder="Enter your phone"
|
||||||
buttonText="Call Us: (505) 555-1234"
|
buttonText="Call for Hours"
|
||||||
termsText="Ask for red, green, or Christmas."
|
termsText="Ask for red, green, or Christmas."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #e3deea;
|
--background: #f5f2ed;
|
||||||
--card: #ffffff;
|
--card: #faf8f5;
|
||||||
--foreground: #27231f;
|
--foreground: #3d2f1f;
|
||||||
--primary-cta: #27231f;
|
--primary-cta: #8b6f47;
|
||||||
--primary-cta-text: #e3deea;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #27231f;
|
--secondary-cta-text: #3d2f1f;
|
||||||
--accent: #c68a62;
|
--accent: #d4a574;
|
||||||
--background-accent: #c68a62;
|
--background-accent: #c89968;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user