4 Commits

Author SHA1 Message Date
91c72c49b8 Update src/app/page.tsx 2026-04-02 23:57:31 +00:00
f1496a68ef Merge version_3 into main
Merge version_3 into main
2026-04-02 23:56:29 +00:00
fe0a94df54 Update src/app/page.tsx 2026-04-02 23:56:26 +00:00
a30aeabcab Merge version_2 into main
Merge version_2 into main
2026-04-02 23:55:18 +00:00

View File

@@ -44,6 +44,7 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
tag="Expert Canine Behavior & Obedience Training"
background={{ background={{
variant: "glowing-orb"}} variant: "glowing-orb"}}
title="Your dog isn't the problem—the lack of structure is." title="Your dog isn't the problem—the lack of structure is."
@@ -197,6 +198,10 @@ export default function LandingPage() {
]} ]}
title="Common Questions" title="Common Questions"
description="Answers to the most frequent hurdles dog owners face." description="Answers to the most frequent hurdles dog owners face."
buttons={[
{
text: "Book Initial Evaluation", href: "#contact"},
]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>