Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-04-04 15:34:05 +00:00

View File

@@ -28,7 +28,10 @@ export default function Page() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline navItems={navItems} />
<NavbarLayoutFloatingInline
navItems={navItems}
button={{ text: "Contact Us" }}
/>
</div>
<div id="hero" data-section="hero">
@@ -49,6 +52,7 @@ export default function Page() {
icon={Shield}
imageSrc="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -58,6 +62,7 @@ export default function Page() {
description="Choose the plan that fits your needs best."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "basic", price: "$29", name: "Basic", buttons: [{ text: "Get Started" }], features: ["Feature 1", "Feature 2"] },
{ id: "pro", price: "$99", name: "Pro", buttons: [{ text: "Get Started" }], features: ["Feature 1", "Feature 2", "Feature 3"] }
@@ -72,6 +77,7 @@ export default function Page() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Product 1", price: "$10", imageSrc: "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?q=80&w=2070&auto=format&fit=crop" },
{ id: "p2", name: "Product 2", price: "$20", imageSrc: "https://images.unsplash.com/photo-1523275335684-37898b6baf30?q=80&w=1999&auto=format&fit=crop" },
@@ -85,6 +91,7 @@ export default function Page() {
cardTitle="What People Say"
cardTag="Testimonials"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "John Doe", imageSrc: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=2000&auto=format&fit=crop" },
{ id: "t2", name: "Jane Smith", imageSrc: "https://images.unsplash.com/photo-1527980965255-d3b416303d12?q=80&w=2000&auto=format&fit=crop" }
@@ -98,6 +105,7 @@ export default function Page() {
tag="Team"
membersAnimation="slide-up"
memberVariant="card"
useInvertedBackground={false}
members={[
{ id: "m1", name: "Alice", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=2070&auto=format&fit=crop" },
{ id: "m2", name: "Bob", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=2076&auto=format&fit=crop" }