From 75ca61e3e61349f4e6a8a2ac37f9ab22ec67d3fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:33:23 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ae05497..bc870d7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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() {