Merge version_1 into main #1
@@ -18,11 +18,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="circleGradient"
|
||||
background="aurora"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -50,12 +50,12 @@ export default function LandingPage() {
|
||||
{ text: "Start Writing Free", href: "#contact" },
|
||||
{ text: "Explore Workflow", href: "#workflow" },
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQVkAUPkz5bl0qyGo5VOQ09vJX/a-serene-modern-ai-powered-writing-studi-1772525282097-596f0e9a.png"
|
||||
imageAlt="AI Writing Studio Dashboard"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="reveal-blur"
|
||||
buttonAnimation="reveal-blur"
|
||||
mediaAnimation="opacity"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,8 +72,8 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQVkAUPkz5bl0qyGo5VOQ09vJX/abstract-illustration-of-ai-mentor-figur-1772525282621-e687b6ed.png"
|
||||
imageAlt="AI Writing Partners"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="reveal-blur"
|
||||
metricsAnimation="reveal-blur"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
{ icon: Palette, title: "Marketing Suite", description: "Cover concepts, chapter visuals, book trailers, ad copy, and social media content generation." },
|
||||
{ icon: BarChart3, title: "Audience Testing", description: "Simulated readers provide feedback, engagement signals, and clear revision priorities before launch." },
|
||||
]}
|
||||
animationType="reveal-blur"
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
{ id: "3", value: "Audiobook Studio", description: "Turn text into performance. Prepare narration with voice casting, pacing controls, and pronunciation tuning." },
|
||||
{ id: "4", value: "Marketing Studio", description: "Launch with better assets. Generate campaign-ready creative direction rooted in your story themes." },
|
||||
]}
|
||||
metricsAnimation="reveal-blur"
|
||||
metricsAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
{ id: "6", name: "Elizabeth Gilbert (Creativity & Memoir)" },
|
||||
]}
|
||||
memberVariant="default"
|
||||
membersAnimation="reveal-blur"
|
||||
membersAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,8 +141,8 @@ export default function LandingPage() {
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQVkAUPkz5bl0qyGo5VOQ09vJX/professional-headshot-of-a-female-sci-fi-1772525281936-2d7fbb6d.png", alt: "Author 5" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQVkAUPkz5bl0qyGo5VOQ09vJX/professional-headshot-of-a-male-romantic-1772525282201-e533f27d.png", alt: "Author 6" },
|
||||
]}
|
||||
ratingAnimation="reveal-blur"
|
||||
avatarsAnimation="reveal-blur"
|
||||
ratingAnimation="opacity"
|
||||
avatarsAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
||||
{ id: "3", value: "2,000+", description: "Professional audiobooks created through our Audiobook Studio with AI-assisted narration and casting." },
|
||||
{ id: "4", value: "98%", description: "Writer satisfaction rate. Authors report feeling more confident, creative, and supported in their writing journey." },
|
||||
]}
|
||||
metricsAnimation="reveal-blur"
|
||||
metricsAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
features: ["2,000 credits/month", "Everything in Author", "Unlimited projects", "Bulk operations", "API access", "Custom AI training", "Dedicated support"],
|
||||
},
|
||||
]}
|
||||
animationType="reveal-blur"
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -204,7 +204,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="reveal-blur"
|
||||
faqsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user