Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 57c082428d | |||
| a74851c70e | |||
| 95c214e5c5 | |||
| 80f7ec4699 | |||
| 3ff19f6af5 | |||
| 7de5037e0b | |||
| 26ac029098 | |||
| 1d51edece5 | |||
| 1bbe1f9b7f | |||
| a2b59e39ef | |||
| 606ed5f6ff | |||
| 4b84735afb | |||
| 6f00c2faa7 | |||
| 9e56d3e2a1 | |||
| 839693cc42 | |||
| fd52ac0cb8 | |||
| 486742ccce |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Start Editing Free", href: "https://editflow.example.com/download" },
|
||||
{ text: "Try Free for 14 Days", href: "https://editflow.example.com/download" },
|
||||
{ text: "Watch Demo", href: "#features" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
{ type: "text", text: "Advanced Audio Tools" },
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
showMarqueeCard={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,10 +95,10 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "audio", title: "Advanced Audio Editing", description: "Professional audio mixing, EQ, and effects. Synchronize multiple audio tracks, adjust levels, and add spatial audio for immersive content.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQoqRc5UjHqgr4bZ9Mv03rN5Xg/visual-effects-panel-with-colorful-filte-1772534456859-4be1d4de.png", imageAlt: "Audio editing tools"},
|
||||
]}
|
||||
gridVariant="uniform-4-items"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user