diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b3fe09..ac4c2be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function HomePage() { description="The world's most complete automotive database. Search, compare, and discover vehicles from 1886 to today across every brand, model, generation, and variant." tag="Automotive Encyclopedia" tagIcon={Car} - tagAnimation="entrance-slide" - background={{ variant: "aurora" }} + tagAnimation="slide-up" + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEFWytZ9QS584IizrKmiAvruy/a-modern-sleek-automotive-database-inter-1772823292340-23f02fb5.png" imageAlt="AutoArchive Database Interface" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" imagePosition="right" testimonials={[ { @@ -100,7 +100,7 @@ export default function HomePage() { { text: "Start Searching", href: "/search" }, { text: "Browse Database", href: "/browse" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -110,7 +110,7 @@ export default function HomePage() { title="Trusted by Automotive Enthusiasts Worldwide" description="Access the largest collection of verified automotive data featuring every major manufacturer and brand" tag="Featured Brands" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} names={[ @@ -125,7 +125,7 @@ export default function HomePage() { title="Featured Legendary Vehicles" description="Iconic cars that shaped automotive history" tag="Heritage Collection" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -156,7 +156,7 @@ export default function HomePage() { title="Browse by Era" description="Explore vehicles organized by historical decade with complete production timelines" tag="Timeline Explorer" - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="depth-3d" textboxLayout="default" useInvertedBackground={false} @@ -218,7 +218,7 @@ export default function HomePage() { title="Legendary Automotive Stories" description="Discover the history, engineering, and cultural impact of the world's most iconic vehicles" tag="Automotive Heritage" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -253,7 +253,7 @@ export default function HomePage() { title="AutoArchive by the Numbers" description="The world's most comprehensive automotive database at your fingertips" tag="Database Statistics" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="scale-rotate" @@ -286,7 +286,7 @@ export default function HomePage() { { text: "Explore Database", href: "/search" }, { text: "View API Docs", href: "/api-docs" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -295,11 +295,11 @@ export default function HomePage() { title="Frequently Asked Questions" description="Find answers to common questions about AutoArchive and our automotive database" tag="Help & Support" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - mediaAnimation="entrance-slide" - faqsAnimation="entrance-slide" + mediaAnimation="slide-up" + faqsAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEFWytZ9QS584IizrKmiAvruy/modern-customer-support-and-help-resourc-1772823291668-afcab7fc.png" imageAlt="AutoArchive Support Resources" mediaPosition="left" @@ -330,15 +330,15 @@ export default function HomePage() {