diff --git a/src/app/page.tsx b/src/app/page.tsx index 96f50fb..7bc2162 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Technology and essentials, reimagined for the way we live today." tag="Welcome to MIRA" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[ { text: "Explore", href: "#products" }, { text: "Shop Now", href: "#featured" } @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Design Excellence", handle: "Premium Crafted", testimonial: "Every detail matters. We obsess over precision, materials, and the experience.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEyQlJLblyL8gtP7SYg6uWzDLQ/professional-headshot-of-sophisticated-u-1774068582550-c0c9519a.png?_wi=1", imageAlt: "Professional headshot of sophisticated user/customer for testimonial section. Minimalist dark backgr" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEyQlJLblyL8gtP7SYg6uWzDLQ/professional-headshot-of-sophisticated-u-1774068582550-c0c9519a.png", imageAlt: "Professional headshot of sophisticated user/customer for testimonial section. Minimalist dark backgr" }, { name: "Innovation Forward", handle: "Future Focused", testimonial: "Pushing boundaries of what technology can be. Elegant. Powerful. Seamless.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEyQlJLblyL8gtP7SYg6uWzDLQ/professional-headshot-of-sophisticated-u-1774068583046-ad5f7be4.png?_wi=1", imageAlt: "Professional headshot of sophisticated user/customer with warm, approachable expression. Minimalist " + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEyQlJLblyL8gtP7SYg6uWzDLQ/professional-headshot-of-sophisticated-u-1774068583046-ad5f7be4.png", imageAlt: "Professional headshot of sophisticated user/customer with warm, approachable expression. Minimalist " }, { name: "Connected Living", handle: "Ecosystem", testimonial: "Your devices work as one. A symphony of intelligence that anticipates your needs.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEyQlJLblyL8gtP7SYg6uWzDLQ/professional-headshot-of-confident-user--1774068584137-efede881.png?_wi=1", imageAlt: "Professional headshot of confident user/influencer for premium tech brand. Minimalist composition, s" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEyQlJLblyL8gtP7SYg6uWzDLQ/professional-headshot-of-confident-user--1774068584137-efede881.png", imageAlt: "Professional headshot of confident user/influencer for premium tech brand. Minimalist composition, s" } ]} testimonialRotationInterval={5000} @@ -81,7 +81,7 @@ export default function LandingPage() { description="Each MIRA product represents years of research, precision engineering, and relentless refinement." tag="Featured Collection" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[{ text: "View All Products", href: "#ecosystem" }]} buttonAnimation="slide-up" products={[ @@ -109,7 +109,7 @@ export default function LandingPage() {