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