Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f0ec4965d7 | |||
| 0cc6b67a4d | |||
| 85d8a5d6c3 |
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
|||||||
buttons: [{ text: "Explore", href: "contact" }]
|
buttons: [{ text: "Explore", href: "contact" }]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="scale-rotate"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
animationType="slide-up"
|
animationType="scale-rotate"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", badge: "Beginner", badgeIcon: Zap,
|
id: "starter", badge: "Beginner", badgeIcon: Zap,
|
||||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="depth-3d"
|
||||||
testimonials={[
|
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"
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user