From 143478d9d63d51bb5c4b6940f04a1c26554d1931 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 15:13:37 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 74 +++++++++++++++------------------------- 1 file changed, 27 insertions(+), 47 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b518b0f..42e4d98 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,17 +26,11 @@ export default function LandingPage() { alert('Live chat coming soon!')", - }, + text: "Chat Live", onClick: () => alert('Live chat coming soon!') + } ]} /> @@ -73,18 +65,15 @@ export default function LandingPage() { useInvertedBackground={false} title="About Dr. Dent" description={[ - "At Dr. Dent, we believe everyone deserves a radiant, confident smile. We are dedicated to providing innovative and effective teeth whitening solutions that are safe, easy to use, and deliver professional results from the comfort of your home.", - "Our mission is to combine cutting-edge dental science with user-friendly design, ensuring that achieving a brighter smile is accessible and hassle-free. We prioritize quality ingredients and rigorous testing to guarantee the best experience for our customers.", + "At Dr. Dent, we believe everyone deserves a radiant, confident smile. We are dedicated to providing innovative and effective teeth whitening solutions that are safe, easy to use, and deliver professional results from the comfort of your home.", "Our mission is to combine cutting-edge dental science with user-friendly design, ensuring that achieving a brighter smile is accessible and hassle-free. We prioritize quality ingredients and rigorous testing to guarantee the best experience for our customers." ]} buttons={[ { - text: "Our Story", - href: "#", + text: "Our Story", href: "#" }, { - text: "Our Values", - href: "#", - }, + text: "Our Values", href: "#" + } ]} showBorder={false} /> @@ -98,51 +87,42 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", + label: "Home", href: "/" }, { - label: "Products", - href: "/product", + label: "Products", href: "/product" }, { - label: "Features", - href: "#features", - }, - ], + label: "Features", href: "#features" + } + ] }, { items: [ { - label: "FAQ", - href: "#faq", + label: "FAQ", href: "#faq" }, { - label: "Reviews", - href: "/product#reviews", + label: "Reviews", href: "/product#reviews" }, { - label: "Contact Us", - href: "/contact", - }, - ], + label: "Contact Us", href: "/contact" + } + ] }, { items: [ { - label: "Privacy Policy", - href: "#", + label: "Privacy Policy", href: "#" }, { - label: "Terms of Service", - href: "#", + label: "Terms of Service", href: "#" }, { - label: "Refund Policy", - href: "#", - }, - ], - }, + label: "Refund Policy", href: "#" + } + ] + } ]} logoText="Brilliant Smiles Start Here." />