Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89e14ccb44 | |||
| 2439d8f01e | |||
| 5b09108ee0 | |||
| bc2cd5d2d4 |
@@ -32,7 +32,7 @@ export default function ContactPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Savoria"
|
brandName="Restaurant Demo"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Reserve Table", href: "/reservations" }}
|
button={{ text: "Reserve Table", href: "/reservations" }}
|
||||||
/>
|
/>
|
||||||
@@ -40,14 +40,14 @@ export default function ContactPage() {
|
|||||||
|
|
||||||
<div id="contact-section" data-section="contact-section">
|
<div id="contact-section" data-section="contact-section">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Contact Savoria"
|
tag="Contact Restaurant Demo"
|
||||||
tagIcon={MapPin}
|
tagIcon={MapPin}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Get in Touch"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Call: +1 (555) 123-4567", href: "tel:+15551234567" },
|
{ 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"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -57,24 +57,24 @@ export default function ContactPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Savoria"
|
logoText="Restaurant Demo"
|
||||||
copyrightText="© 2025 Savoria Restaurant. All rights reserved. Culinary Excellence Since 2008."
|
copyrightText="© 2025 Restaurant Demo. All rights reserved. Culinary Excellence Since 2008."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
icon: Facebook,
|
||||||
href: "https://facebook.com/savoria", ariaLabel: "Visit our Facebook page"
|
href: "https://facebook.com/restaurantdemo", ariaLabel: "Visit our Facebook page"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "https://instagram.com/savoria", ariaLabel: "Visit our Instagram profile"
|
href: "https://instagram.com/restaurantdemo", ariaLabel: "Visit our Instagram profile"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Twitter,
|
icon: Twitter,
|
||||||
href: "https://twitter.com/savoria", ariaLabel: "Follow us on Twitter"
|
href: "https://twitter.com/restaurantdemo", ariaLabel: "Follow us on Twitter"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Mail,
|
icon: Mail,
|
||||||
href: "mailto:info@savoria.com", ariaLabel: "Email us"
|
href: "mailto:info@restaurantdemo.com", ariaLabel: "Email us"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -9,7 +9,8 @@ const inter = Inter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Savoria - Premium Restaurant", description: "Experience culinary excellence at Savoria"};
|
title: "Restaurant Demo - Premium Dining Experience", description: "Experience culinary excellence at Restaurant Demo"
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
Reference in New Issue
Block a user