Merge version_1 into main #1
@@ -133,7 +133,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-business-meeting_23-2149332955.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-business-meeting_23-2149332955.jpg?_wi=2"
|
||||
imageAlt="FAQ Illustration"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } 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 { Lato } 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 lato = Lato({
|
||||
variable: "--font-lato",
|
||||
@@ -20,6 +24,39 @@ const lato = Lato({
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "WTXpand - Business Growth & Marketing Expansion",
|
||||
description: "Transform your business with WTXpand's data-driven marketing strategies. Proven growth results, trusted by industry leaders. Expand your market reach today.",
|
||||
keywords: "business growth, marketing expansion, growth strategy, market expansion, B2B marketing, sales growth",
|
||||
metadataBase: new URL("https://wtxpand.com"),
|
||||
alternates: {
|
||||
canonical: "https://wtxpand.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "WTXpand - Expand Your Business Growth",
|
||||
description: "Data-driven marketing strategies that deliver measurable growth. See how we've helped companies expand 247% on average.",
|
||||
url: "https://wtxpand.com",
|
||||
siteName: "WTXpand",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57447.jpg",
|
||||
alt: "WTXpand Marketing Dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "WTXpand - Business Growth Strategy",
|
||||
description: "Transform your business with proven marketing expansion strategies.",
|
||||
images: ["http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57447.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -168,7 +168,7 @@ export default function HomePage() {
|
||||
quote: "WTXpand completely transformed how we approach marketing. Within 6 months, we saw a 300% increase in qualified leads and our revenue nearly tripled.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office_1303-21092.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office_1303-21092.jpg?_wi=1",
|
||||
imageAlt: "professional business woman portrait",
|
||||
},
|
||||
{
|
||||
@@ -177,7 +177,7 @@ export default function HomePage() {
|
||||
quote: "Their data-driven approach and strategic insights helped us identify market gaps we never knew existed. The expansion into new territories exceeded all expectations.",
|
||||
name: "James Chen",
|
||||
role: "Founder & Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg?_wi=1",
|
||||
imageAlt: "professional business man portrait",
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function HomePage() {
|
||||
quote: "We partnered with WTXpand expecting good results, but they delivered exceptional outcomes. Our marketing efficiency improved by 180% and we now operate in 5 new markets.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg?_wi=1",
|
||||
imageAlt: "marketing director woman portrait",
|
||||
},
|
||||
{
|
||||
@@ -195,7 +195,7 @@ export default function HomePage() {
|
||||
quote: "WTXpand doesn't just provide services—they become true partners in your growth journey. Their commitment to our success is evident in every campaign they execute.",
|
||||
name: "David Kim",
|
||||
role: "Business Development Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg?_wi=1",
|
||||
imageAlt: "business development manager photo",
|
||||
},
|
||||
{
|
||||
@@ -204,7 +204,7 @@ export default function HomePage() {
|
||||
quote: "From strategy to execution, WTXpand demonstrated expertise at every step. We achieved our 12-month growth targets in just 8 months.",
|
||||
name: "Lisa Anderson",
|
||||
role: "VP of Growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=1",
|
||||
imageAlt: "VP growth woman executive",
|
||||
},
|
||||
{
|
||||
@@ -213,7 +213,7 @@ export default function HomePage() {
|
||||
quote: "Working with WTXpand has been transformative. They helped us scale from a regional player to a nationally recognized brand in less than a year.",
|
||||
name: "Michael Torres",
|
||||
role: "Executive Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg?_wi=1",
|
||||
imageAlt: "executive director man portrait",
|
||||
},
|
||||
]}
|
||||
@@ -360,7 +360,7 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-business-meeting_23-2149332955.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-business-meeting_23-2149332955.jpg?_wi=1"
|
||||
imageAlt="FAQ frequently asked questions"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -139,7 +139,7 @@ export default function ResultsPage() {
|
||||
quote: "WTXpand completely transformed how we approach marketing. Within 6 months, we saw a 300% increase in qualified leads and our revenue nearly tripled.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office_1303-21092.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office_1303-21092.jpg?_wi=2",
|
||||
imageAlt: "professional business woman portrait",
|
||||
},
|
||||
{
|
||||
@@ -148,7 +148,7 @@ export default function ResultsPage() {
|
||||
quote: "Their data-driven approach and strategic insights helped us identify market gaps we never knew existed. The expansion into new territories exceeded all expectations.",
|
||||
name: "James Chen",
|
||||
role: "Founder & Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg?_wi=2",
|
||||
imageAlt: "professional business man portrait",
|
||||
},
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export default function ResultsPage() {
|
||||
quote: "We partnered with WTXpand expecting good results, but they delivered exceptional outcomes. Our marketing efficiency improved by 180% and we now operate in 5 new markets.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg?_wi=2",
|
||||
imageAlt: "marketing director woman portrait",
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ export default function ResultsPage() {
|
||||
quote: "WTXpand doesn't just provide services—they become true partners in your growth journey. Their commitment to our success is evident in every campaign they execute.",
|
||||
name: "David Kim",
|
||||
role: "Business Development Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg?_wi=2",
|
||||
imageAlt: "business development manager photo",
|
||||
},
|
||||
{
|
||||
@@ -175,7 +175,7 @@ export default function ResultsPage() {
|
||||
quote: "From strategy to execution, WTXpand demonstrated expertise at every step. We achieved our 12-month growth targets in just 8 months.",
|
||||
name: "Lisa Anderson",
|
||||
role: "VP of Growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=2",
|
||||
imageAlt: "VP growth woman executive",
|
||||
},
|
||||
{
|
||||
@@ -184,7 +184,7 @@ export default function ResultsPage() {
|
||||
quote: "Working with WTXpand has been transformative. They helped us scale from a regional player to a nationally recognized brand in less than a year.",
|
||||
name: "Michael Torres",
|
||||
role: "Executive Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg?_wi=2",
|
||||
imageAlt: "executive director man portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user