11---
22import Layout from ' ../layouts/Layout.astro' ;
3+ import ' ../styles/global.css' ;
34---
45
56<Layout
67 title =" Crowd-Validation Commerce Disclosure - PRiority"
78 description =" Commercial disclosure for PRiority crowd-validation campaign - validating demand before building."
89>
9- <div class =" relative min-h-screen overflow-hidden bg-black text-white" >
10- <!-- Background Effects -->
11- <div class =" fixed inset-0 z-0" >
12- <div class =" absolute inset-0 bg-gradient-to-br from-blue-900/20 via-purple-900/20 to-pink-900/20" ></div >
13- <div class =" absolute inset-0 bg-[radial-gradient(circle_at_50%_50%,rgba(120,119,198,0.1),transparent_50%)]" ></div >
10+ <div class =" relative overflow-hidden" >
11+ <!-- Animated background -->
12+ <div class =" fixed inset-0 mesh-gradient opacity-30 z-[-20]" ></div >
13+ <div class =" fixed inset-0 z-[-15]" >
14+ <div class =" absolute -top-40 -right-40 w-80 h-80 bg-purple-500 rounded-full mix-blend-multiply filter blur-3xl opacity-10 animate-float" ></div >
15+ <div class =" absolute -bottom-40 -left-40 w-80 h-80 bg-blue-500 rounded-full mix-blend-multiply filter blur-3xl opacity-10 animate-float" style =" animation-delay: 2s;" ></div >
1416 </div >
1517
1618 <!-- Navigation -->
17- <nav class =" fixed top-0 left-0 right-0 z-[100] px-6 py-4 lg:px-12 bg-black/80 backdrop-blur-md border-b border-gray-800/50" >
19+ <nav class =" fixed top-0 left-0 right-0 z-[100] px-6 py-4 lg:px-12 bg-black/50 backdrop-blur-md border-b border-gray-800/50" >
1820 <div class =" max-w-7xl mx-auto flex items-center justify-between" >
1921 <div class =" flex items-center space-x-2" >
2022 <a href =" /PRiority/" >
@@ -27,7 +29,7 @@ import Layout from '../layouts/Layout.astro';
2729 </div >
2830 </nav >
2931
30- <main class =" relative z-20 pt-32 px-6 py-20 lg:px-12" >
32+ <main class =" relative z-20 pt-20 px-6 py-20 lg:px-12" >
3133 <div class =" max-w-4xl mx-auto" >
3234 <!-- Important Notice Banner -->
3335 <div class =" bg-gradient-to-r from-purple-500/20 to-blue-500/20 border border-purple-500/30 rounded-lg p-6 mb-8" >
@@ -289,7 +291,6 @@ import Layout from '../layouts/Layout.astro';
289291 <h2 class =" text-xl font-bold mb-4 text-white" >Contact Information</h2 >
290292 <p >For questions about the crowdfunding campaign:</p >
291293 <p class =" mt-2" >
292- <strong >Email:</strong > <a href =" mailto:crowdfunding@priority-platform.com" class =" text-blue-400 hover:underline" >crowdfunding@priority-platform.com</a ><br >
293294 <strong >GitHub:</strong > <a href =" https://github.com/gunta" class =" text-blue-400 hover:underline" target =" _blank" >@gunta</a ><br >
294295 <strong >Twitter/X:</strong > <a href =" https://x.com/gunta85" class =" text-blue-400 hover:underline" target =" _blank" >@gunta85</a >
295296 </p >
@@ -309,39 +310,3 @@ import Layout from '../layouts/Layout.astro';
309310 </div >
310311</Layout >
311312
312- <style >
313- /* Import global styles */
314- @import url('../styles/global.css');
315-
316- .glass-card {
317- background: rgba(17, 24, 39, 0.8);
318- backdrop-filter: blur(16px);
319- border: 1px solid rgba(55, 65, 81, 0.3);
320- border-radius: 1rem;
321- box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
322- }
323-
324- .gradient-text {
325- background: linear-gradient(135deg, #60a5fa, #a855f7, #ec4899);
326- background-clip: text;
327- -webkit-background-clip: text;
328- -webkit-text-fill-color: transparent;
329- }
330-
331- section {
332- scroll-margin-top: 100px;
333- }
334-
335- /* Ensure proper text contrast */
336- body {
337- background-color: #000;
338- color: #fff;
339- }
340-
341- /* Enhanced glass card styling */
342- .glass-card:hover {
343- background: rgba(17, 24, 39, 0.9);
344- transform: translateY(-2px);
345- transition: all 0.3s ease;
346- }
347- </style >
0 commit comments