diff --git a/src/app/page.tsx b/src/app/page.tsx index b7de4bf..a151b74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,29 +1,39 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Zap, Target, BookOpen, Users, CheckCircle, Globe, TrendingUp, Handshake, Star, Lightbulb } from 'lucide-react'; +import Link from "next/link"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; +import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { + Zap, + Target, + BookOpen, + Globe, + Users, + CheckCircle, + TrendingUp, + Star, + Handshake, +} from "lucide-react"; export default function HomePage() { const navItems = [ + { name: "Home", id: "/" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Industries", id: "industries" }, { name: "Contact", id: "contact" }, ]; const footerColumns = [ { - title: "Solutions", - items: [ + title: "Solutions", items: [ { label: "Digital Marketing", href: "/services" }, { label: "IT Infrastructure", href: "/services" }, { label: "Project Management", href: "/services" }, @@ -31,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Industries", href: "/industries" }, { label: "Case Studies", href: "#" }, @@ -40,8 +49,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -52,25 +60,23 @@ export default function HomePage() { return ( @@ -82,46 +88,32 @@ export default function HomePage() { tag="Enterprise Solutions" tagIcon={Zap} tagAnimation="blur-reveal" - background={{ - variant: "sparkles-gradient", - }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/modern-it-consulting-office-environment--1772921590042-7298f3f1.png?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/modern-it-consulting-office-environment--1772921590042-7298f3f1.png" imageAlt="IIDR Tech Solutions - Modern IT Consulting" imagePosition="right" mediaAnimation="slide-up" buttons={[ - { - text: "Request Consultation", - href: "/contact", - }, - { - text: "Learn More", - href: "services", - }, + { text: "Request Consultation", href: "contact" }, + { text: "Learn More", href: "services" }, ]} buttonAnimation="blur-reveal" testimonials={[ { - name: "Rajesh Kumar", - handle: "CEO, Manufacturing Corp", - testimonial: "IIDR Tech transformed our ERP implementation in record time with minimal disruption. Exceptional expertise!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-headshot-of-a-confident-bus-1772921587891-f25070ea.png?_wi=1", - }, + name: "Rajesh Kumar", handle: "CEO, Manufacturing Corp", testimonial: + "IIDR Tech transformed our ERP implementation in record time with minimal disruption. Exceptional expertise!", rating: 5, + imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-headshot-of-a-confident-bus-1772921587891-f25070ea.png"}, { - name: "Priya Sharma", - handle: "CTO, Logistics Solutions", - testimonial: "Their IT infrastructure expertise streamlined our cloud migration. Highly professional team.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-headshot-of-a-diverse-busin-1772921588358-beeca5a8.png?_wi=1", - }, + name: "Priya Sharma", handle: "CTO, Logistics Solutions", testimonial: + "Their IT infrastructure expertise streamlined our cloud migration. Highly professional team.", rating: 5, + imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-headshot-of-a-diverse-busin-1772921588358-beeca5a8.png"}, { - name: "Amit Patel", - handle: "Director, Retail Group", - testimonial: "Digital marketing strategy from IIDR Tech increased our online presence by 300%. Outstanding results!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-headshot-of-a-business-prof-1772921589249-14f4f6b7.png?_wi=1", - }, + name: "Amit Patel", handle: "Director, Retail Group", testimonial: + "Digital marketing strategy from IIDR Tech increased our online presence by 300%. Outstanding results!", rating: 5, + imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-headshot-of-a-business-prof-1772921589249-14f4f6b7.png"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -141,29 +133,21 @@ export default function HomePage() { animationType="slide-up" features={[ { - title: "Digital Marketing", - description: "SEO optimization, social media marketing, online advertising, and website promotion strategies to boost your online presence.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/digital-marketing-analytics-dashboard-sh-1772921588252-a21c4902.png?_wi=1", - imageAlt: "Digital Marketing Services", - }, + title: "Digital Marketing", description: + "SEO optimization, social media marketing, online advertising, and website promotion strategies to boost your online presence.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/digital-marketing-analytics-dashboard-sh-1772921588252-a21c4902.png", imageAlt: "Digital Marketing Services"}, { - title: "IT & Infrastructure", - description: "Cloud infrastructure setup, server management, network security, and comprehensive IT consulting for enterprise scalability.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/cloud-infrastructure-and-network-securit-1772921589008-63a5f9b6.png?_wi=1", - imageAlt: "IT Infrastructure Solutions", - }, + title: "IT & Infrastructure", description: + "Cloud infrastructure setup, server management, network security, and comprehensive IT consulting for enterprise scalability.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/cloud-infrastructure-and-network-securit-1772921589008-63a5f9b6.png", imageAlt: "IT Infrastructure Solutions"}, { - title: "Project Management", - description: "IT project planning, agile and waterfall delivery, business process improvement, and expert implementation management.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/project-management-timeline-and-workflow-1772921589485-e1c2ee0f.png?_wi=1", - imageAlt: "Project Management Services", - }, + title: "Project Management", description: + "IT project planning, agile and waterfall delivery, business process improvement, and expert implementation management.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/project-management-timeline-and-workflow-1772921589485-e1c2ee0f.png", imageAlt: "Project Management Services"}, { - title: "ERP Implementation", - description: "Specialized IFS ERP implementation, finance setup, supply chain configuration, data migration, and ongoing user training.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/ifs-erp-system-interface-showing-modules-1772921589063-68e9e2ea.png?_wi=1", - imageAlt: "ERP Implementation Services", - }, + title: "ERP Implementation", description: + "Specialized IFS ERP implementation, finance setup, supply chain configuration, data migration, and ongoing user training.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/ifs-erp-system-interface-showing-modules-1772921589063-68e9e2ea.png", imageAlt: "ERP Implementation Services"}, ]} buttonAnimation="blur-reveal" /> @@ -179,37 +163,28 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-consulting-team-in-modern-o-1772921588658-7fed3831.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-consulting-team-in-modern-o-1772921588658-7fed3831.png" imageAlt="IIDR Tech Solutions Team" mediaAnimation="blur-reveal" bulletPoints={[ { - title: "Global ERP Expertise", - description: "15+ years of specialized experience in enterprise resource planning with proven success across diverse industries.", - icon: Globe, + title: "Global ERP Expertise", description: + "15+ years of specialized experience in enterprise resource planning with proven success across diverse industries.", icon: Globe, }, { - title: "Experienced Consultants", - description: "Team of seasoned IT professionals with deep domain knowledge and certification in leading technologies.", - icon: Users, + title: "Experienced Consultants", description: + "Team of seasoned IT professionals with deep domain knowledge and certification in leading technologies.", icon: Users, }, { - title: "Digital Transformation Leaders", - description: "Helping businesses evolve and thrive in the digital age through innovative solutions and strategic implementation.", - icon: Zap, + title: "Digital Transformation Leaders", description: + "Helping businesses evolve and thrive in the digital age through innovative solutions and strategic implementation.", icon: Zap, }, { - title: "Proven Methodology", - description: "Systematic approach to project delivery ensuring on-time, on-budget implementations with minimal business disruption.", - icon: CheckCircle, - }, - ]} - buttons={[ - { - text: "Start Your Journey", - href: "/contact", + title: "Proven Methodology", description: + "Systematic approach to project delivery ensuring on-time, on-budget implementations with minimal business disruption.", icon: CheckCircle, }, ]} + buttons={[{ text: "Start Your Journey", href: "contact" }]} buttonAnimation="blur-reveal" /> @@ -226,48 +201,20 @@ export default function HomePage() { animationType="scale-rotate" metrics={[ { - id: "1", - value: "15+", - title: "Years of IT Consulting Excellence", - items: [ - "8+ Industries Served Successfully", - "50+ Countries with Global Clients", - "Award-Winning Consulting Team", - "ISO Certified Operations", - ], + id: "1", value: "15+", title: "Years of IT Consulting Excellence", items: [ + "8+ Industries Served Successfully", "50+ Countries with Global Clients", "Award-Winning Consulting Team", "ISO Certified Operations"], }, { - id: "2", - value: "500+", - title: "Successful Project Implementations", - items: [ - "98% Client Satisfaction Rate", - "Zero Data Loss Migration Record", - "Average 25% Cost Reduction", - "On-Time Delivery Excellence", - ], + id: "2", value: "500+", title: "Successful Project Implementations", items: [ + "98% Client Satisfaction Rate", "Zero Data Loss Migration Record", "Average 25% Cost Reduction", "On-Time Delivery Excellence"], }, { - id: "3", - value: "200+", - title: "Enterprise Clients Served", - items: [ - "Manufacturing & Retail Leaders", - "Financial Services & Logistics", - "Technology & Innovation Pioneers", - "Trusted by Fortune 500 Companies", - ], + id: "3", value: "200+", title: "Enterprise Clients Served", items: [ + "Manufacturing & Retail Leaders", "Financial Services & Logistics", "Technology & Innovation Pioneers", "Trusted by Fortune 500 Companies"], }, { - id: "4", - value: "99.9%", - title: "System Uptime & Reliability", - items: [ - "24/7 Support & Monitoring", - "Proactive Issue Resolution", - "Dedicated Support Teams", - "SLA-Based Guarantees", - ], + id: "4", value: "99.9%", title: "System Uptime & Reliability", items: [ + "24/7 Support & Monitoring", "Proactive Issue Resolution", "Dedicated Support Teams", "SLA-Based Guarantees"], }, ]} buttonAnimation="blur-reveal" @@ -276,43 +223,31 @@ export default function HomePage() {
@@ -326,114 +261,38 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Microsoft Azure", - "Google Cloud", - "Amazon AWS", - "IBM Enterprise", - "Oracle Solutions", - "Salesforce", - "SAP", - "Accenture", - ]} + "Microsoft Azure", "Google Cloud", "Amazon AWS", "IBM Enterprise", "Oracle Solutions", "Salesforce", "SAP", "Accenture"]} showCard={true} speed={40} buttonAnimation="blur-reveal" /> -
- -
- -
+