Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 18:25:32 +00:00

View File

@@ -65,6 +65,7 @@ export default function LandingPage() {
{ text: "Explore Our Products", href: "#products" },
{ text: "Visit Us", href: "#contact" }
]}
buttonAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-living-countryside_23-2150642378.jpg", alt: "Community member 1" },
{ src: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg", alt: "Community member 2" },
@@ -101,6 +102,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttonAnimation="slide-up"
/>
</div>
<div id="products" data-section="products">
@@ -120,6 +122,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
@@ -175,6 +178,7 @@ export default function LandingPage() {
{ text: "Email Us", href: "mailto:bloomingdaisyhomestead@gmail.com" },
{ text: "Get Directions", href: "https://www.google.com/maps/search/971+Marian+Lane+Spring+Hope+North+Carolina" }
]}
buttonAnimation="slide-up"
background={{
variant: "plain"
}}