4 Commits

Author SHA1 Message Date
0cbef9e629 Update src/app/page.tsx 2026-05-06 16:55:21 +00:00
81801a7cd5 Merge version_3 into main
Merge version_3 into main
2026-05-06 16:49:41 +00:00
09a567305a Merge version_3 into main
Merge version_3 into main
2026-05-06 16:49:31 +00:00
d18a2da08f Merge version_3 into main
Merge version_3 into main
2026-05-06 16:46:35 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
]} ]}
brandName="SmileCraft" brandName="SmileCraft"
button={{ button={{
text: "Book Appointment", href: "#appointment"}} text: "Book Appointment", href: "#contact"}}
/> />
</div> </div>
@@ -57,7 +57,7 @@ export default function LandingPage() {
description="Expert dental care designed for your comfort. From routine checkups to advanced cosmetic procedures, we bring out your brightest smile." description="Expert dental care designed for your comfort. From routine checkups to advanced cosmetic procedures, we bring out your brightest smile."
buttons={[ buttons={[
{ {
text: "Book Appointment", href: "#appointment"}, text: "Book Appointment", href: "#contact"},
{ {
text: "View Our Services", href: "#services"}, text: "View Our Services", href: "#services"},
]} ]}