Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 11:10:11 +00:00
parent b017d649f6
commit 8f2007388d

View File

@@ -47,23 +47,20 @@ export default function ContactPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg?_wi=5",
imageAlt: "Golden sourdough crust and artisan bread baking"
imageSrc: "http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg", imageAlt: "Golden sourdough crust and artisan bread baking"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg?_wi=3",
imageAlt: "Specialty coffee with care and precision"
imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg", imageAlt: "Specialty coffee with care and precision"
}
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Loved by Salt Lake City"
buttons={[
{ text: "Order Online", href: "contact" },
{ text: "Call Us", href: "contact" }
{ text: "Order Online", href: "#contact" },
{ text: "Call Us", href: "#contact" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -79,7 +76,7 @@ export default function ContactPage() {
{ value: "Mon-Sun", title: "6 AM - 7 PM" },
{ value: "365", title: "Days Fresh Bread" }
]}
imageSrc="http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg"
imageAlt="Leavity Bread & Coffee location and storefront"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -99,15 +96,11 @@ export default function ContactPage() {
{ value: "Salt Lake", title: "City Location" },
{ value: "Fresh", title: "Every Morning" }
]}
imageSrc="http://img.b2bpic.net/free-photo/donuts-bagels-crackers-bakery-products-belarusian-food-products_132075-13054.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/donuts-bagels-crackers-bakery-products-belarusian-food-products_132075-13054.jpg"
imageAlt="Fresh daily breads and pastries at Leavity"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Reserve a Table", href: "contact" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -118,25 +111,22 @@ export default function ContactPage() {
copyrightText="© 2025 Leavity Bread & Coffee. All rights reserved."
columns={[
{
title: "Shop",
items: [
{ label: "Menu", href: "menu" },
{ label: "Order Online", href: "contact" },
{ label: "Catering", href: "contact" }
title: "Shop", items: [
{ label: "Menu", href: "#menu" },
{ label: "Order Online", href: "#contact" },
{ label: "Catering", href: "#contact" }
]
},
{
title: "Leavity",
items: [
{ label: "Our Story", href: "about" },
{ label: "Our Philosophy", href: "about" },
title: "Leavity", items: [
{ label: "Our Story", href: "#about" },
{ label: "Our Philosophy", href: "#about" },
{ label: "Careers", href: "#" }
]
},
{
title: "Connect",
items: [
{ label: "Contact Us", href: "contact" },
title: "Connect", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Privacy Policy", href: "#" }
]