Updated CSS styles
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import Link from "next/link";
|
||||
|
||||
export default function linkedin_uppro() {
|
||||
return (
|
||||
<>
|
||||
@@ -95,9 +97,9 @@ export default function linkedin_uppro() {
|
||||
Professional-grade platform. Structured user journey. Scalable
|
||||
product foundation.
|
||||
</p>
|
||||
<a href="#" className="ux-result-btn">
|
||||
<Link href="/start_project" className="ux-result-btn">
|
||||
Design your platform
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -111,12 +113,12 @@ export default function linkedin_uppro() {
|
||||
If the idea is strong, we'll scale it.
|
||||
</h2>
|
||||
<div className="ux-hero-actions">
|
||||
<a href="#" className="btn ux-btn-primary">
|
||||
<Link href="/start_project" className="btn ux-btn-primary">
|
||||
Start a Project{" "}
|
||||
<span className="ux-btn-icon">
|
||||
<img src="assets/images/arrowbuttonwhite.svg" alt="" />
|
||||
</span>
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user