Update src/app/layout.tsx
This commit is contained in:
@@ -9,18 +9,18 @@ const instrumentSans = Instrument_Sans({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Proofweb | Custom Web Design & Development Agency", description: "Premium web design and development agency creating high-converting websites for businesses worldwide. Proven results, transparent pricing, and dedicated support.", keywords: ["web design", "web development", "custom websites", "digital agency", "UI/UX design", "responsive design"],
|
||||
title: "Proof Digital | Custom Web Design & Development Agency", description: "Premium web design and development agency creating high-converting websites for businesses worldwide. Proven results, transparent pricing, and dedicated support.", keywords: ["web design", "web development", "custom websites", "digital agency", "UI/UX design", "responsive design"],
|
||||
metadataBase: new URL("https://proofweb.com"),
|
||||
alternates: {
|
||||
canonical: "https://proofweb.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Proofweb | Web Design & Development", description: "Transform your digital presence with custom websites designed for conversion.", siteName: "Proofweb", type: "website", images: [{
|
||||
url: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Proofweb - Premium Web Design"
|
||||
title: "Proof Digital | Web Design & Development", description: "Transform your digital presence with custom websites designed for conversion.", siteName: "Proof Digital", type: "website", images: [{
|
||||
url: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Proof Digital - Premium Web Design"
|
||||
}]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Proofweb | Premium Web Solutions", description: "Custom websites that drive results for 150+ global businesses.", images: ["https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"]
|
||||
card: "summary_large_image", title: "Proof Digital | Premium Web Solutions", description: "Custom websites that drive results for 150+ global businesses.", images: ["https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -547,7 +547,7 @@ export default function RootLayout({
|
||||
selection.addRange(range);
|
||||
}
|
||||
} catch (e) {
|
||||
console.warn('[Proofweb] Could not set caret position:', e);
|
||||
console.warn('[Proof Digital] Could not set caret position:', e);
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -1061,13 +1061,13 @@ export default function RootLayout({
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
console.warn('[Proofweb] Failed to revert change:', err);
|
||||
console.warn('[Proof Digital] Failed to revert change:', err);
|
||||
}
|
||||
});
|
||||
}
|
||||
clearLocalChanges();
|
||||
} catch (error) {
|
||||
console.error('[Proofweb] Failed to cancel changes:', error);
|
||||
console.error('[Proof Digital] Failed to cancel changes:', error);
|
||||
}
|
||||
return;
|
||||
}
|
||||
@@ -1084,7 +1084,7 @@ export default function RootLayout({
|
||||
try {
|
||||
element = document.querySelector(selector);
|
||||
} catch (err) {
|
||||
console.warn('[Proofweb] Invalid selector:', selector);
|
||||
console.warn('[Proof Digital] Invalid selector:', selector);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1149,7 +1149,7 @@ export default function RootLayout({
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('[Proofweb] Invalid selector for button update:', selector, error);
|
||||
console.error('[Proof Digital] Invalid selector for button update:', selector, error);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user