diff --git a/src/app/page.tsx b/src/app/page.tsx index a90b69f..2b4e1ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1349,6 +1349,97 @@ function Pricing() { ) } +const HighlightedText = ({ children, type }: { children: React.ReactNode, type: 'added' | 'removed' }) => { + const baseStyle = "px-1 rounded font-medium"; + const colorStyle = type === 'removed' ? "bg-red-100 text-red-800" : "bg-green-100 text-green-800"; + return {children}; +}; + +const EmailComparison = () => ( +
+ Hello,
+ Your one-time code is
+ Please call us at
+ Your account balance is
+
+ Hello,
+ Your one-time code is
+ Please call us at
+ Your account balance is
+
+ At Blinkfeed, we've built privacy into every aspect of our product. Your data security is not just a feature—it's our core principle. +
++ For our Enterprise customers, we offer an enhanced privacy solution with on-premises AI processing. + This ensures that your sensitive data never leaves your secure environment. Focus on what matters most, and let Blinkfeed take care of the rest. +
+