diff --git a/src/app/page.tsx b/src/app/page.tsx index 61a194a..7eb607b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -48,18 +48,18 @@ export default function LandingPage() { @@ -174,7 +174,7 @@ export default function LandingPage() { description="Real insights from regional managers using the dashboard daily" tag="Success Stories" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="none" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -207,15 +207,15 @@ export default function LandingPage() { description="Get answers about the BI & Review Management Dashboard" tag="Support" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="none" buttons={[ { text: "Contact Support", href: "#" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="none" textboxLayout="default" useInvertedBackground={true} animationType="smooth" - faqsAnimation="entrance-slide" + faqsAnimation="none" faqs={[ { id: "1", title: "How does the sentiment analysis categorize reviews?", content: "Our AI-powered sentiment analysis engine automatically parses customer reviews and categorizes them as 'Critical' (containing specific complaints like starchiness, poor saucing, or technical issues) or 'Positive' (highlighting praise like fresh ingredients or service quality). Tags are applied instantly for real-time insights."