Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f05d05031d | |||
| 282aa8d16d | |||
| c1bbae0949 | |||
| 879671b69f | |||
| 387419d260 | |||
| c752717611 | |||
| 481f19c4df | |||
| a7ae57a189 | |||
| f8802f4f28 | |||
| c9fea1ec70 | |||
| aec3e646a4 | |||
| cfdc4a1daa | |||
| 37b54600e1 | |||
| ab520981d9 | |||
| 043e561bca | |||
| 36ab6b91ec |
@@ -1,22 +1,27 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from 'lenis/react';
|
||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||||
import TextBox from "@/components/Textbox";
|
import TextBox from '@/components/Textbox';
|
||||||
import { ClipboardList, Brain, Target, Calendar } from "lucide-react";
|
import { ClipboardList, Brain, Target, Calendar } from 'lucide-react';
|
||||||
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
|
import { useRouter } from 'next/navigation';
|
||||||
|
|
||||||
export default function ConsultationPage() {
|
export default function ConsultationPage() {
|
||||||
|
const router = useRouter();
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home", href: "/" },
|
{ name: 'Home', id: '/' },
|
||||||
{ name: "Services", id: "services", href: "/#services" },
|
{ name: 'Services', id: '/#services' },
|
||||||
{ name: "Portfolio", id: "portfolio", href: "/#portfolio" },
|
{ name: 'Who This Is For', id: '/#who-this-is-for' },
|
||||||
{ name: "Testimonials", id: "testimonials", href: "/#testimonials" },
|
{ name: 'What You Get', id: '/#what-you-get' },
|
||||||
{ name: "Contact", id: "contact", href: "/#contact" },
|
{ name: 'Portfolio', id: '/#portfolio' },
|
||||||
{ name: "Consultation", id: "/consultation", href: "/consultation" }
|
{ name: 'Testimonials', id: '/#testimonials' },
|
||||||
|
{ name: 'Consultation', id: '/consultation' },
|
||||||
|
{ name: 'Contact', id: '/#contact' }
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -48,11 +53,12 @@ export default function ConsultationPage() {
|
|||||||
tag="Strategic Partnership"
|
tag="Strategic Partnership"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule a Call", href: "https://calendly.com/yourcompany/consultation"},
|
text: "Schedule a Call", href: "https://calendly.com/yourcompany/consultation"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/an-abstract-futuristic-digital-backgroun-1774275045926-cf3e365c.png", imageAlt: "Abstract futuristic digital background"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/an-abstract-futuristic-digital-backgroun-1774275045926-cf3e365c.png?_wi=1", imageAlt: "Abstract futuristic digital background"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/futuristic-digital-brain-with-glowing-ne-1774275050013-64a6136e.png", imageAlt: "Futuristic digital brain"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/futuristic-digital-brain-with-glowing-ne-1774275050013-64a6136e.png", imageAlt: "Futuristic digital brain"
|
||||||
@@ -63,6 +69,26 @@ export default function ConsultationPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="booking-form" data-section="booking-form">
|
||||||
|
<ContactCenter
|
||||||
|
tag="Booking"
|
||||||
|
title="Confirm Your Consultation"
|
||||||
|
description="Enter your email to finalize your booking, and we'll send you a calendar invite."
|
||||||
|
background={{ variant: "sparkles-gradient" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
inputPlaceholder="Your Email Address"
|
||||||
|
buttonText="Confirm Booking"
|
||||||
|
onSubmit={(email: string) => {
|
||||||
|
console.log("Email submitted:", email);
|
||||||
|
router.push('/confirmation');
|
||||||
|
}}
|
||||||
|
className="!py-vw-4 !bg-background-accent/50"
|
||||||
|
contentClassName="!py-vw-4 !px-vw-2_5 !bg-card border border-accent/20 rounded-pill shadow-xl"
|
||||||
|
titleClassName="!text-3xl lg:!text-4xl"
|
||||||
|
buttonClassName="!py-vw-0_75 !px-vw-2"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="value" data-section="value">
|
<div id="value" data-section="value">
|
||||||
<FeatureHoverPattern
|
<FeatureHoverPattern
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -73,16 +99,20 @@ export default function ConsultationPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: ClipboardList,
|
icon: ClipboardList,
|
||||||
title: "Discipline Audit", description: "Comprehensive review of your current digital operations to identify strengths and areas for improvement."},
|
title: "Discipline Audit", description: "Comprehensive review of your current digital operations to identify strengths and areas for improvement."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Brain,
|
icon: Brain,
|
||||||
title: "AI-Driven Study System", description: "Leverage advanced AI insights to optimize your strategies and predict market trends effectively."},
|
title: "AI-Driven Study System", description: "Leverage advanced AI insights to optimize your strategies and predict market trends effectively."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Target,
|
icon: Target,
|
||||||
title: "Focus Optimization", description: "Streamline your objectives and resources to maximize impact and accelerate project completion."},
|
title: "Focus Optimization", description: "Streamline your objectives and resources to maximize impact and accelerate project completion."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Calendar,
|
icon: Calendar,
|
||||||
title: "Daily Execution Plan", description: "Receive a clear, actionable roadmap for daily tasks, ensuring consistent progress towards your goals."},
|
title: "Daily Execution Plan", description: "Receive a clear, actionable roadmap for daily tasks, ensuring consistent progress towards your goals."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -106,8 +136,8 @@ export default function ConsultationPage() {
|
|||||||
{ label: "Web Development", href: "/#services" },
|
{ label: "Web Development", href: "/#services" },
|
||||||
{ label: "Branding", href: "/#services" },
|
{ label: "Branding", href: "/#services" },
|
||||||
{ label: "UI/UX Design", href: "/#services" },
|
{ label: "UI/UX Design", href: "/#services" },
|
||||||
{ label: "Digital Growth", href: "/#services" },
|
{ label: "Digital Growth", href: "/#services" }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
@@ -116,14 +146,14 @@ export default function ConsultationPage() {
|
|||||||
{ label: "Testimonials", href: "/#testimonials" },
|
{ label: "Testimonials", href: "/#testimonials" },
|
||||||
{ label: "Contact", href: "/#contact" },
|
{ label: "Contact", href: "/#contact" },
|
||||||
{ label: "Consultation", href: "/consultation" }
|
{ label: "Consultation", href: "/consultation" }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Legal", items: [
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" }
|
||||||
],
|
]
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Vertex Digital. All rights reserved."
|
bottomLeftText="© 2024 Vertex Digital. All rights reserved."
|
||||||
bottomRightText="Powered by Innovation"
|
bottomRightText="Powered by Innovation"
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
|||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/professional-headshot-of-david-kim-produ-1774275046493-decfe591.png", alt: "David Kim"},
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/professional-headshot-of-david-kim-produ-1774275046493-decfe591.png", alt: "David Kim"},
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by industry leaders."
|
avatarText="Trusted by industry leaders."
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/an-abstract-futuristic-digital-backgroun-1774275045926-cf3e365c.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/an-abstract-futuristic-digital-backgroun-1774275045926-cf3e365c.png?_wi=2"
|
||||||
imageAlt="Futuristic digital background with glowing particles and gradients"
|
imageAlt="Futuristic digital background with glowing particles and gradients"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -109,6 +109,9 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Our Core Services"
|
title="Our Core Services"
|
||||||
description="Driving digital success through innovative solutions in web development, branding, and UI/UX design."
|
description="Driving digital success through innovative solutions in web development, branding, and UI/UX design."
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Consultation", href: "#booking" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -118,7 +121,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Who This Is For"
|
title="Who This Is For"
|
||||||
description="Our services are designed for ambitious brands ready to make a significant impact online."
|
description="Ambitious brands often struggle to cut through the noise and achieve tangible digital growth. Vertex Digital partners with you to overcome these challenges, delivering bespoke, high-performance digital solutions that not only captivate your audience but also drive measurable results and position you as an industry leader."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "who-1", title: "", description: "", media: {
|
id: "who-1", title: "", description: "", media: {
|
||||||
@@ -132,6 +135,9 @@ export default function LandingPage() {
|
|||||||
reverse: false,
|
reverse: false,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Consultation", href: "#booking" }
|
||||||
|
]}
|
||||||
gapClassName="mt-vw-2_5"
|
gapClassName="mt-vw-2_5"
|
||||||
itemClassName="justify-center text-center"
|
itemClassName="justify-center text-center"
|
||||||
featureTitleClassName="text-transparent"
|
featureTitleClassName="text-transparent"
|
||||||
@@ -164,6 +170,9 @@ export default function LandingPage() {
|
|||||||
reverse: false,
|
reverse: false,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Consultation", href: "#booking" }
|
||||||
|
]}
|
||||||
gapClassName="mt-vw-2_5"
|
gapClassName="mt-vw-2_5"
|
||||||
itemClassName="justify-center text-center"
|
itemClassName="justify-center text-center"
|
||||||
featureTitleClassName="text-transparent"
|
featureTitleClassName="text-transparent"
|
||||||
@@ -195,10 +204,13 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "p5", name: "Health & Wellness Mobile App", price: "Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/a-mobile-app-interface-design-for-a-heal-1774275047122-1c724469.png", imageAlt: "Mobile app UI for a health platform"},
|
id: "p5", name: "Health & Wellness Mobile App", price: "Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/a-mobile-app-interface-design-for-a-heal-1774275047122-1c724469.png", imageAlt: "Mobile app UI for a health platform"},
|
||||||
{
|
{
|
||||||
id: "p6", name: "Architecture Firm Redesign", price: "Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/a-creative-website-redesign-for-a-cuttin-1774275050498-6dcb0395.png", imageAlt: "Website redesign for an architecture firm"},
|
id: "p6", name: "Architecture Firm Redesign", price: "Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/a-creative-website-redesign-for-a-cuttin-1774275050498-6dcb0395.png", imageAlt: "Website redesign for an an architecture firm"},
|
||||||
]}
|
]}
|
||||||
title="Our Transformative Work"
|
title="Our Transformative Work"
|
||||||
description="Explore our recent case studies and see how we deliver measurable results for ambitious brands."
|
description="Explore our recent case studies and see how we deliver measurable results for ambitious brands."
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Consultation", href: "#booking" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -223,6 +235,9 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Hear directly from brand leaders who have experienced transformative results with Vertex Digital."
|
description="Hear directly from brand leaders who have experienced transformative results with Vertex Digital."
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Consultation", href: "#booking" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -239,6 +254,9 @@ export default function LandingPage() {
|
|||||||
description="Our commitment to excellence has earned the trust of leading companies across various industries."
|
description="Our commitment to excellence has earned the trust of leading companies across various industries."
|
||||||
speed={35}
|
speed={35}
|
||||||
showCard={false}
|
showCard={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Consultation", href: "#booking" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -248,11 +266,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
text="Ready to transform your digital presence? Book a personalized consultation to discuss your vision, goals, and how we can bring them to life."
|
text="Ready to transform your digital presence? Book a personalized consultation to discuss your vision, goals, and how we can bring them to life."
|
||||||
buttons={[
|
buttons={[]}
|
||||||
{
|
|
||||||
text: "Confirm Booking", href: "#contact", // Link to the contact form or a booking tool
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
className="!py-vw-4 !bg-background-accent/50"
|
className="!py-vw-4 !bg-background-accent/50"
|
||||||
contentClassName="!py-vw-4 !px-vw-2_5 !bg-card border border-accent/20 rounded-pill shadow-xl"
|
contentClassName="!py-vw-4 !px-vw-2_5 !bg-card border border-accent/20 rounded-pill shadow-xl"
|
||||||
textClassName="!text-3xl lg:!text-4xl"
|
textClassName="!text-3xl lg:!text-4xl"
|
||||||
|
|||||||
33
src/components/buttons/BookConsultationButton.tsx
Normal file
33
src/components/buttons/BookConsultationButton.tsx
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
"use client";
|
||||||
|
import ButtonTextStagger from '@/components/button/ButtonTextStagger/ButtonTextStagger';
|
||||||
|
import React from 'react';
|
||||||
|
|
||||||
|
interface BookConsultationButtonProps {
|
||||||
|
text?: string;
|
||||||
|
onClick?: () => void;
|
||||||
|
className?: string; // For additional styling
|
||||||
|
bgClassName?: string; // For background styling, typically handled by ThemeProvider primaryButtonStyle
|
||||||
|
textClassName?: string; // For text styling
|
||||||
|
ariaLabel?: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
const BookConsultationButton: React.FC<BookConsultationButtonProps> = ({
|
||||||
|
text = "Book a Consultation", onClick,
|
||||||
|
className,
|
||||||
|
bgClassName,
|
||||||
|
textClassName,
|
||||||
|
ariaLabel = "Book a consultation call"}) => {
|
||||||
|
return (
|
||||||
|
<ButtonTextStagger
|
||||||
|
text={text}
|
||||||
|
href="/consultation"
|
||||||
|
onClick={onClick}
|
||||||
|
className={className}
|
||||||
|
bgClassName={bgClassName} // Rely on ThemeProvider's primaryButtonStyle
|
||||||
|
textClassName={textClassName}
|
||||||
|
ariaLabel={ariaLabel}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default BookConsultationButton;
|
||||||
Reference in New Issue
Block a user