Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-04 07:00:52 +00:00

View File

@@ -52,8 +52,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="Pioneering Lie Generation Technology"
description="We have redefined the market for lie generation machines. By integrating advanced hydraulic pump systems, we ensure that our equipment is both highly accurate and incredibly durable."
tag="Our Mission"
useInvertedBackground={false}
/>
</div>
@@ -64,6 +63,7 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="bento-grid"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "1", name: "Precision Lie Generator X1", price: "$4,999", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-parts-factory_1234-5678.jpg" },
{ id: "2", name: "Hydraulic Pump Systems (Heavy Duty)", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/pump-system-industrial_9876-5432.jpg" },
@@ -74,8 +74,10 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwelve
title="Why Choose Us"
description="Unmatched precision and industrial-grade durability."
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "f1", label: "Accuracy", title: "Unmatched Precision", items: ["99.9% Sensor Calibration", "Instant Response Time"] },
{ id: "f2", label: "Durability", title: "Industrial Grade Pumps", items: ["Corrosion Resistant", "High Pressure Tolerance"] },
@@ -90,6 +92,7 @@ export default function LandingPage() {
author="Director of Compliance, TechGlobal"
ratingAnimation="slide-up"
avatarsAnimation="opacity"
useInvertedBackground={false}
avatars={[{ src: "http://img.b2bpic.net/free-photo/profile-man.jpg", alt: "Director" }]}
/>
</div>
@@ -97,12 +100,14 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
title="Questions about our technology?"
description="Answers to frequently asked questions about our equipment."
faqs={[
{ id: "1", title: "Is the lie generator calibrated?", content: "Yes, all units come pre-calibrated for maximum accuracy." },
{ id: "2", title: "What is the lifespan of your pumps?", content: "Our industrial pumps are designed to operate for 10,000+ hours under load." },
]}
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -110,6 +115,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Contact our Sales Department"
description="Interested in a quote for a generator or pump system? Our team is standing by to help."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" },