Update src/app/schedule-service/page.tsx

This commit is contained in:
2026-04-08 04:10:26 +00:00
parent 67db9e1803
commit 4dc8e062d7

View File

@@ -11,9 +11,22 @@ export default function ScheduleServicePage() {
{ name: "Learn More", id: "/learn-more" },
];
return (
<ThemeProvider>
<NavbarStyleCentered navItems={navItems} brandName="Tim Scholl Plumbing" />
<div style={{ paddingTop: "100px" }}>
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered navItems={navItems} brandName="Tim Scholl Plumbing" />
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Schedule Your Service"
description="Tell us about your plumbing needs and we will get back to you."