File size: 970 Bytes
a5f637b
 
 
 
 
 
 
 
 
85d11a4
a5f637b
85d11a4
a5f637b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <!-- Same head content -->
    <title>Contact | Dossiya DAKOU</title>
</head>
<body>
    <!-- Navbar -->
    
    <section class="px-6 md:px-12 lg:px-24 py-16 min-h-[80vh] bg-black">
        <div class="max-w-4xl mx-auto">
            <h2 class="text-3xl font-inter font-bold text-green-300 mb-8">Get In Touch</h2>
            
            <div class="grid md:grid-cols-2 gap-12">
                <!-- Contact info -->
                <div>
                    <h3 class="text-xl font-inter text-orange mb-4">Contact Information</h3>
                    <!-- Add contact details -->
                </div>
                
                <!-- Contact form -->
                <div>
                    <form class="space-y-4">
                        <!-- Add form fields -->
                    </form>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
</body>
</html>