|
1 | 1 | import React from "react"; |
2 | 2 | import { Header } from "../../components/Header"; |
3 | 3 | const About: React.FC = () => { |
4 | | - return ( |
5 | | - <> |
6 | | - <Header/> |
7 | | - |
8 | | - {/* Hero Section */} |
9 | | - <div className="min-h-screen bg-white dark:bg-gray-900 text-gray-900 dark:text-white"> |
10 | | - {/* Main Content */} |
11 | | - <div className="container mx-auto px-4 py-16"> |
12 | | - {/* About Section */} |
13 | | - <div className="max-w-4xl mx-auto"> |
14 | | - <h1 className="text-4xl md:text-5xl font-bold mt-16 mb-8 text-center bg-gradient-to-r from-red-900 to-purple-600 dark:from-red-700 dark:to-purple-400 text-transparent bg-clip-text"> |
15 | | - About Cineverse |
16 | | - </h1> |
17 | | - |
18 | | - <div className="space-y-8"> |
19 | | - {/* Introduction */} |
20 | | - <div className="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500"> |
21 | | - <p className="text-lg leading-relaxed"> |
22 | | - Cineverse is your ultimate movie discovery platform, designed to help film |
23 | | - enthusiasts explore, search, and track their favorite movies with ease. |
24 | | - Our platform combines powerful search capabilities with a user-friendly |
25 | | - interface to enhance your movie-watching experience. |
26 | | - </p> |
27 | | - </div> |
| 4 | + return ( |
| 5 | + <> |
| 6 | + <Header /> |
28 | 7 |
|
29 | | - {/* Mission Section */} |
30 | | - <div className="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500"> |
31 | | - <h2 className="text-2xl font-semibold mb-4 flex items-center justify-center"> |
32 | | - |
33 | | - Our Mission |
34 | | - </h2> |
35 | | - <p className="text-lg leading-relaxed"> |
36 | | - We strive to create an inclusive and engaging platform where movie lovers |
37 | | - can discover new films, share their passion, and connect with fellow |
38 | | - cinema enthusiasts. Our goal is to make the world of cinema more |
39 | | - accessible and enjoyable for everyone. |
40 | | - </p> |
41 | | - </div> |
| 8 | + {/* Hero Section */} |
| 9 | + <div className='min-h-screen bg-white dark:bg-gray-900 text-gray-900 dark:text-white'> |
| 10 | + {/* Main Content */} |
| 11 | + <div className='container mx-auto px-4 py-16'> |
| 12 | + {/* About Section */} |
| 13 | + <div className='max-w-4xl mx-auto'> |
| 14 | + <h1 className='text-4xl md:text-5xl font-bold mt-16 mb-8 text-center bg-gradient-to-r from-red-900 to-purple-600 dark:from-red-700 dark:to-purple-400 text-transparent bg-clip-text'> |
| 15 | + About Cineverse |
| 16 | + </h1> |
42 | 17 |
|
43 | | - {/* Features */} |
44 | | - <div className="grid md:grid-cols-3 gap-6"> |
45 | | - <div className="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500"> |
46 | | - <h3 className="text-xl font-semibold mb-3">Smart Search</h3> |
47 | | - <p>Advanced search features to help you find exactly what you're looking for.</p> |
48 | | - </div> |
49 | | - <div className="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500"> |
50 | | - <h3 className="text-xl font-semibold mb-3">Rich Database</h3> |
51 | | - <p>Extensive collection of movies with detailed information and ratings.</p> |
52 | | - </div> |
53 | | - <div className="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500"> |
54 | | - <h3 className="text-xl font-semibold mb-3">Modern UI</h3> |
55 | | - <p>Clean, responsive interface with dark mode support for comfortable browsing.</p> |
56 | | - </div> |
57 | | - </div> |
| 18 | + <div className='space-y-8'> |
| 19 | + {/* Introduction */} |
| 20 | + <div className='bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500'> |
| 21 | + <p className='text-lg leading-relaxed'> |
| 22 | + Cineverse is your ultimate movie discovery platform, designed |
| 23 | + to help film enthusiasts explore, search, and track their |
| 24 | + favorite movies with ease. Our platform combines powerful |
| 25 | + search capabilities with a user-friendly interface to enhance |
| 26 | + your movie-watching experience. |
| 27 | + </p> |
| 28 | + </div> |
58 | 29 |
|
59 | | - |
60 | | - </div> |
61 | | - </div> |
62 | | - </div> |
63 | | - </div> |
64 | | - </> |
65 | | - ); |
| 30 | + {/* Mission Section */} |
| 31 | + <div className='bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500'> |
| 32 | + <h2 className='text-2xl font-semibold mb-4 flex items-center justify-center'> |
| 33 | + Our Mission |
| 34 | + </h2> |
| 35 | + <p className='text-lg leading-relaxed'> |
| 36 | + We strive to create an inclusive and engaging platform where |
| 37 | + movie lovers can discover new films, share their passion, and |
| 38 | + connect with fellow cinema enthusiasts. Our goal is to make |
| 39 | + the world of cinema more accessible and enjoyable for |
| 40 | + everyone. |
| 41 | + </p> |
| 42 | + </div> |
| 43 | + |
| 44 | + {/* Features */} |
| 45 | + <div className='grid md:grid-cols-3 gap-6'> |
| 46 | + <div className='bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500'> |
| 47 | + <h3 className='text-xl font-semibold mb-3'>Smart Search</h3> |
| 48 | + <p> |
| 49 | + Advanced search features to help you find exactly what |
| 50 | + you're looking for. |
| 51 | + </p> |
| 52 | + </div> |
| 53 | + <div className='bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500'> |
| 54 | + <h3 className='text-xl font-semibold mb-3'>Rich Database</h3> |
| 55 | + <p> |
| 56 | + Extensive collection of movies with detailed information and |
| 57 | + ratings. |
| 58 | + </p> |
| 59 | + </div> |
| 60 | + <div className='bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-2xl hover:border-2 hover:border-red-500'> |
| 61 | + <h3 className='text-xl font-semibold mb-3'>Modern UI</h3> |
| 62 | + <p> |
| 63 | + Clean, responsive interface with dark mode support for |
| 64 | + comfortable browsing. |
| 65 | + </p> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + </div> |
| 70 | + </div> |
| 71 | + </div> |
| 72 | + </> |
| 73 | + ); |
66 | 74 | }; |
67 | 75 |
|
68 | 76 | export default About; |
0 commit comments