diff --git a/src/app/page.tsx b/src/app/page.tsx index 274f5a1..1b5547b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} tag="Services" - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -79,7 +79,7 @@ export default function LandingPage() { title="Featured Work" description="Explore our portfolio of premium creative campaigns showcasing the quality and versatility of our AI-powered production." tag="Portfolio" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -100,11 +100,11 @@ export default function LandingPage() { title="How It Works" description="Our streamlined process makes collaboration easy and efficient. Get premium visuals delivered fast." tag="Process" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" metrics={[ { id: '1', value: 'Brief', description: 'Send your product, campaign idea, or menu items' }, { id: '2', value: 'Create', description: 'Multiple creative visual concepts generated and refined' }, @@ -117,7 +117,7 @@ export default function LandingPage() { @@ -196,7 +196,7 @@ export default function LandingPage() {