Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-12 17:07:38 +00:00

View File

@@ -92,6 +92,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardClassName="transition-all duration-300 [&:nth-child(2)]:ring-2 [&:nth-child(2)]:ring-offset-2 [&:nth-child(2)]:ring-blue-500 [&:nth-child(2)]:shadow-lg [&:nth-child(2)]:scale-105 [&:nth-child(2)]:bg-gradient-to-br [&:nth-child(2)]:from-blue-50/50 [&:nth-child(2)]:to-transparent [&:nth-child(2)]:relative [&:nth-child(2)]:before:content-['Best_Value'] [&:nth-child(2)]:before:absolute [&:nth-child(2)]:before:top-0 [&:nth-child(2)]:before:right-0 [&:nth-child(2)]:before:bg-blue-500 [&:nth-child(2)]:before:text-white [&:nth-child(2)]:before:px-3 [&:nth-child(2)]:before:py-1 [&:nth-child(2)]:before:rounded-bl-lg [&:nth-child(2)]:before:text-xs [&:nth-child(2)]:before:font-bold"
buttons={[
{ text: "View All Products", href: "#" }
]}