Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-03 14:20:44 +00:00

View File

@@ -53,6 +53,7 @@ export default function LandingPage() {
<TextSplitAbout
title="Redefining Pet Care"
description={["At PawsTech, we blend cutting-edge technology with high-quality materials to provide the ultimate comfort for your dog.", "Our mission is to improve the quality of life for pets everywhere through thoughtful innovation."]}
useInvertedBackground={false}
/>
</div>
@@ -64,6 +65,7 @@ export default function LandingPage() {
description="See why owners and their dogs love our premium tech collection."
testimonials={[{ id: "1", name: "Alice M.", handle: "@alicem", testimonial: "My dog loves the new warm bed! Truly a premium build.", rating: 5 }]}
showRating={true}
useInvertedBackground={false}
/>
</div>
@@ -93,6 +95,7 @@ export default function LandingPage() {
buttons: [{ text: "Go Premium" }]
}
]}
useInvertedBackground={false}
/>
</div>
@@ -102,6 +105,8 @@ export default function LandingPage() {
title="Meet the Experts"
description="Our passionate team of animal behaviorists and engineers."
team={[{ id: "t1", name: "Sarah Chen", role: "Lead Engineer" }]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>