Merge version_2 into main #3
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
buttons: [{ text: "Explore", href: "contact" }]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Beginner", badgeIcon: Zap,
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Thompson", role: "Designer, NYC", testimonial: "I lost 15 pounds and gained so much confidence. The trainers truly care about your progress.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Sarah Thompson"
|
||||
@@ -247,4 +247,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user