Merge version_2 into main #2
@@ -1420,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user