Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -47,7 +47,7 @@ export default function AboutPage() {
|
||||
{ text: "Meet Our Team", href: "/team" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="text-stagger"
|
||||
buttonAnimation="expand-hover"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
@@ -55,8 +55,8 @@ export default function HomePage() {
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Welcome to Moonlight Café"
|
||||
tagAnimation="text-stagger"
|
||||
buttonAnimation="text-stagger"
|
||||
tagAnimation="expand-hover"
|
||||
buttonAnimation="expand-hover"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg"
|
||||
imageAlt="Cozy Moonlight Café Interior"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -71,7 +71,7 @@ export default function HomePage() {
|
||||
{ text: "Discover Our Story", href: "/about" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="text-stagger"
|
||||
buttonAnimation="expand-hover"
|
||||
/>
|
||||
</div>
|
||||
<div id="menu-highlights" data-section="menu-highlights">
|
||||
@@ -93,7 +93,7 @@ export default function HomePage() {
|
||||
buttons={[
|
||||
{ text: "View Full Menu", href: "/menu" }
|
||||
]}
|
||||
buttonAnimation="text-stagger"
|
||||
buttonAnimation="expand-hover"
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
@@ -124,7 +124,7 @@ export default function HomePage() {
|
||||
buttons={[
|
||||
{ text: "Read All Reviews", href: "/reviews" }
|
||||
]}
|
||||
buttonAnimation="text-stagger"
|
||||
buttonAnimation="expand-hover"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user