diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx
index 503d5e6..2f888cb 100644
--- a/src/app/products/page.tsx
+++ b/src/app/products/page.tsx
@@ -12,7 +12,7 @@ export default function ProductsPage() {
return (
@@ -47,24 +45,18 @@ export default function ProductsPage() {
features={[
{
icon: Zap,
- title: "Real-Time Aggregation",
- description: "Lightning-fast global news collection powered by advanced AI algorithms",
- },
+ title: "Real-Time Aggregation", description: "Lightning-fast global news collection powered by advanced AI algorithms"},
{
icon: Shield,
- title: "Source Verification",
- description: "AI-powered fact-checking and source authentication for complete trust",
- },
+ title: "Source Verification", description: "AI-powered fact-checking and source authentication for complete trust"},
{
icon: Globe,
- title: "Region-Based Filtering",
- description: "Intelligent news categorization by geography and relevance",
- },
+ title: "Region-Based Filtering", description: "Intelligent news categorization by geography and relevance"},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
- tagAnimation="reveal-blur"
+ tagAnimation="entrance-slide"
/>
@@ -76,24 +68,18 @@ export default function ProductsPage() {
features={[
{
icon: Pencil,
- title: "AI Content Generator",
- description: "Short-form and long-form content creation powered by advanced AI",
- },
+ title: "AI Content Generator", description: "Short-form and long-form content creation powered by advanced AI"},
{
icon: Palette,
- title: "Brand Identity Suggestions",
- description: "AI-powered brand personality and visual direction recommendations",
- },
+ title: "Brand Identity Suggestions", description: "AI-powered brand personality and visual direction recommendations"},
{
icon: Share2,
- title: "Social Media Studio",
- description: "Generate platform-optimized captions, scripts, and visual content",
- },
+ title: "Social Media Studio", description: "Generate platform-optimized captions, scripts, and visual content"},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
- tagAnimation="reveal-blur"
+ tagAnimation="entrance-slide"
/>
@@ -104,34 +90,16 @@ export default function ProductsPage() {
description="Select the perfect solution for your organization's needs. Both products can be used individually or together as the unified Vorael.ai ecosystem."
metrics={[
{
- id: "1",
- value: "News Intelligence",
- title: "Global News Aggregation",
- description: "Real-time verified news with AI summarization",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af0Wy6eT5Se1loy5N4NGatqlCc/a-split-screen-visualization-showing-two-1772968426727-98a09f8c.png?_wi=2",
- imageAlt: "AI News Intelligence Product",
- },
+ id: "1", value: "News Intelligence", title: "Global News Aggregation", description: "Real-time verified news with AI summarization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af0Wy6eT5Se1loy5N4NGatqlCc/a-split-screen-visualization-showing-two-1772968426727-98a09f8c.png", imageAlt: "AI News Intelligence Product"},
{
- id: "2",
- value: "Content Engine",
- title: "Brand & Content Creation",
- description: "AI-powered studio for complete creative workflow",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af0Wy6eT5Se1loy5N4NGatqlCc/a-futuristic-ai-ecosystem-interface-dash-1772968425638-b3a29f82.png?_wi=2",
- imageAlt: "AI Content Brand Engine Product",
- },
+ id: "2", value: "Content Engine", title: "Brand & Content Creation", description: "AI-powered studio for complete creative workflow", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af0Wy6eT5Se1loy5N4NGatqlCc/a-futuristic-ai-ecosystem-interface-dash-1772968425638-b3a29f82.png", imageAlt: "AI Content Brand Engine Product"},
{
- id: "3",
- value: "Both Combined",
- title: "Unified Ecosystem",
- description: "Master platform combining intelligence and creativity",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af0Wy6eT5Se1loy5N4NGatqlCc/a-comprehensive-view-of-the-vorael-ai-in-1772968426409-087a1140.png?_wi=2",
- imageAlt: "Vorael.ai Complete Ecosystem",
- },
+ id: "3", value: "Both Combined", title: "Unified Ecosystem", description: "Master platform combining intelligence and creativity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af0Wy6eT5Se1loy5N4NGatqlCc/a-comprehensive-view-of-the-vorael-ai-in-1772968426409-087a1140.png", imageAlt: "Vorael.ai Complete Ecosystem"},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
- tagAnimation="reveal-blur"
+ tagAnimation="entrance-slide"
/>
@@ -141,12 +109,11 @@ export default function ProductsPage() {
title="Start Your Trial Today"
description="Access both AI News Intelligence and Content Brand Engine risk-free. No credit card required. Discover which tool transforms your workflow first."
tagIcon={Sparkles}
- tagAnimation="reveal-blur"
+ tagAnimation="entrance-slide"
background={{
- variant: "sparkles-gradient",
- }}
+ variant: "sparkles-gradient"}}
useInvertedBackground={false}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af0Wy6eT5Se1loy5N4NGatqlCc/a-comprehensive-view-of-the-vorael-ai-in-1772968426409-087a1140.png?_wi=3"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af0Wy6eT5Se1loy5N4NGatqlCc/a-comprehensive-view-of-the-vorael-ai-in-1772968426409-087a1140.png"
imageAlt="Vorael.ai Trial Interface"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -160,13 +127,9 @@ export default function ProductsPage() {