diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1367c20..e995e7a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Browse", - items: [ + title: "Browse", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Menu", href: "/menu" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Twitter", href: "https://twitter.com" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, @@ -76,31 +73,13 @@ export default function ContactPage() { features={[ { id: 1, - tag: "Location", - title: "Find Us Here", - subtitle: "Downtown Coffee Hub", - description: "123 Main Street, Downtown District. Our cozy location is just steps away from public transportation and offers ample street parking. Look for our signature warm interior and inviting storefront.", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-shop-waitress-posing_23-2147984975.jpg?_wi=4", - imageAlt: "Brew Haven storefront", - }, + tag: "Location", title: "Find Us Here", subtitle: "Downtown Coffee Hub", description: "123 Main Street, Downtown District. Our cozy location is just steps away from public transportation and offers ample street parking. Look for our signature warm interior and inviting storefront.", imageSrc: "http://img.b2bpic.net/free-photo/pastry-shop-waitress-posing_23-2147984975.jpg?_wi=4", imageAlt: "Brew Haven storefront"}, { id: 2, - tag: "Hours", - title: "Open for You", - subtitle: "Daily 7AM to 8PM", - description: "Monday through Sunday, we're open early for your morning coffee and stay late for evening gatherings. We also offer special catering hours for private events. Holiday hours may vary—call ahead to confirm.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg?_wi=3", - imageAlt: "Coffee shop hours", - }, + tag: "Hours", title: "Open for You", subtitle: "Daily 7AM to 8PM", description: "Monday through Sunday, we're open early for your morning coffee and stay late for evening gatherings. We also offer special catering hours for private events. Holiday hours may vary—call ahead to confirm.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg?_wi=3", imageAlt: "Coffee shop hours"}, { id: 3, - tag: "Contact", - title: "Reach Out", - subtitle: "hello@brewhaven.com · (555) 123-4567", - description: "Have questions about our menu, want to book an event, or just want to chat about coffee? Drop us an email or give us a call. We love hearing from our community and respond quickly to all inquiries.", - imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg?_wi=4", - imageAlt: "Contact information", - }, + tag: "Contact", title: "Reach Out", subtitle: "hello@brewhaven.com · (555) 123-4567", description: "Have questions about our menu, want to book an event, or just want to chat about coffee? Drop us an email or give us a call. We love hearing from our community and respond quickly to all inquiries.", imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg?_wi=4", imageAlt: "Contact information"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -114,14 +93,7 @@ export default function ContactPage() { tag="Stay Connected" tagIcon={Award} names={[ - "Instagram Updates", - "Event Announcements", - "Seasonal Specials", - "Local Partnerships", - "Community Stories", - "Barista Tips", - "Behind the Scenes", - ]} + "Instagram Updates", "Event Announcements", "Seasonal Specials", "Local Partnerships", "Community Stories", "Barista Tips", "Behind the Scenes"]} textboxLayout="default" useInvertedBackground={false} speed={40}