diff --git a/next-auth.d.ts b/next-auth.d.ts new file mode 100644 index 0000000..bb6925f --- /dev/null +++ b/next-auth.d.ts @@ -0,0 +1,13 @@ +import NextAuth from "next-auth" + +declare module "next-auth" { + interface Session { + // Add any custom session properties here + } +} + +declare module "next-auth/jwt" { + interface JWT { + // Add any custom JWT properties here + } +} diff --git a/src/app/landingpage/pages.tsx b/src/app/landingpage/pages.tsx new file mode 100644 index 0000000..c0da375 --- /dev/null +++ b/src/app/landingpage/pages.tsx @@ -0,0 +1,582 @@ +import { Button } from "@/components/ui/button" +import { Input } from "@/components/ui/input" +import { Textarea } from "@/components/ui/textarea" +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" +import { Badge } from "@/components/ui/badge" +import { + Code, + Smartphone, + Globe, + Database, + Users, + Zap, + Shield, + ArrowRight, + CheckCircle, + Star, + Mail, + Phone, + MapPin, +} from "lucide-react" +import Image from "next/image" +import Link from "next/link" +import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select" + +export default function AgencyLanding() { + return ( +
+ {/* Navigation */} + + + {/* Hero Section */} +
+
+
+
+
+ + 🚀 Transforming Ideas into Digital Reality + +

+ Build the{" "} + + Future + {" "} + of Your Business +

+

+ We craft cutting-edge digital solutions that drive growth, enhance user experience, and position your + business at the forefront of innovation. +

+
+ +
+ + +
+ +
+
+
500+
+
Projects Delivered
+
+
+
98%
+
Client Satisfaction
+
+
+
24/7
+
Support
+
+
+
+ +
+
+ Digital Innovation +
+
+
+
+ + {/* Services Section */} +
+
+
+ Our Expertise +

Comprehensive Development Services

+

+ From concept to deployment, we provide end-to-end solutions that scale with your business needs. +

+
+ +
+ {[ + { + icon: Globe, + title: "Web Development", + description: + "Modern, responsive websites built with cutting-edge technologies like React, Next.js, and TypeScript.", + features: ["Responsive Design", "SEO Optimized", "Fast Performance"], + }, + { + icon: Smartphone, + title: "Mobile Development", + description: "Native and cross-platform mobile apps that deliver exceptional user experiences.", + features: ["iOS & Android", "React Native", "Flutter"], + }, + { + icon: Database, + title: "Backend Development", + description: "Scalable server-side solutions with robust APIs and database architecture.", + features: ["RESTful APIs", "Database Design", "Cloud Integration"], + }, + { + icon: Shield, + title: "DevOps & Security", + description: "Secure deployment pipelines and infrastructure management for reliable operations.", + features: ["CI/CD Pipelines", "Security Audits", "Cloud Deployment"], + }, + { + icon: Zap, + title: "Performance Optimization", + description: "Speed up your applications with advanced optimization techniques and monitoring.", + features: ["Code Optimization", "Caching Strategies", "Monitoring"], + }, + { + icon: Users, + title: "Consulting & Strategy", + description: "Technical consulting to help you make informed decisions about your technology stack.", + features: ["Architecture Review", "Technology Selection", "Best Practices"], + }, + ].map((service, index) => ( + + +
+ +
+ {service.title} + {service.description} +
+ +
    + {service.features.map((feature, idx) => ( +
  • + + {feature} +
  • + ))} +
+
+
+ ))} +
+
+
+ + {/* About Section */} +
+
+
+
+ Why Choose Us +

Your Success is Our Mission

+

+ With years of experience and a passion for innovation, we deliver solutions that not only meet your + current needs but also prepare you for future growth. +

+ +
+ {[ + "Agile development methodology for faster delivery", + "Dedicated project managers for seamless communication", + "Post-launch support and maintenance included", + "Transparent pricing with no hidden costs", + ].map((point, index) => ( +
+ + {point} +
+ ))} +
+ + +
+ +
+
+ +
5+
+
Years Experience
+
+ +
50+
+
Team Members
+
+
+
+ +
100+
+
Happy Clients
+
+ +
24/7
+
Support
+
+
+
+
+
+
+ + {/* Collaboration Section */} +
+
+
+ Partnership +

Let's Build Something Amazing Together

+

+ We believe in collaborative partnerships that drive innovation and create lasting value for your business. +

+
+ +
+ {[ + { + step: "01", + title: "Discovery & Planning", + description: + "We start by understanding your vision, goals, and requirements through detailed consultation.", + }, + { + step: "02", + title: "Design & Development", + description: "Our team creates prototypes and develops your solution using industry best practices.", + }, + { + step: "03", + title: "Launch & Support", + description: "We deploy your project and provide ongoing support to ensure continued success.", + }, + ].map((step, index) => ( + +
+ {step.step} +
+

{step.title}

+

{step.description}

+
+ ))} +
+ + {/* Client Testimonials */} +
+
+

What Our Clients Say

+
+ {[...Array(5)].map((_, i) => ( + + ))} +
+
+ +
+ +
+ Client +
+
Sarah Johnson
+
CEO, TechStart Inc.
+
+
+

+ "DevCraft transformed our vision into reality. Their expertise and dedication exceeded our + expectations." +

+
+ + +
+ Client +
+
Michael Chen
+
CTO, InnovateLab
+
+
+

+ "Outstanding technical expertise and project management. They delivered on time and within budget." +

+
+
+
+
+
+ + {/* Contact Section */} +
+
+
+
+
+ Get In Touch +

Ready to Start Your Project?

+

+ Let's discuss how we can help bring your ideas to life. Get in touch for a free consultation. +

+
+ +
+
+
+ +
+
+
Email Us
+
hello@devcraft.agency
+
+
+ +
+
+ +
+
+
Call Us
+
+1 (555) 123-4567
+
+
+ +
+
+ +
+
+
Visit Us
+
123 Innovation Street, Tech City, TC 12345
+
+
+
+
+ + + + Send us a message + + Fill out the form below and we'll get back to you within 24 hours. + + + +
+
+
+ + +
+
+ + +
+
+ +
+ + +
+ +
+ + +
+ +
+ +