Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-30 15:13:40 +00:00

View File

@@ -26,17 +26,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Products",
id: "/product",
},
name: "Products", id: "/product"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/dental-oral-tooth-care-logo-sign-template_1017-42487.jpg"
logoAlt="Dr. Dent Logo"
@@ -50,20 +44,18 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
variant: "plain"
}}
tag="Contact Us"
title="How Can We Help You Today?"
description="Whether you have questions about our products, need support, or just want to say hello, we're here for you."
buttons={[
{
text: "Email Support",
href: "mailto:support@drdent.com",
text: "Email Support", href: "mailto:support@drdent.com"
},
{
text: "Chat Live",
onClick: "() => alert('Live chat coming soon!')",
},
text: "Chat Live", onClick: () => alert('Live chat coming soon!')
}
]}
/>
</div>
@@ -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."
/>