Updated CSS styles

This commit is contained in:
2026-05-01 14:32:31 +05:30
parent cc65a42f89
commit 071180acff
25 changed files with 877 additions and 745 deletions
+9 -8
View File
@@ -2,6 +2,7 @@
import { useState } from "react";
import toast from "react-hot-toast";
import Link from "next/link";
export default function Start() {
const [form, setForm] = useState({
@@ -98,19 +99,19 @@ export default function Start() {
hello@ovela.com
</a>
<div className="ux-social-list">
<a href="#">
<a href="https://twitter.com" target="_blank" rel="noopener noreferrer">
Twitter <img src="assets/images/witterarrow.svg" alt="" />
</a>
<a href="#">
<a href="https://facebook.com" target="_blank" rel="noopener noreferrer">
Facebook <img src="assets/images/witterarrow.svg" alt="" />
</a>
<a href="#">
<a href="https://instagram.com" target="_blank" rel="noopener noreferrer">
Instagram <img src="assets/images/witterarrow.svg" alt="" />
</a>
<a href="#">
<a href="https://linkedin.com" target="_blank" rel="noopener noreferrer">
Linkedin <img src="assets/images/witterarrow.svg" alt="" />
</a>
<a href="#">
<a href="https://youtube.com" target="_blank" rel="noopener noreferrer">
Youtube <img src="assets/images/witterarrow.svg" alt="" />
</a>
</div>
@@ -248,12 +249,12 @@ export default function Start() {
If the idea is strong, we'll scale it.
</h2>
<div className="ux-hero-actions">
<a href="#" className="btn ux-btn-primary">
Start a Project{" "}
<Link href="/contact" className="btn ux-btn-primary">
Contact Us{" "}
<span className="ux-btn-icon">
<img src="assets/images/arrowbuttonwhite.svg" alt="" />
</span>
</a>
</Link>
</div>
</div>
</div>