Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Try Free for 14 Days", href: "https://editflow.example.com/download" },
|
||||
{ text: "Start Editing Free", 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={false}
|
||||
showMarqueeCard={true}
|
||||
/>
|
||||
</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="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-4-items"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user