Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-11 01:32:04 +00:00

View File

@@ -44,11 +44,8 @@ export default function LandingPage() {
tag="Cloud-Ready"
tagIcon={Cloud}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmKElUNYNWcbZX1SYs8zhS1TzT/a-modern-filemaker-database-dashboard-wi-1773192265961-03fe50bf.png"
imageAlt="FileMaker Cloud Dashboard"
mediaAnimation="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Get Started", href: "#pricing" },
{ text: "View Demo", href: "#products" },
@@ -58,16 +55,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
tag="Our Promise"
tagIcon={Zap}
tagAnimation="slide-up"
title="Built by FileMaker experts, for FileMaker users."
description="We understand your infrastructure needs and deliver solutions tailored for enterprise FileMaker deployments."
features={[
"Enterprise-grade security and compliance", "99.99% uptime guarantee", "24/7 dedicated support", "Seamless migration services"]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmKElUNYNWcbZX1SYs8zhS1TzT/professional-headshot-of-a-database-admi-1773192265299-8699ceba.png?_wi=1"
imageAlt="Our team"
mediaAnimation="slide-up"
description={[
"We understand your infrastructure needs and deliver solutions tailored for enterprise FileMaker deployments.", "Enterprise-grade security and compliance", "99.99% uptime guarantee", "24/7 dedicated support", "Seamless migration services"
]}
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#products" },
@@ -88,11 +79,14 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1", name: "Cloud Hosting Infrastructure", price: "Custom", variant: "Enterprise Grade", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmKElUNYNWcbZX1SYs8zhS1TzT/cloud-hosting-infrastructure-visualizati-1773192267026-6ea4d2e7.png", imageAlt: "Cloud Hosting"},
id: "1", name: "Cloud Hosting Infrastructure", price: "Custom", variant: "Enterprise Grade", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmKElUNYNWcbZX1SYs8zhS1TzT/cloud-hosting-infrastructure-visualizati-1773192267026-6ea4d2e7.png", imageAlt: "Cloud Hosting"
},
{
id: "2", name: "Seamless API Integration", price: "Custom", variant: "Developer Tools", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmKElUNYNWcbZX1SYs8zhS1TzT/integration-diagram-showing-filemaker-co-1773192264854-3770760f.png", imageAlt: "API Integration"},
id: "2", name: "Seamless API Integration", price: "Custom", variant: "Developer Tools", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmKElUNYNWcbZX1SYs8zhS1TzT/integration-diagram-showing-filemaker-co-1773192264854-3770760f.png", imageAlt: "API Integration"
},
{
id: "3", name: "Enterprise Security & Compliance", price: "Custom", variant: "Security Certified", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmKElUNYNWcbZX1SYs8zhS1TzT/security-and-compliance-visualization-sh-1773192265673-2b7eb582.png", imageAlt: "Security Features"},
id: "3", name: "Enterprise Security & Compliance", price: "Custom", variant: "Security Certified", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmKElUNYNWcbZX1SYs8zhS1TzT/security-and-compliance-visualization-sh-1773192265673-2b7eb582.png", imageAlt: "Security Features"
},
]}
/>
</div>
@@ -109,25 +103,18 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "1", name: "Starter", price: "$299", period: "/month", description: "Perfect for small teams", features: [
"Up to 5 users", "50GB storage", "Standard support", "Daily backups"],
buttons: [
{ text: "Get Started", href: "#contact" },
id: "1", badge: "Starter", price: "$299", subtitle: "Perfect for small teams", features: [
"Up to 5 users", "50GB storage", "Standard support", "Daily backups"
],
},
{
id: "2", name: "Professional", price: "$799", period: "/month", description: "For growing businesses", features: [
"Up to 25 users", "500GB storage", "Priority support", "Hourly backups", "API access"],
buttons: [
{ text: "Get Started", href: "#contact" },
id: "2", badge: "Professional", price: "$799", subtitle: "For growing businesses", features: [
"Up to 25 users", "500GB storage", "Priority support", "Hourly backups", "API access"
],
highlighted: true,
},
{
id: "3", name: "Enterprise", price: "Custom", period: "", description: "For large enterprises", features: [
"Unlimited users", "Unlimited storage", "24/7 dedicated support", "Real-time backups", "Full API access", "Custom integrations"],
buttons: [
{ text: "Contact Sales", href: "#contact" },
id: "3", badge: "Enterprise", price: "Custom", subtitle: "For large enterprises", features: [
"Unlimited users", "Unlimited storage", "24/7 dedicated support", "Real-time backups", "Full API access", "Custom integrations"
],
},
]}