Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-06 12:11:17 +00:00

View File

@@ -67,6 +67,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Powerful Features"
description="Everything you need to launch professional web projects at scale."
useInvertedBackground={false}
features={[
{ id: "f1", title: "Instant Deployment", descriptions: ["Go live in seconds with built-in hosting."] },
{ id: "f2", title: "Auto-UX Design", descriptions: ["Responsive layouts and accessibility built-in."] },
@@ -83,9 +84,9 @@ export default function LandingPage() {
title="Proven Results"
description="Our platform has accelerated project timelines for thousands of businesses."
metrics={[
{ id: "m1", title: "Time Saved", value: "95%", description: "Average reduction in development time." },
{ id: "m2", title: "Security Rate", value: "99.9%", description: "Industry-leading uptime and safety." },
{ id: "m3", title: "User Rating", value: "4.9/5", description: "Highly recommended by developers." },
{ id: "m1", value: "95%", description: "Average reduction in development time." },
{ id: "m2", value: "99.9%", description: "Industry-leading uptime and safety." },
{ id: "m3", value: "4.9/5", description: "Highly recommended by developers." },
]}
/>
</div>
@@ -97,6 +98,7 @@ export default function LandingPage() {
author="Sarah Miller, CTO at TechInnovate"
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
avatars={[{ src: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", alt: "Sarah" }]}
/>
</div>
@@ -119,6 +121,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Get Started Today"
description="Ready to build your next project? Reach out and we'll help you start your journey."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Email Address" },
@@ -134,6 +137,7 @@ export default function LandingPage() {
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
]}
bottomLeftText="© 2025 AutoSite. All rights reserved."
bottomRightText=""
/>
</div>
</ReactLenis>