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 ( +
+ We craft cutting-edge digital solutions that drive growth, enhance user experience, and position your + business at the forefront of innovation. +
++ From concept to deployment, we provide end-to-end solutions that scale with your business needs. +
++ 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. +
+ ++ We believe in collaborative partnerships that drive innovation and create lasting value for your business. +
+{step.description}
++ "DevCraft transformed our vision into reality. Their expertise and dedication exceeded our + expectations." +
++ "Outstanding technical expertise and project management. They delivered on time and within budget." +
++ Let's discuss how we can help bring your ideas to life. Get in touch for a free consultation. +
+A full-stack web application
+