Merge version_2 into main #3

Merged
bender merged 3 commits from version_2 into main 2026-04-08 04:10:29 +00:00
3 changed files with 48 additions and 9 deletions

View File

@@ -11,9 +11,22 @@ export default function AboutUsPage() {
{ 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="about" data-section="about">
<TextAbout
title="About Tim Scholl Plumbing"
useInvertedBackground={false}

View File

@@ -11,9 +11,22 @@ export default function LearnMorePage() {
{ 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="features" data-section="features">
<FeatureHoverPattern
title="Why Choose Us?"
description="Quality plumbing services that make a difference."

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."