Merge version_1 into main #2
@@ -32,8 +32,7 @@ export default function AboutPage() {
|
||||
{ name: "Testimonials", id: "/testimonials" }
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact"
|
||||
text: "Get Started", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,9 +47,10 @@ export default function AboutPage() {
|
||||
{ value: "150+", title: "Projects Delivered Successfully" },
|
||||
{ value: "98%", title: "Client Satisfaction Rate" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-creative-team-working-in-a--1772612067184-c68d43a2.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-creative-team-working-in-a--1772612067184-c68d43a2.png"
|
||||
imageAlt="Prof Digital team working on digital projects"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
@@ -68,35 +68,19 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "CEO",
|
||||
company: "TechVenture Inc",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Inc", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-an-asi-1772612065385-aca3483a.png"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Roberts",
|
||||
role: "Product Manager",
|
||||
company: "InnovateLabs",
|
||||
rating: 5,
|
||||
id: "2", name: "Michael Roberts", role: "Product Manager", company: "InnovateLabs", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-a-male-1772612067213-d6654b0f.png"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Founder",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
id: "3", name: "Jennifer Martinez", role: "Founder", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-a-lati-1772612066812-bfaa2675.png"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Marketing Director",
|
||||
company: "Digital Solutions Ltd",
|
||||
rating: 5,
|
||||
id: "4", name: "David Kim", role: "Marketing Director", company: "Digital Solutions Ltd", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-an-asi-1772612065129-cece3eae.png"
|
||||
}
|
||||
]}
|
||||
@@ -115,8 +99,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Prof Digital. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "Development", href: "/services" },
|
||||
{ label: "Mobile Apps", href: "/services" },
|
||||
@@ -124,8 +107,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Testimonials", href: "/testimonials" },
|
||||
@@ -133,8 +115,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
|
||||
187
src/app/page.tsx
187
src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Sparkles, Award, Zap, ArrowRight, TrendingUp, Users, MessageSquare, HelpCircle } from 'lucide-react';
|
||||
import { Sparkles, Award, Zap, ArrowRight, TrendingUp, Users, MessageSquare, HelpCircle, Briefcase } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -36,8 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Testimonials", id: "testimonials" }
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact"
|
||||
text: "Get Started", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -52,38 +51,30 @@ export default function HomePage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/modern-minimalist-web-design-interface-w-1772612066081-7672bf7b.png",
|
||||
imageAlt: "Modern web design showcase"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/modern-minimalist-web-design-interface-w-1772612066081-7672bf7b.png", imageAlt: "Modern web design showcase"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/ui-ux-design-system-showcase-with-color--1772612067921-e2902843.png",
|
||||
imageAlt: "UI/UX design project"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/ui-ux-design-system-showcase-with-color--1772612067921-e2902843.png", imageAlt: "UI/UX design project"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/digital-strategy-workshop-session-with-d-1772612066869-497842e2.png",
|
||||
imageAlt: "Digital strategy workshop"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/digital-strategy-workshop-session-with-d-1772612066869-497842e2.png", imageAlt: "Digital strategy workshop"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/development-team-collaboration-scene-sho-1772612066553-53cb019e.png",
|
||||
imageAlt: "Development team collaboration"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/development-team-collaboration-scene-sho-1772612066553-53cb019e.png", imageAlt: "Development team collaboration"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/web-development-process-illustration-sho-1772612066994-b08acf9f.png",
|
||||
imageAlt: "Web development process"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/web-development-process-illustration-sho-1772612066994-b08acf9f.png", imageAlt: "Web development process"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/mobile-app-design-showcase-with-iphone-a-1772612066383-1d47f803.png",
|
||||
imageAlt: "Mobile app design"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/mobile-app-design-showcase-with-iphone-a-1772612066383-1d47f803.png", imageAlt: "Mobile app design"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/comprehensive-brand-design-system-presen-1772612068005-c471a85a.png",
|
||||
imageAlt: "Brand design system"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/comprehensive-brand-design-system-presen-1772612068005-c471a85a.png", imageAlt: "Brand design system"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/product-launch-showcase-event-with-scree-1772612067162-a55ef92a.png",
|
||||
imageAlt: "Product launch showcase"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/product-launch-showcase-event-with-scree-1772612067162-a55ef92a.png", imageAlt: "Product launch showcase"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -105,9 +96,10 @@ export default function HomePage() {
|
||||
{ value: "150+", title: "Projects Delivered Successfully" },
|
||||
{ value: "98%", title: "Client Satisfaction Rate" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-creative-team-working-in-a--1772612067184-c68d43a2.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-creative-team-working-in-a--1772612067184-c68d43a2.png"
|
||||
imageAlt="Prof Digital team working on digital projects"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
@@ -124,51 +116,27 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Web Design & UX",
|
||||
description: "Beautiful, user-centered web designs that convert visitors into customers",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/web-design-process-visualization-showing-1772612067593-c89464d3.png?_wi=1",
|
||||
imageAlt: "Web design service",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Web Design & UX", description: "Beautiful, user-centered web designs that convert visitors into customers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/web-design-process-visualization-showing-1772612067593-c89464d3.png", imageAlt: "Web design service", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"
|
||||
},
|
||||
{
|
||||
title: "Custom Development",
|
||||
description: "Scalable, performant web applications built with cutting-edge technologies",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/custom-web-development-showcase-with-cod-1772612066267-d069ef62.png?_wi=1",
|
||||
imageAlt: "Custom development service",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Custom Development", description: "Scalable, performant web applications built with cutting-edge technologies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/custom-web-development-showcase-with-cod-1772612066267-d069ef62.png", imageAlt: "Custom development service", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"
|
||||
},
|
||||
{
|
||||
title: "Mobile Apps",
|
||||
description: "Native and cross-platform mobile applications for iOS and Android",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/mobile-app-development-illustration-show-1772612067387-987f8847.png?_wi=1",
|
||||
imageAlt: "Mobile app development",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Mobile Apps", description: "Native and cross-platform mobile applications for iOS and Android", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/mobile-app-development-illustration-show-1772612067387-987f8847.png", imageAlt: "Mobile app development", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"
|
||||
},
|
||||
{
|
||||
title: "Digital Strategy",
|
||||
description: "Strategic planning and roadmapping for your digital transformation",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/digital-strategy-roadmap-visualization-w-1772612067379-7528da6c.png?_wi=1",
|
||||
imageAlt: "Digital strategy consulting",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Digital Strategy", description: "Strategic planning and roadmapping for your digital transformation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/digital-strategy-roadmap-visualization-w-1772612067379-7528da6c.png", imageAlt: "Digital strategy consulting", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"
|
||||
},
|
||||
{
|
||||
title: "Brand Identity",
|
||||
description: "Logo, brand guidelines, and complete visual identity systems",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/brand-identity-design-showcase-featuring-1772612066359-946d68cf.png?_wi=1",
|
||||
imageAlt: "Brand identity design",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Brand Identity", description: "Logo, brand guidelines, and complete visual identity systems", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/brand-identity-design-showcase-featuring-1772612066359-946d68cf.png", imageAlt: "Brand identity design", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"
|
||||
},
|
||||
{
|
||||
title: "SEO & Analytics",
|
||||
description: "Search optimization and data-driven insights to maximize your online visibility",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/seo-and-analytics-dashboard-visualizatio-1772612066800-5a7d2106.png?_wi=1",
|
||||
imageAlt: "SEO and analytics service",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "SEO & Analytics", description: "Search optimization and data-driven insights to maximize your online visibility", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/seo-and-analytics-dashboard-visualizatio-1772612066800-5a7d2106.png", imageAlt: "SEO and analytics service", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"
|
||||
}
|
||||
]}
|
||||
@@ -176,6 +144,35 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardTwo
|
||||
title="Featured Projects"
|
||||
description="Explore our portfolio of successful digital projects that showcase innovation and excellence"
|
||||
tag="Portfolio"
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "E-Commerce Platform", name: "TechStore Pro - Online Marketplace", price: "$45,000", rating: 5,
|
||||
reviewCount: "8.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/e-commerce-platform-screenshot-showing-a-1772612067488-e99f4ebd.png", imageAlt: "TechStore Pro e-commerce project"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "SaaS Application", name: "CloudDash - Analytics Dashboard", price: "$38,000", rating: 5,
|
||||
reviewCount: "6.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/saas-analytics-dashboard-interface-with--1772612067312-b86a7522.png", imageAlt: "CloudDash SaaS project"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Corporate Website", name: "FinServ Corporate - Financial Services", price: "$28,000", rating: 5,
|
||||
reviewCount: "5.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-corporate-website-homepage--1772612068295-c7082b04.png", imageAlt: "FinServ corporate website"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
title="Proven Results & Impact"
|
||||
@@ -196,14 +193,86 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from companies who've partnered with Prof Digital for their digital transformation"
|
||||
tag="Testimonials"
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Inc", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-an-asi-1772612065385-aca3483a.png"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Roberts", role: "Product Manager", company: "InnovateLabs", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-a-male-1772612067213-d6654b0f.png"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Martinez", role: "Founder", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-a-lati-1772612066812-bfaa2675.png"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Marketing Director", company: "Digital Solutions Ltd", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-an-asi-1772612065129-cece3eae.png"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "150+", label: "Projects Completed" },
|
||||
{ value: "98%", label: "Satisfaction Rate" },
|
||||
{ value: "8+", label: "Years Experience" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services and process"
|
||||
tag="FAQ"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is your typical project timeline?", content: "Most web projects take 8-16 weeks depending on complexity and scope. We'll provide a detailed timeline during the discovery phase based on your specific requirements."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you provide ongoing support after launch?", content: "Yes, we offer comprehensive post-launch support including maintenance, updates, security monitoring, and performance optimization to ensure your site runs smoothly."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can you help with SEO and digital marketing?", content: "Absolutely. We integrate SEO best practices into every project and offer specialized SEO services, content strategy, and digital marketing consultation."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What if I need to modify the website after launch?", content: "We're here for you! We offer flexible maintenance packages and can implement changes and new features as your business evolves."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How do you approach responsive design?", content: "We design mobile-first and ensure every project looks beautiful and functions perfectly across all devices, from smartphones to large desktop monitors."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-support-team-working-in-mod-1772612068408-83f3e1ae.png"
|
||||
imageAlt="Prof Digital support team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to transform your digital presence? Let's create something extraordinary together. Reach out today for a free consultation."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
{ text: "Start Your Project", href: "#contact-form" },
|
||||
{ text: "Schedule Call", href: "/contact" }
|
||||
]}
|
||||
/>
|
||||
@@ -215,8 +284,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 Prof Digital. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "Development", href: "/services" },
|
||||
{ label: "Mobile Apps", href: "/services" },
|
||||
@@ -224,8 +292,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Testimonials", href: "/testimonials" },
|
||||
@@ -233,8 +300,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
@@ -246,4 +312,7 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
Reference in New Issue
Block a user