Update src/app/about/page.tsx
This commit is contained in:
@@ -89,7 +89,7 @@ export default function AboutPage() {
|
||||
<TextAbout
|
||||
tag="Our Story"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Chicken Box: Where Quality Meets Flavor"
|
||||
buttons={[
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function AboutPage() {
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About Chicken Box"
|
||||
/>
|
||||
@@ -109,7 +109,7 @@ export default function AboutPage() {
|
||||
description="Choose from our diverse selection of delicious options. From classic meals to specialty sandwiches and sides."
|
||||
tag="Full Menu"
|
||||
tagIcon={UtensilsCrossed}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -193,10 +193,10 @@ export default function AboutPage() {
|
||||
description="Serving the El Tor community with excellence and consistency."
|
||||
tag="Our Impact"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user