13 Commits

Author SHA1 Message Date
1a85abef04 Merge version_9 into main
Merge version_9 into main
2026-03-05 17:20:36 +00:00
fea76e3a99 Update src/app/process/page.tsx 2026-03-05 17:20:29 +00:00
3e7bf4f7ca Update src/app/pricing/page.tsx 2026-03-05 17:20:28 +00:00
fb5ce39362 Update src/app/page.tsx 2026-03-05 17:20:27 +00:00
bc0ff3af0d Update src/app/layout.tsx 2026-03-05 17:20:26 +00:00
2a27a9b7df Merge version_8 into main
Merge version_8 into main
2026-03-05 17:12:31 +00:00
0ffb94c542 Update src/app/page.tsx 2026-03-05 17:12:27 +00:00
b417c2db2d Merge version_8 into main
Merge version_8 into main
2026-03-05 17:11:36 +00:00
f9f3f39b8b Update src/app/process/page.tsx 2026-03-05 17:11:31 +00:00
66ff7d4329 Update src/app/pricing/page.tsx 2026-03-05 17:11:30 +00:00
0d399d8b41 Update src/app/page.tsx 2026-03-05 17:11:29 +00:00
3f65472443 Update src/app/layout.tsx 2026-03-05 17:11:29 +00:00
1671bb52c1 Merge version_7 into main
Merge version_7 into main
2026-03-05 17:08:37 +00:00
2 changed files with 19 additions and 8 deletions

View File

@@ -19,7 +19,18 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.variable}>{children}
<body className={inter.variable}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
if (typeof window !== 'undefined') {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.__REACT_DEVTOOLS_GLOBAL_HOOK__ || { isDisabled: true };
}
`,
}}
/>
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -55,19 +55,19 @@ export default function DigiBridgedLanding() {
testimonials={[
{
name: "Marcus Chen", handle: "CEO, Premier Retail Group", testimonial: "DigiBridged transformed our digital presence in 90 days. We've seen a 340% increase in qualified leads.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop"
},
{
name: "Jennifer Walsh", handle: "Owner, Walsh Professional Services", testimonial: "Finally, someone who understands local business challenges. Our online conversions doubled.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop"
},
{
name: "David Morales", handle: "General Manager, Hospitality Partners", testimonial: "The infrastructure they built handles our traffic seamlessly. ROI exceeded expectations by month two.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop"
},
{
name: "Sarah Mitchell", handle: "VP Operations, Tech-Forward Retail", testimonial: "Sophisticated, strategic, results-driven. DigiBridged delivered measurable business impact.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop"
}
]}
testimonialRotationInterval={6000}
@@ -156,13 +156,13 @@ export default function DigiBridgedLanding() {
tagAnimation="blur-reveal"
metrics={[
{
id: "1", value: "340%", title: "Avg Lead Increase", description: "Within 90 days of implementation", imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45555.jpg", imageAlt: "business growth sales increase conversion optimization digital success"
id: "1", value: "340%", title: "Avg Lead Increase", description: "Within 90 days of implementation", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=400&fit=crop&_wi=1", imageAlt: "business growth sales increase conversion optimization digital success"
},
{
id: "2", value: "2.8x", title: "ROI Multiplier", description: "Average client return on investment", imageSrc: "http://img.b2bpic.net/free-photo/busy-multicultural-diverse-employees-analysing-annual-financial-statistics-sitting-desk-front-laptop-holding-documents-searching-business-solutions-team-businesspeople-working-company_482257-13550.jpg?_wi=1", imageAlt: "lead generation customer engagement digital conversion business results"
id: "2", value: "2.8x", title: "ROI Multiplier", description: "Average client return on investment", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=400&fit=crop&_wi=2", imageAlt: "lead generation customer engagement digital conversion business results"
},
{
id: "3", value: "92%", title: "Client Retention", description: "Long-term partnership satisfaction", imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg", imageAlt: "customer retention business performance success metrics growth tracking"
id: "3", value: "92%", title: "Client Retention", description: "Long-term partnership satisfaction", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=400&fit=crop&_wi=3", imageAlt: "customer retention business performance success metrics growth tracking"
}
]}
textboxLayout="default"