From 194f55c5cde67dbb2762df3ad3da3258dc598e22 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:24:30 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 70 +++++++++++----------------------------- 1 file changed, 19 insertions(+), 51 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 70a14b5..c4b6fbd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,6 +6,7 @@ import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTe import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; +import { Phone } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -18,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Haircuts", href: "/services" }, { label: "Skin Fades", href: "/services" }, { label: "Beard Trims", href: "/services" }, @@ -27,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }, @@ -36,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "TikTok", href: "https://tiktok.com" }, @@ -73,34 +71,22 @@ export default function ContactPage() { title="Ready to Book Your Cut?" description="Get in touch with OzoelKutz to schedule your appointment. Whether you're looking for a fresh fade, sharp lineup, or complete grooming, we're here to deliver excellence. Contact us today and experience precision barbering at its finest." tag="Get Started" - tagIcon="Phone" + tagIcon={Phone} background={{ variant: "glowing-orb" }} mediaAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-african-american-man-visiting-barbershop_1157-47691.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-african-american-man-visiting-barbershop_1157-47691.jpg" imageAlt="Barbershop consultation at OzoelKutz" testimonials={[ { - name: "Quick Response", - handle: "Booking Support", - testimonial: "We respond to all booking requests within 2 hours during business hours. Your satisfaction is our priority.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-taking-selfie-outside-medium-shot_23-2149556978.jpg?_wi=2", - }, + name: "Quick Response", handle: "Booking Support", testimonial: "We respond to all booking requests within 2 hours during business hours. Your satisfaction is our priority.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-taking-selfie-outside-medium-shot_23-2149556978.jpg"}, { - name: "Flexible Schedule", - handle: "Service Hours", - testimonial: "Open Tuesday-Sunday with extended evening hours. Appointments available as early as 10 AM.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-portrait_23-2149154642.jpg?_wi=2", - }, + name: "Flexible Schedule", handle: "Service Hours", testimonial: "Open Tuesday-Sunday with extended evening hours. Appointments available as early as 10 AM.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-portrait_23-2149154642.jpg"}, { - name: "Walk-Ins Welcome", - handle: "No Appointment Needed", - testimonial: "Walk-ins always welcome when barbers are available. First-come, first-served basis during peak hours.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-sticking-out-tongue_23-2150171193.jpg?_wi=2", - }, + name: "Walk-Ins Welcome", handle: "No Appointment Needed", testimonial: "Walk-ins always welcome when barbers are available. First-come, first-served basis during peak hours.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-sticking-out-tongue_23-2150171193.jpg"}, ]} buttons={[ { text: "Call Us: (555) 123-4567", href: "tel:5551234567" }, @@ -114,37 +100,19 @@ export default function ContactPage() {