feat: build initial landing page
This commit introduces the first version of the Opp lens landing page, replacing the default Next.js starter content. The new page is designed to attract SMEs by showcasing the AI-powered tender management platform. It includes several key sections: - A hero section with a clear value proposition. - Sections detailing the problem, how the platform works, its features, and its benefits. - A call-to-action form for users to sign up for early access. - A comprehensive footer with contact and social media links. Key changes include: - **`app/page.tsx`**: Completely rewritten to build the landing page structure and content. - **`app/globals.css`**: Updated with a new dark theme, custom brand colors, and a gradient text utility class for headings. - **Dependencies**: Added `axios` to handle the early access form submission. - **SEO**: Implemented detailed metadata for improved search engine visibility.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.38539 8.84875C4.05805 6.13984 6.20602 4.04534 8.93056 3.44162L9.38443 3.34105C11.4366 2.88632 13.5634 2.88632 15.6156 3.34105L16.0694 3.44162C18.794 4.04534 20.942 6.13984 21.6146 8.84876C22.1285 10.9182 22.1285 13.0819 21.6146 15.1512C20.942 17.8602 18.794 19.9547 16.0694 20.5584L15.6156 20.659C13.5634 21.1137 11.4366 21.1137 9.38443 20.659L8.93055 20.5584C6.20601 19.9547 4.05805 17.8602 3.38539 15.1513C2.87154 13.0819 2.87154 10.9181 3.38539 8.84875Z" fill="#F4F4F4"/>
|
||||
<path d="M4.80225 6.5004L10.5825 10.63C11.7295 11.4496 13.2705 11.4496 14.4175 10.63L20.1977 6.5004M3.38539 15.1513C2.87154 13.0819 2.87154 10.9181 3.38539 8.84875C4.05805 6.13984 6.20602 4.04534 8.93056 3.44162L9.38443 3.34105C11.4366 2.88632 13.5634 2.88632 15.6156 3.34105L16.0694 3.44162C18.794 4.04534 20.942 6.13984 21.6146 8.84876C22.1285 10.9182 22.1285 13.0819 21.6146 15.1512C20.942 17.8602 18.794 19.9547 16.0694 20.5584L15.6156 20.659C13.5634 21.1137 11.4366 21.1137 9.38443 20.659L8.93055 20.5584C6.20601 19.9547 4.05805 17.8602 3.38539 15.1513Z" stroke="#0164FF" stroke-width="1.5" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user