Update src/app/contact/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -46,22 +46,16 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Call Us",
|
||||
description: "+1 (555) 123-4567 — Mon-Fri: 8am-6pm, Sat: 9am-2pm",
|
||||
icon: Phone,
|
||||
title: "Call Us", description: "+1 (555) 123-4567 — Mon-Fri: 8am-6pm, Sat: 9am-2pm", icon: Phone,
|
||||
},
|
||||
{
|
||||
title: "Visit Our Clinic",
|
||||
description: "123 Smile Avenue, Dental Plaza, City Center — Modern facility with comfortable waiting areas and advanced equipment.",
|
||||
icon: MapPin,
|
||||
title: "Visit Our Clinic", description: "123 Smile Avenue, Dental Plaza, City Center — Modern facility with comfortable waiting areas and advanced equipment.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Office Hours",
|
||||
description: "Monday-Friday: 8:00 AM - 6:00 PM | Saturday: 9:00 AM - 2:00 PM | Sunday & Holidays: Closed",
|
||||
icon: Clock,
|
||||
title: "Office Hours", description: "Monday-Friday: 8:00 AM - 6:00 PM | Saturday: 9:00 AM - 2:00 PM | Sunday & Holidays: Closed", icon: Clock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879186.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879186.jpg"
|
||||
imageAlt="SmileCare Dental Clinic receptionist greeting patients"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -76,7 +70,7 @@ export default function ContactPage() {
|
||||
{ text: "Schedule Now", href: "#" },
|
||||
{ text: "Email Us", href: "#" },
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,8 +79,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "General Dentistry", href: "#services" },
|
||||
{ label: "Dental Implants", href: "/treatments" },
|
||||
{ label: "Invisalign", href: "/treatments" },
|
||||
@@ -95,8 +88,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -105,8 +97,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user