Added AOS animation to all pages
This commit is contained in:
@@ -63,13 +63,13 @@ export default function Start() {
|
||||
<div className="container">
|
||||
{/* center content */}
|
||||
<div className="ux-project-content text-center">
|
||||
<h1 className="ux-project-title">Start A Project</h1>
|
||||
<p className="ux-project-subtitle">
|
||||
<h1 className="ux-project-title" data-aos="fade-up" data-aos-duration="1000">Start A Project</h1>
|
||||
<p className="ux-project-subtitle" data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000">
|
||||
Tell us what you're building. We'll structure the rest.
|
||||
</p>
|
||||
</div>
|
||||
{/* joined users */}
|
||||
<div className="ux-joined-box">
|
||||
<div className="ux-joined-box" data-aos="fade-up" data-aos-delay="400" data-aos-duration="1000">
|
||||
<div className="ux-avatar-group">
|
||||
<img src="assets/images/user1.png" alt="" />
|
||||
<img src="assets/images/user2.png" alt="" />
|
||||
@@ -90,7 +90,7 @@ export default function Start() {
|
||||
<div className="container">
|
||||
<div className="row g-4">
|
||||
{/* LEFT INFO */}
|
||||
<div className="col-lg-4">
|
||||
<div className="col-lg-4" data-aos="fade-right" data-aos-duration="1000">
|
||||
<div className="ux-contact-left">
|
||||
<a href="tel:+1236662343" className="ux-contact-link">
|
||||
(123) 666-2343
|
||||
@@ -118,7 +118,7 @@ export default function Start() {
|
||||
</div>
|
||||
</div>
|
||||
{/* RIGHT FORM */}
|
||||
<div className="col-lg-8">
|
||||
<div className="col-lg-8" data-aos="fade-left" data-aos-delay="200" data-aos-duration="1000">
|
||||
<div className="ux-contact-box">
|
||||
<p className="ux-contact-mini">Let's Build it Properly.</p>
|
||||
<h2 className="ux-contact-title">
|
||||
@@ -243,7 +243,7 @@ export default function Start() {
|
||||
{/* TOP CTA */}
|
||||
<div className="ux-footer-hero">
|
||||
<div className="container">
|
||||
<div className="ux-footer-hero-content text-center">
|
||||
<div className="ux-footer-hero-content text-center" data-aos="zoom-in" data-aos-duration="1000">
|
||||
<p className="ux-section-label">AAideA</p>
|
||||
<h2 className="ux-footer-title">
|
||||
If the idea is strong, we'll scale it.
|
||||
|
||||
Reference in New Issue
Block a user