Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-18 01:11:39 +00:00
4 changed files with 61 additions and 22 deletions

View File

@@ -85,7 +85,7 @@ export default function ContactPage() {
handle: "@support",
testimonial: "We typically respond to inquiries within 24 hours. Your consultation request is our priority.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Support team",
},
{
@@ -93,7 +93,7 @@ export default function ContactPage() {
handle: "@secure",
testimonial: "All consultations are strictly confidential. Your business information is protected.",
rating: 5,
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=3",
imageAlt: "Security assurance",
},
{
@@ -101,7 +101,7 @@ export default function ContactPage() {
handle: "@flexible",
testimonial: "Initial consultations are complimentary. Explore how we can help with zero commitment.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=3",
imageAlt: "Flexible approach",
},
{
@@ -109,7 +109,7 @@ export default function ContactPage() {
handle: "@experts",
testimonial: "Work with seasoned consultants who have transformed over 100 businesses.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg?_wi=3",
imageAlt: "Expert consultants",
},
]}

View File

@@ -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: "Cerberus Consulting - Business Management & Strategic Growth in Alberta",
description: "Elite business consulting firm helping Alberta companies optimize operations, increase profitability, and scale sustainably. 5.0-rated strategic advisors.",
keywords: "business consulting Alberta, management consulting Edmonton, business growth strategy, operational efficiency, business restructuring",
metadataBase: new URL("https://cerberusconsulting.ca"),
alternates: {
canonical: "https://cerberusconsulting.ca",
},
openGraph: {
title: "Cerberus Consulting - Strategic Business Growth",
description: "Transform your business with elite strategic consulting. Proven results in optimization, profitability, and sustainable scaling.",
url: "https://cerberusconsulting.ca",
siteName: "Cerberus Consulting",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.jpg",
alt: "Cerberus Consulting - Strategic Business Transformation",
},
],
},
twitter: {
card: "summary_large_image",
title: "Cerberus Consulting - Business Management",
description: "Elite consulting for business growth, restructuring, and operational excellence.",
images: ["http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.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>
);
}
}

View File

@@ -82,7 +82,7 @@ export default function HomePage() {
{ src: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg", alt: "Client testimonial avatar" },
]}
avatarText="Trusted by growing businesses"
imageSrc="http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.jpg?_wi=1"
imageAlt="Strategic business consulting session"
mediaAnimation="slide-up"
testimonials={[
@@ -91,7 +91,7 @@ export default function HomePage() {
handle: "@manuf-client",
testimonial: "Cerberus gave our international manufacturing company the structure and direction we needed. From taxes to financing—they covered it all.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Manufacturing client",
},
{
@@ -99,7 +99,7 @@ export default function HomePage() {
handle: "@finance-leader",
testimonial: "The restructuring transformed our firm completely. We're now thriving with systems that actually work.",
rating: 5,
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: "Finance industry client",
},
{
@@ -107,7 +107,7 @@ export default function HomePage() {
handle: "@growth-founder",
testimonial: "They helped us see new opportunities and move forward with confidence. Exactly what we needed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=1",
imageAlt: "Growing business owner",
},
{
@@ -115,7 +115,7 @@ export default function HomePage() {
handle: "@scaling-ceo",
testimonial: "Cerberus doesn't just advise—they implement. Their hands-on approach is what sets them apart.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg?_wi=1",
imageAlt: "Satisfied client testimonial",
},
]}

View File

@@ -77,7 +77,7 @@ export default function ServicesPage() {
},
]}
avatarText="Trusted by growing businesses"
imageSrc="http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.jpg?_wi=2"
imageAlt="Strategic business consulting session"
mediaAnimation="slide-up"
testimonials={[
@@ -86,7 +86,7 @@ export default function ServicesPage() {
handle: "@manuf-client",
testimonial: "Cerberus gave our international manufacturing company the structure and direction we needed. From taxes to financing—they covered it all.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Manufacturing client",
},
{
@@ -94,7 +94,7 @@ export default function ServicesPage() {
handle: "@finance-leader",
testimonial: "The restructuring transformed our firm completely. We're now thriving with systems that actually work.",
rating: 5,
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: "Finance industry client",
},
{
@@ -102,7 +102,7 @@ export default function ServicesPage() {
handle: "@growth-founder",
testimonial: "They helped us see new opportunities and move forward with confidence. Exactly what we needed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=2",
imageAlt: "Growing business owner",
},
{
@@ -110,7 +110,7 @@ export default function ServicesPage() {
handle: "@scaling-ceo",
testimonial: "Cerberus doesn't just advise—they implement. Their hands-on approach is what sets them apart.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg?_wi=2",
imageAlt: "Satisfied client testimonial",
},
]}