Update src/app/contact/page.tsx
This commit is contained in:
@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Phone } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ContactPage() {
|
||||
@@ -43,13 +44,12 @@ export default function ContactPage() {
|
||||
tag="Get In Touch"
|
||||
title="Order Online or Reserve Your Table"
|
||||
description="Quick contact form for reservations, inquiries, or special orders. Call us directly for immediate orders."
|
||||
tagIcon="Phone"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg"
|
||||
imageAlt="pizza restaurant interior dining ambiance warm lighting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -66,13 +66,9 @@ export default function ContactPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="TARANOVAS"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user