Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 17:12:07 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Shield, Clock, Users, CheckCircle, TrendingUp } from 'lucide-react';
import { Shield, Clock, Users, CheckCircle, TrendingUp, CheckBadge } from 'lucide-react';
export default function KolphaRxLanding() {
return (
@@ -57,6 +57,8 @@ export default function KolphaRxLanding() {
{ text: "Get OTP", href: "#dashboard" },
{ text: "Learn More", href: "#tracking" }
]}
buttonTextClassName="flex items-center gap-2"
buttonClassName="flex items-center justify-center gap-2 relative"
/>
</div>
@@ -220,4 +222,4 @@ export default function KolphaRxLanding() {
</div>
</ThemeProvider>
);
}
}