diff --git a/src/app/page.tsx b/src/app/page.tsx
index f382877..755dd1c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -43,7 +43,7 @@ export default function LandingPage() {
@@ -76,7 +76,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More", href: "#metrics" }
]}
- buttonAnimation="entrance-slide"
+ buttonAnimation="none"
useInvertedBackground={false}
/>
@@ -87,7 +87,7 @@ export default function LandingPage() {
description="Comprehensive selection of premium plastic materials for all your wholesale needs"
tag="Premium Quality"
tagIcon={CheckCircle}
- tagAnimation="entrance-slide"
+ tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
@@ -115,7 +115,7 @@ export default function LandingPage() {
description="Partnering with top companies across manufacturing, packaging, and retail sectors"
tag="Trusted Partners"
tagIcon={Shield}
- tagAnimation="entrance-slide"
+ tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
names={[
@@ -130,7 +130,7 @@ export default function LandingPage() {
@@ -150,7 +150,7 @@ export default function LandingPage() {
description="Find answers to common questions about our products and services"
tag="Help & Support"
tagIcon={HelpCircle}
- tagAnimation="entrance-slide"
+ tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
@@ -173,10 +173,10 @@ export default function LandingPage() {
id: "6", title: "What is your return and refund policy?", content: "We guarantee product quality. In case of any defects, damaged goods can be returned within 7 days for replacement or refund, with proper documentation."
}
]}
- faqsAnimation="entrance-slide"
+ faqsAnimation="none"
imageSrc="http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg"
imageAlt="Our state-of-the-art warehouse facility"
- mediaAnimation="entrance-slide"
+ mediaAnimation="none"
mediaPosition="left"
animationType="smooth"
/>
@@ -188,7 +188,7 @@ export default function LandingPage() {
description="Hear from satisfied businesses who trust Sahajanand Plastic for their wholesale needs"
tag="Customer Testimonials"
tagIcon={Star}
- tagAnimation="entrance-slide"
+ tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
@@ -225,7 +225,7 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346626.jpg"
imageAlt="Contact our team at Sahajanand Plastic"
- mediaAnimation="entrance-slide"
+ mediaAnimation="none"
mediaPosition="right"
buttonText="Request Quote"
/>
@@ -233,7 +233,7 @@ export default function LandingPage() {