diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index e97741d..78c3774 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const figtree = Figtree({
- variable: "--font-figtree",
- subsets: ["latin"],
+ variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Emergent - Production-Ready Conversion Platform",
- description: "Build intelligent conversion systems from day one. Capture, classify, and convert three distinct audiences into real reservations with Emergent's production-ready platform.",
- keywords: "conversion platform, form builder, audience segmentation, reservation system, SaaS, lead management",
- metadataBase: new URL("https://emergent.build"),
+ title: "Emergent - Production-Ready Conversion Platform", description: "Build intelligent conversion systems from day one. Capture, classify, and convert three distinct audiences into real reservations with Emergent's production-ready platform.", keywords: "conversion platform, form builder, audience segmentation, reservation system, SaaS, lead management", metadataBase: new URL("https://emergent.build"),
alternates: {
- canonical: "https://emergent.build",
- },
+ canonical: "https://emergent.build"},
openGraph: {
- title: "Emergent - Production-Ready Conversion Platform",
- description: "Beyond static landing pages. Build production-ready conversion systems that capture, classify, and convert audiences into real reservations.",
- url: "https://emergent.build",
- siteName: "Emergent",
- type: "website",
- images: [
+ title: "Emergent - Production-Ready Conversion Platform", description: "Beyond static landing pages. Build production-ready conversion systems that capture, classify, and convert audiences into real reservations.", url: "https://emergent.build", siteName: "Emergent", type: "website", images: [
{
- url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/a-modern-sophisticated-saas-dashboard-sh-1772473498984-0ece184e.png",
- alt: "Emergent conversion platform",
- },
+ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/a-modern-sophisticated-saas-dashboard-sh-1772473498984-0ece184e.png", alt: "Emergent conversion platform"},
],
},
twitter: {
- card: "summary_large_image",
- title: "Emergent - Production-Ready Conversion Platform",
- description: "Build intelligent conversion systems from day one with real-time audience classification and reservation tracking.",
- images: [
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/a-modern-sophisticated-saas-dashboard-sh-1772473498984-0ece184e.png",
- ],
+ card: "summary_large_image", title: "Emergent - Production-Ready Conversion Platform", description: "Build intelligent conversion systems from day one with real-time audience classification and reservation tracking.", images: [
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/a-modern-sophisticated-saas-dashboard-sh-1772473498984-0ece184e.png"],
},
};
diff --git a/src/app/page.tsx b/src/app/page.tsx
index bce5f5a..b116893 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Platform",
- items: [
+ title: "Platform", items: [
{ label: "Features", href: "#product" },
{ label: "Pricing", href: "#pricing" },
{ label: "Documentation", href: "https://docs.example.com" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Getting Started", href: "https://docs.example.com/getting-started" },
{ label: "Tutorials", href: "https://docs.example.com/tutorials" },
{ label: "Community", href: "https://community.example.com" },
@@ -50,8 +47,7 @@ export default function HomePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -81,7 +77,7 @@ export default function HomePage() {
@@ -234,47 +175,17 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- title: "Average Conversion Rate Increase",
- subtitle: "Across all customer segments",
- category: "Conversion",
- value: "+47%",
- },
+ id: "1", title: "Average Conversion Rate Increase", subtitle: "Across all customer segments", category: "Conversion", value: "+47%"},
{
- id: "2",
- title: "Time to First Reservation",
- subtitle: "From platform launch to closed deal",
- category: "Speed",
- value: "4.2 days",
- },
+ id: "2", title: "Time to First Reservation", subtitle: "From platform launch to closed deal", category: "Speed", value: "4.2 days"},
{
- id: "3",
- title: "Form Completion Rate",
- subtitle: "Dynamic form optimization",
- category: "Engagement",
- value: "89%",
- },
+ id: "3", title: "Form Completion Rate", subtitle: "Dynamic form optimization", category: "Engagement", value: "89%"},
{
- id: "4",
- title: "Audience Segment Accuracy",
- subtitle: "Classification engine precision",
- category: "AI",
- value: "94%",
- },
+ id: "4", title: "Audience Segment Accuracy", subtitle: "Classification engine precision", category: "AI", value: "94%"},
{
- id: "5",
- title: "Platform Deployment Time",
- subtitle: "Production ready configuration",
- category: "Implementation",
- value: "< 24 hrs",
- },
+ id: "5", title: "Platform Deployment Time", subtitle: "Production ready configuration", category: "Implementation", value: "< 24 hrs"},
{
- id: "6",
- title: "Customer Retention Rate",
- subtitle: "Year-over-year active usage",
- category: "Loyalty",
- value: "96%",
- },
+ id: "6", title: "Customer Retention Rate", subtitle: "Year-over-year active usage", category: "Loyalty", value: "96%"},
]}
/>
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 20ab37d..8d3326f 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -19,8 +19,7 @@ export default function PricingPage() {
const footerColumns = [
{
- title: "Platform",
- items: [
+ title: "Platform", items: [
{ label: "Features", href: "#product" },
{ label: "Pricing", href: "#pricing" },
{ label: "Documentation", href: "https://docs.example.com" },
@@ -28,8 +27,7 @@ export default function PricingPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -37,8 +35,7 @@ export default function PricingPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Getting Started", href: "https://docs.example.com/getting-started" },
{ label: "Tutorials", href: "https://docs.example.com/tutorials" },
{ label: "Community", href: "https://community.example.com" },
@@ -46,8 +43,7 @@ export default function PricingPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -77,9 +73,7 @@ export default function PricingPage() {
diff --git a/src/app/reserve/page.tsx b/src/app/reserve/page.tsx
index 4566c23..1482a58 100644
--- a/src/app/reserve/page.tsx
+++ b/src/app/reserve/page.tsx
@@ -18,8 +18,7 @@ export default function ReservePage() {
const footerColumns = [
{
- title: "Platform",
- items: [
+ title: "Platform", items: [
{ label: "Features", href: "#product" },
{ label: "Pricing", href: "#pricing" },
{ label: "Documentation", href: "https://docs.example.com" },
@@ -27,8 +26,7 @@ export default function ReservePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -36,8 +34,7 @@ export default function ReservePage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Getting Started", href: "https://docs.example.com/getting-started" },
{ label: "Tutorials", href: "https://docs.example.com/tutorials" },
{ label: "Community", href: "https://community.example.com" },
@@ -45,8 +42,7 @@ export default function ReservePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -87,13 +83,11 @@ export default function ReservePage() {
{ name: "revenue", type: "text", placeholder: "Annual Revenue Range", required: false },
]}
textarea={{
- name: "intent",
- placeholder: "What conversion challenge are you solving first?",
- rows: 5,
+ name: "intent", placeholder: "What conversion challenge are you solving first?", rows: 5,
required: true,
}}
useInvertedBackground={false}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png?_wi=2"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png"
imageAlt="Emergent platform interface"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -112,26 +106,11 @@ export default function ReservePage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- title: "Fastest Time to Production",
- subtitle: "Live in less than 24 hours from setup",
- category: "Speed",
- value: "< 24 hrs",
- },
+ id: "1", title: "Fastest Time to Production", subtitle: "Live in less than 24 hours from setup", category: "Speed", value: "< 24 hrs"},
{
- id: "2",
- title: "Immediate Conversion Gains",
- subtitle: "Most see improvement in first 30 days",
- category: "ROI",
- value: "+40%",
- },
+ id: "2", title: "Immediate Conversion Gains", subtitle: "Most see improvement in first 30 days", category: "ROI", value: "+40%"},
{
- id: "3",
- title: "Dedicated Launch Support",
- subtitle: "Expert guidance through go-live",
- category: "Support",
- value: "1:1",
- },
+ id: "3", title: "Dedicated Launch Support", subtitle: "Expert guidance through go-live", category: "Support", value: "1:1"},
]}
/>