Compare commits
22 Commits
version_7
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d66d90fa5 | |||
| 9cf2e0f588 | |||
| f4e511fb13 | |||
| 1c2e8543c5 | |||
| 9b8a315cc2 | |||
| 418f1e8563 | |||
| f0bcb4cb9c | |||
| f3c1727b73 | |||
| b3e355c7ec | |||
| 1a85abef04 | |||
| fea76e3a99 | |||
| 3e7bf4f7ca | |||
| fb5ce39362 | |||
| bc0ff3af0d | |||
| 2a27a9b7df | |||
| 0ffb94c542 | |||
| b417c2db2d | |||
| f9f3f39b8b | |||
| 66ff7d4329 | |||
| 0d399d8b41 | |||
| 3f65472443 | |||
| 1671bb52c1 |
91
src/app/book-meeting/page.tsx
Normal file
91
src/app/book-meeting/page.tsx
Normal file
@@ -0,0 +1,91 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Zap, Linkedin, Twitter } from "lucide-react";
|
||||
|
||||
export default function BookMeetingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="DigiBridged"
|
||||
navItems={[
|
||||
{ name: "Solutions", id: "features" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking" data-section="booking" className="pt-20 min-h-screen flex items-center justify-center">
|
||||
<div className="w-full max-w-2xl px-4 py-20">
|
||||
<div className="text-center mb-12">
|
||||
<h1 className="text-4xl md:text-5xl font-bold mb-4">Schedule Your Strategic Audit</h1>
|
||||
<p className="text-lg opacity-75">Connect with our team using Google Calendar to find the perfect time for your consultation.</p>
|
||||
</div>
|
||||
|
||||
<div className="bg-card rounded-lg p-8 shadow-lg">
|
||||
<div className="flex flex-col items-center justify-center gap-6">
|
||||
<div className="w-full h-96 bg-background rounded-lg flex items-center justify-center">
|
||||
<div className="text-center">
|
||||
<p className="text-lg font-semibold mb-4">Google Calendar Integration</p>
|
||||
<p className="text-sm opacity-75 mb-6">Booking widget will load here via Google Workspace integration</p>
|
||||
<iframe
|
||||
src="https://calendar.google.com/calendar/u/0/r"
|
||||
style={{
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
border: 'none',
|
||||
borderRadius: '8px'
|
||||
}}
|
||||
title="Google Calendar Booking"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="text-center">
|
||||
<p className="text-sm opacity-60">Or reach out directly:</p>
|
||||
<a href="mailto:hello@digibridged.com" className="text-primary-cta font-semibold hover:underline">
|
||||
hello@digibridged.com
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-12 text-center">
|
||||
<a href="/" className="text-primary-cta font-semibold hover:underline">
|
||||
← Back to Home
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="DigiBridged"
|
||||
copyrightText="© 2025 DigiBridged | Bridging Traditional Business to Digital Markets"
|
||||
socialLinks={[
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -1389,4 +1389,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Zap, Shield, Gauge, Layers, Globe, Search, TrendingUp, BarChart3, GitBranch, Linkedin, Twitter } from "lucide-react";
|
||||
import { Zap, Shield, Gauge, Layers, Globe, Search, TrendingUp, BarChart3, GitBranch, Linkedin, Twitter, Mail } from "lucide-react";
|
||||
|
||||
export default function DigiBridgedLanding() {
|
||||
return (
|
||||
@@ -49,25 +49,25 @@ export default function DigiBridgedLanding() {
|
||||
imageAlt="DigiBridged digital platform dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Schedule a Strategic Audit", href: "#contact" }
|
||||
{ text: "Schedule a Strategic Audit", onClick: () => { const mailtoLink = document.createElement('a'); mailtoLink.href = 'mailto:hello@digibridged.com?subject=Schedule%20a%20Strategic%20Audit'; mailtoLink.click(); } }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
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"
|
||||
@@ -179,7 +179,7 @@ export default function DigiBridgedLanding() {
|
||||
title="Let's Build Your Digital Advantage"
|
||||
description="Your business deserves a partner who understands both traditional enterprise needs and modern digital strategy. Schedule a strategic audit to discover how DigiBridged can unlock measurable growth."
|
||||
buttons={[
|
||||
{ text: "Schedule Audit", href: "mailto:hello@digibridged.com" },
|
||||
{ text: "Schedule Audit", onClick: () => { const mailtoLink = document.createElement('a'); mailtoLink.href = 'mailto:hello@digibridged.com?subject=Schedule%20Audit'; mailtoLink.click(); } },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -200,4 +200,4 @@ export default function DigiBridgedLanding() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -45,8 +45,8 @@ export default function PricingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "website-package", badge: "Website Package", price: "$1,000", subtitle: "One-time + $100/month", buttons: [
|
||||
{ text: "Get Started", href: "mailto:hello@digibridged.com" },
|
||||
{ text: "Schedule Consultation", href: "mailto:hello@digibridged.com" }
|
||||
{ text: "Get Started", onClick: () => { const mailtoLink = document.createElement('a'); mailtoLink.href = 'mailto:hello@digibridged.com?subject=Get%20Started%20-%20Website%20Package'; mailtoLink.click(); } },
|
||||
{ text: "Schedule Consultation", onClick: () => { const mailtoLink = document.createElement('a'); mailtoLink.href = 'mailto:hello@digibridged.com?subject=Schedule%20Consultation'; mailtoLink.click(); } }
|
||||
],
|
||||
features: [
|
||||
"5 core pages", "Mobile responsive design", "Google Reviews integration", "Click-to-call button", "Basic SEO setup", "24-hour delivery guarantee", "Monthly hosting and maintenance", "Small updates included"
|
||||
@@ -64,7 +64,7 @@ export default function PricingPage() {
|
||||
title="Let's Build Your Professional Online Presence"
|
||||
description="Get your business online with a professional, high-performing website. Our Website Package includes everything you need to attract customers and generate leads online."
|
||||
buttons={[
|
||||
{ text: "Schedule Free Consultation", href: "mailto:hello@digibridged.com" },
|
||||
{ text: "Schedule Free Consultation", onClick: () => { const mailtoLink = document.createElement('a'); mailtoLink.href = 'mailto:hello@digibridged.com?subject=Schedule%20Free%20Consultation'; mailtoLink.click(); } },
|
||||
{ text: "Back to Home", href: "/" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -85,4 +85,4 @@ export default function PricingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -78,7 +78,7 @@ export default function ProcessPage() {
|
||||
title="Let's Build Your Search-Optimized Platform"
|
||||
description="Discover how our strategic approach to web infrastructure and SEO can drive measurable traffic and leads for your business. Schedule a free audit today."
|
||||
buttons={[
|
||||
{ text: "Schedule Free Audit", href: "mailto:hello@digibridged.com" },
|
||||
{ text: "Schedule Free Audit", onClick: () => { const mailtoLink = document.createElement('a'); mailtoLink.href = 'mailto:hello@digibridged.com?subject=Schedule%20Free%20Audit'; mailtoLink.click(); } },
|
||||
{ text: "Back to Home", href: "/" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -99,4 +99,4 @@ export default function ProcessPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user