Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-11 03:16:09 +00:00
5 changed files with 62 additions and 25 deletions

View File

@@ -48,7 +48,7 @@ export default function CaseStudiesPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png?_wi=2"
imageAlt="Case Studies Dashboard Results"
mediaAnimation="opacity"
frameStyle="browser"
@@ -70,7 +70,7 @@ export default function CaseStudiesPage() {
handle: "@sarahchen_marketing",
testimonial: "Outbound AI helped us book 120+ qualified meetings in Q1 alone. The AI personalization is so effective that our response rates jumped 3x. Best platform investment we've made. Our conversion rate improved by 340% in just 90 days.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-wom-1773198890031-51785958.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-wom-1773198890031-51785958.png?_wi=2",
imageAlt: "Sarah Chen",
},
{
@@ -79,7 +79,7 @@ export default function CaseStudiesPage() {
handle: "@marcus_growth",
testimonial: "As a B2B SaaS founder, predictability is everything. Outbound AI gives us that. 15 new customers per month from cold outbound - at scale. The platform pays for itself 10x over. We went from 2 deals/month to 12 deals/month in 90 days.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-man-1773198890171-feaafd6b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-man-1773198890171-feaafd6b.png?_wi=2",
imageAlt: "Marcus Rodriguez",
},
{
@@ -88,7 +88,7 @@ export default function CaseStudiesPage() {
handle: "@emily_agency",
testimonial: "Our entire agency now runs on Outbound AI. Clients are thrilled with the consistent lead flow. We've automated what used to take 60 hours/week of manual work. Game-changer. Client satisfaction increased by 85% after implementation.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-talented-woma-1773198891721-f9d4c021.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-talented-woma-1773198891721-f9d4c021.png?_wi=2",
imageAlt: "Emily Thompson",
},
]}
@@ -115,7 +115,7 @@ export default function CaseStudiesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png?_wi=3"
imageAlt="Footer Background - AI Infrastructure"
logoText="Outbound AI"
copyrightText="© 2025 Outbound AI. All rights reserved."

View File

@@ -46,7 +46,7 @@ export default function ContactPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png?_wi=3"
imageAlt="Contact and Demo Dashboard"
mediaAnimation="opacity"
frameStyle="browser"
@@ -70,7 +70,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png?_wi=4"
imageAlt="Footer Background - AI Infrastructure"
logoText="Outbound AI"
copyrightText="© 2025 Outbound AI. All rights reserved."

View File

@@ -1,28 +1,63 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Libre_Baskerville } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "AI Cold Outbound Infrastructure for B2B SaaS & Marketing Agencies",
description: "Automate cold outbound campaigns with AI personalization. Book qualified meetings and acquire new clients at scale. Designed for Marketing Agencies and B2B SaaS companies.",
keywords: "cold outbound, AI sales automation, B2B lead generation, email outreach, sales automation platform, marketing automation",
metadataBase: new URL("https://outboundai.com"),
alternates: {
canonical: "https://outboundai.com",
},
openGraph: {
title: "AI Cold Outbound Infrastructure - Book Qualified Meetings at Scale",
description: "Automate your B2B client acquisition with AI-powered cold outbound campaigns.",
url: "https://outboundai.com",
siteName: "Outbound AI",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png",
alt: "Outbound AI Dashboard",
},
],
},
twitter: {
card: "summary_large_image",
title: "AI Cold Outbound Infrastructure - Scale Revenue Predictably",
description: "Book 40+ qualified meetings per month with AI personalization and multi-channel campaigns.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
@@ -32,7 +67,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${libreBaskerville.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +81,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -69,7 +69,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png?_wi=1"
imageAlt="AI Cold Outbound Dashboard Interface"
mediaAnimation="opacity"
frameStyle="browser"
@@ -272,7 +272,7 @@ export default function HomePage() {
handle: "@sarahchen_marketing",
testimonial: "Outbound AI helped us book 120+ qualified meetings in Q1 alone. The AI personalization is so effective that our response rates jumped 3x. Best platform investment we've made.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-wom-1773198890031-51785958.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-wom-1773198890031-51785958.png?_wi=1",
imageAlt: "Sarah Chen",
},
{
@@ -281,7 +281,7 @@ export default function HomePage() {
handle: "@marcus_growth",
testimonial: "As a B2B SaaS founder, predictability is everything. Outbound AI gives us that. 15 new customers per month from cold outbound - at scale. The platform pays for itself 10x over.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-man-1773198890171-feaafd6b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-man-1773198890171-feaafd6b.png?_wi=1",
imageAlt: "Marcus Rodriguez",
},
{
@@ -290,7 +290,7 @@ export default function HomePage() {
handle: "@emily_agency",
testimonial: "Our entire agency now runs on Outbound AI. Clients are thrilled with the consistent lead flow. We've automated what used to take 60 hours/week of manual work. Game-changer.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-talented-woma-1773198891721-f9d4c021.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-talented-woma-1773198891721-f9d4c021.png?_wi=1",
imageAlt: "Emily Thompson",
},
{
@@ -410,7 +410,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png?_wi=1"
imageAlt="Footer Background - AI Infrastructure"
logoText="Outbound AI"
copyrightText="© 2025 Outbound AI. All rights reserved."

View File

@@ -123,7 +123,7 @@ export default function PricingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png?_wi=2"
imageAlt="Footer Background - AI Infrastructure"
logoText="Outbound AI"
copyrightText="© 2025 Outbound AI. All rights reserved."