Merge version_1 into main #1
@@ -6,8 +6,9 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -25,22 +26,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Athens Mexican Cuisine"
|
||||
/>
|
||||
@@ -48,10 +37,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
title="Get in Touch"
|
||||
description="We would love to hear from you. Reach out for reservations, catering, or just to say hello!"
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-food-around-sombrero_23-2147740776.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -66,13 +57,8 @@ export default function LandingPage() {
|
||||
description="We offer catering for all occasions."
|
||||
metrics={[
|
||||
{
|
||||
id: "c1",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
items: [
|
||||
"Reservation assistance",
|
||||
"Events planning",
|
||||
],
|
||||
id: "c1", value: "24/7", title: "Support", items: [
|
||||
"Reservation assistance", "Events planning"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -83,42 +69,21 @@ export default function LandingPage() {
|
||||
logoText="Athens Mexican Cuisine"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
{
|
||||
label: "123 Main St, Athens, GA",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Call: (706) 555-0123",
|
||||
href: "tel:7065550123",
|
||||
},
|
||||
title: "Visit Us", items: [
|
||||
{ label: "123 Main St, Athens, GA", href: "#" },
|
||||
{ label: "Call: (706) 555-0123", href: "tel:7065550123" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Mon-Sat: 11am - 10pm",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Sun: 11am - 9pm",
|
||||
href: "#",
|
||||
},
|
||||
title: "Hours", items: [
|
||||
{ label: "Mon-Sat: 11am - 10pm", href: "#" },
|
||||
{ label: "Sun: 11am - 9pm", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -11,8 +11,8 @@ import { Lato } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Athens Mexican Cuisine | Authentic Mexican Food in Athens, GA',
|
||||
description: 'Authentic Mexican flavors in the heart of Athens. Fresh ingredients, craft margaritas, and a vibrant atmosphere. Reserve your table today!',
|
||||
title: 'Contact | Athens Mexican Cuisine',
|
||||
description: 'Get in touch with Athens Mexican Cuisine for reservations, catering, and inquiries.',
|
||||
openGraph: {
|
||||
"title": "Athens Mexican Cuisine",
|
||||
"description": "Experience authentic Mexican flavor in Athens, GA.",
|
||||
|
||||
Reference in New Issue
Block a user