Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 07:22:29 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Your AI-Powered Marketing Assistant"
description="Generate professional marketing content, respond to customers, and grow your online presence effortlessly. BrandPilot AI transforms marketing from a burden into a superpower for small businesses."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "10x", label: "Faster Content Creation" },
{ value: "99%", label: "Accuracy Rate" },
@@ -60,7 +60,7 @@ export default function LandingPage() {
{ text: "Watch Demo", href: "#" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-modern-clean-ai-dashboard-interface-sh-1772781622519-fd9b9fe3.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-modern-clean-ai-dashboard-interface-sh-1772781622519-fd9b9fe3.png"
imageAlt="BrandPilot AI Dashboard"
mediaAnimation="slide-up"
imagePosition="right"
@@ -79,11 +79,11 @@ export default function LandingPage() {
{
id: "01", title: "AI Content Generator", description: "Generate professional social media posts for Instagram, Facebook, and TikTok with captions and hashtags in seconds", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-sleek-interface-showcasing-ai-content--1772781621823-f4faf535.png", imageAlt: "AI Content Generation"},
{
id: "02", title: "Marketing Ideas Engine", description: "Get creative marketing ideas and campaign suggestions tailored to your specific business type", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-business-insights-dashboard-with-purpl-1772781622456-b7aeb1b7.png?_wi=1", imageAlt: "Marketing Insights"},
id: "02", title: "Marketing Ideas Engine", description: "Get creative marketing ideas and campaign suggestions tailored to your specific business type", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-business-insights-dashboard-with-purpl-1772781622456-b7aeb1b7.png", imageAlt: "Marketing Insights"},
{
id: "03", title: "Customer Reply Assistant", description: "Generate professional responses for customer questions about pricing, delivery, and product availability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-customer-service-ai-interface-showing--1772781621574-e1ada04b.png", imageAlt: "Customer Service AI"},
{
id: "04", title: "Smart Business Insights", description: "Receive actionable tips and suggestions to improve your marketing performance and online engagement", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-business-insights-dashboard-with-purpl-1772781622456-b7aeb1b7.png?_wi=2", imageAlt: "Business Analytics"},
id: "04", title: "Smart Business Insights", description: "Receive actionable tips and suggestions to improve your marketing performance and online engagement", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-business-insights-dashboard-with-purpl-1772781622456-b7aeb1b7.png", imageAlt: "Business Analytics"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -103,7 +103,7 @@ export default function LandingPage() {
description="Sarah Chen"
subdescription="Founder & CEO, BrandPilot AI"
icon={Rocket}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-modern-clean-ai-dashboard-interface-sh-1772781622519-fd9b9fe3.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYttU8Tv7mr8jiwARzm8FLP2Z9/a-modern-clean-ai-dashboard-interface-sh-1772781622519-fd9b9fe3.png"
imageAlt="BrandPilot AI Platform"
mediaAnimation="slide-up"
useInvertedBackground={false}