diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..5ffad03 --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,61 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +@layer base { + html { + @apply scroll-smooth; + } + + body { + @apply font-sans text-gray-700 antialiased; + } + + h1, h2, h3, h4, h5, h6 { + @apply font-heading font-bold text-gray-900; + } +} + +@layer components { + .btn { + @apply inline-flex items-center justify-center px-6 py-3 rounded-lg font-medium transition duration-200 ease-in-out; + } + + .btn-primary { + @apply btn bg-primary-600 text-white hover:bg-primary-700 hover:scale-105; + } + + .btn-secondary { + @apply btn bg-secondary-600 text-white hover:bg-secondary-700 hover:scale-105; + } + + .btn-outline { + @apply btn border-2 border-gray-200 hover:border-primary-600 hover:text-primary-600; + } + + .container { + @apply mx-auto px-4 sm:px-6 lg:px-8 max-w-7xl; + } + + .section { + @apply py-16 md:py-24; + } + + .card { + @apply bg-white rounded-xl shadow-subtle p-6 transition duration-200 hover:shadow-elevation; + } + + .nav-link { + @apply text-gray-600 hover:text-primary-600 font-medium transition duration-200; + } + + .feature-grid { + @apply grid gap-8 md:grid-cols-2 lg:grid-cols-3; + } +} + +@layer utilities { + .text-gradient { + @apply bg-clip-text text-transparent bg-gradient-to-r from-primary-600 to-secondary-600; + } +} diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..52a03d9 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,192 @@ + + +
+ + ++ Transform your user experience with powerful analytics and insights that drive growth and engagement. +
+ +Trusted by leading companies worldwide
+Discover how our platform helps you understand and optimize every aspect of your user experience.
+Track and analyze user interactions in real-time. Understand how users navigate your product and identify opportunities for improvement.
+Understand exactly how users interact with your product through high-fidelity session recordings and heatmaps.
+See what our customers have to say about their experience with our platform.
+Product Manager at Company
+"This platform has transformed how we understand our users. The insights we've gained have been invaluable for our product development."
+Join thousands of companies already using our platform to drive growth.
+ +