Update src/app/contact/page.tsx
This commit is contained in:
@@ -77,9 +77,11 @@ export default function ContactPage() {
|
||||
imageAlt="Get Fruity Cafe storefront in Conyers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: +1 (943) 269-8508", href: "tel:+19432698508"},
|
||||
text: "Call Us: +1 (943) 269-8508", href: "tel:+19432698508"
|
||||
},
|
||||
{
|
||||
text: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"},
|
||||
text: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,7 +95,8 @@ export default function ContactPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
variant: "sparkles-gradient"
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg?_wi=3"
|
||||
imageAlt="Fresh smoothie bowl ready to enjoy"
|
||||
|
||||
Reference in New Issue
Block a user