Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-10 07:41:44 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Calendar, Clock, Shield, TrendingUp, Minus, Plus } from "lucide-react";
import { Calendar, Clock, Shield, TrendingUp } from "lucide-react";
export default function LandingPage() {
return (
@@ -77,6 +77,7 @@ export default function LandingPage() {
<FeatureCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{ items: ["Manual Billing Leaks", "Compliance Busywork", "Document Chaos", "Partner Overload"] }}
positiveCard={{ items: ["Automated Revenue Capture", "Institutional Grade AI", "Seamless Integration", "Real-time Metrics"] }}
title="The SNIP Advantage"
@@ -104,6 +105,7 @@ export default function LandingPage() {
<TestimonialCardTwo
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Managing Partner", role: "45-attorney litigation firm", testimonial: "We recovered 14 billable hours per partner per month in the first quarter.", imageSrc: "http://img.b2bpic.net/free-vector/dark-paper-layers-background-with-golden-details_23-2148399452.jpg"},
{ id: "t2", name: "COO", role: "Regional Accounting Firm", testimonial: "Compliance prep that took 3 days now takes 4 hours.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149158565.jpg"},
@@ -119,6 +121,7 @@ export default function LandingPage() {
useInvertedBackground={true}
names={["ABA Standard", "AICPA Verified", "SOC 2 Type II"]}
title="Industry Recognized Standards"
description="We adhere to the highest industry benchmarks."
/>
</div>
@@ -133,6 +136,7 @@ export default function LandingPage() {
{ id: "q4", title: "Is data secure?", content: "All processing is SOC 2 Type II certified. We sign BAAs." },
]}
faqsAnimation="slide-up"
useInvertedBackground={false}
className="border-t border-b py-12"
sideTitleClassName="font-bold font-space-grotesk"
accordionIconContainerClassName="p-2 bg-accent/10 rounded-full"