diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5192bdc..22c44b5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -48,30 +48,33 @@ export default function LandingPage() {
description="Avehx delivers high-performance cleaning gels and detergents that are gentle on the environment and tough on dirt. Formulated for families who demand excellence without compromise."
tag="Vegad Industries"
tagIcon={Leaf}
- tagAnimation="entrance-slide"
+ tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfDsWe9Ilqsu8ZHUyVdf4qOL6b/uploaded-1772975005923-hbgo01jz.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfDsWe9Ilqsu8ZHUyVdf4qOL6b/uploaded-1772975005923-hbgo01jz.png"
imageAlt="Avehx Premium Cleaning Liquid"
imagePosition="right"
mediaAnimation="slide-up"
testimonials={[
{
name: "Emma Thompson", handle: "Sustainability Director, EcoHome", testimonial: "Avehx products transformed our household cleaning routine. Chemical-free, effective, and the bottles are 100% recyclable.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg"
+ },
{
name: "David Chen", handle: "Operations Manager, GreenCorp", testimonial: "We switched our entire office to Avehx. The results speak for themselves—spotless surfaces with zero chemical odor.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg?_wi=1"},
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg"
+ },
{
name: "Sarah Williams", handle: "Family & Wellness Blogger", testimonial: "As a parent, I trust Avehx. My kids can safely help with cleaning, and I know there are no harmful chemicals in our home.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg?_wi=1"},
+ imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg"
+ },
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "Shop Now", href: "products" },
{ text: "Learn More", href: "about" },
]}
- buttonAnimation="entrance-slide"
+ buttonAnimation="slide-up"
/>
@@ -79,27 +82,27 @@ export default function LandingPage() {