|
|
|
|
@@ -32,7 +32,7 @@ export default function ContactPage() {
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
|
brandName="Savoria"
|
|
|
|
|
brandName="Restaurant Demo"
|
|
|
|
|
navItems={navItems}
|
|
|
|
|
button={{ text: "Reserve Table", href: "/reservations" }}
|
|
|
|
|
/>
|
|
|
|
|
@@ -40,14 +40,14 @@ export default function ContactPage() {
|
|
|
|
|
|
|
|
|
|
<div id="contact-section" data-section="contact-section">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Contact Savoria"
|
|
|
|
|
tag="Contact Restaurant Demo"
|
|
|
|
|
tagIcon={MapPin}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Get in Touch"
|
|
|
|
|
description="Have questions or need assistance? Reach out to our team. We're here to help ensure your dining experience is exceptional. Visit us, call us, or send us a message online."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call: +1 (555) 123-4567", href: "tel:+15551234567" },
|
|
|
|
|
{ text: "Email: info@savoria.com", href: "mailto:info@savoria.com" },
|
|
|
|
|
{ text: "Email: info@restaurantdemo.com", href: "mailto:info@restaurantdemo.com" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
@@ -57,24 +57,24 @@ export default function ContactPage() {
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterCard
|
|
|
|
|
logoText="Savoria"
|
|
|
|
|
copyrightText="© 2025 Savoria Restaurant. All rights reserved. Culinary Excellence Since 2008."
|
|
|
|
|
logoText="Restaurant Demo"
|
|
|
|
|
copyrightText="© 2025 Restaurant Demo. All rights reserved. Culinary Excellence Since 2008."
|
|
|
|
|
socialLinks={[
|
|
|
|
|
{
|
|
|
|
|
icon: Facebook,
|
|
|
|
|
href: "https://facebook.com/savoria", ariaLabel: "Visit our Facebook page"
|
|
|
|
|
href: "https://facebook.com/restaurantdemo", ariaLabel: "Visit our Facebook page"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Instagram,
|
|
|
|
|
href: "https://instagram.com/savoria", ariaLabel: "Visit our Instagram profile"
|
|
|
|
|
href: "https://instagram.com/restaurantdemo", ariaLabel: "Visit our Instagram profile"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Twitter,
|
|
|
|
|
href: "https://twitter.com/savoria", ariaLabel: "Follow us on Twitter"
|
|
|
|
|
href: "https://twitter.com/restaurantdemo", ariaLabel: "Follow us on Twitter"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Mail,
|
|
|
|
|
href: "mailto:info@savoria.com", ariaLabel: "Email us"
|
|
|
|
|
href: "mailto:info@restaurantdemo.com", ariaLabel: "Email us"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
|