diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3edbed7..6e748f2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ca145e..da7954f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -220,4 +222,4 @@ export default function KolphaRxLanding() { ); -} +} \ No newline at end of file