Update src/app/schedule-service/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user