Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-30 13:10:35 +00:00

View File

@@ -59,6 +59,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Meet Our Team"
description="The experts driving our excellence."
members={[{ name: "Karim", role: "Founder", imageSrc: "", imageAlt: "Karim" }, { name: "Nadine", role: "Manager", imageSrc: "", imageAlt: "Nadine" }]}
/>
</div>
@@ -71,6 +72,7 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Find answers to common inquiries."
faqsAnimation="blur-reveal"
faqs={[{ id: "1", title: "Question", content: "Answer" }, { id: "2", title: "Question", content: "Answer" }]}
/>
</div>
@@ -81,12 +83,13 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Service Packages"
description="Choose the maintenance plan that fits you."
plans={[{ id: "1", title: "Basic", price: "$99", features: ["Service 1"], button: { text: "Buy" } }, { id: "2", title: "Pro", price: "$199", features: ["Service 1", "Service 2"], button: { text: "Buy" } }]}
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="default"
layout="section"
title="Legal"
/>
</div>