Skip to content

Commit

Permalink
Merge pull request #63 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Updated: Links
  • Loading branch information
TartejBrothers committed Jun 17, 2024
2 parents 1eb61cf + e10407f commit 23fa62f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function App() {
const designsRect = designsRef.current.getBoundingClientRect();
const designsTop = designsRect.top;

// Check if designs section is in view
if (designsTop < window.innerHeight) {
setAnimateTestimonial(true);
} else {
Expand Down
2 changes: 1 addition & 1 deletion src/components/contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function contact() {
partner in success, every step of the way - anytime, anywhere
</p>
<div className="contactbuttons">
<a href="https://calendly.com/advalstudios" target="blank">
<a href="https://calendly.com/advalstudios/talk-to-us" target="blank">
<button className="booknow">Book Meeting Now</button>
</a>
<button
Expand Down
14 changes: 10 additions & 4 deletions src/components/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ export default function Home() {
<ul>
<li onClick={() => scrollToSection("home")}>Home</li>
<li onClick={() => scrollToSection("expertise")}>Services</li>
<li onClick={() => scrollToSection("showcase")}>Portfolio</li>
<li onClick={() => scrollToSection("projects")}>Portfolio</li>
<li onClick={() => scrollToSection("testimonial")}>Reviews</li>
<li onClick={() => scrollToSection("contact")}>About</li>
<li>
<a href="https://calendly.com/advalstudios" target="blank">
<a
href="https://calendly.com/advalstudios/talk-to-us"
target="blank"
>
<button className="contactbtn">Contact</button>
</a>
</li>
Expand Down Expand Up @@ -93,7 +96,10 @@ export default function Home() {
</li>
<li>
<img src={info} alt="Navigation Items" />
<a href="https://calendly.com/advalstudios" target="blank">
<a
href="https://calendly.com/advalstudios/talk-to-us"
target="blank"
>
Contact
</a>
</li>
Expand All @@ -116,7 +122,7 @@ export default function Home() {
More than an agency, we are your partner in success, every step of
the way anytime, anywhere
</p>
<a href="https://calendly.com/advalstudios" target="blank">
<a href="https://calendly.com/advalstudios/talk-to-us" target="blank">
<button className="homecenterbutton">Free Consultation</button>
</a>
<div className="homebottommobile">
Expand Down
8 changes: 5 additions & 3 deletions src/components/showcase.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ import showcase3 from "./assests/showcase3.png";
export default function showcase() {
return (
<div className="showcase">
<h1 className="commonheader">Our Projects</h1>
<h1 className="commonheader" id="projects">
Our Projects
</h1>
<div className="showcasedesktop">
<ShowcaseComponent
heading="STUDENTIFY"
content="A website created for students all over the world, which empowers students to quickly increase their productivity & reduce stress, it has everything a student will need for juggling multiple task at hand, from attendance tracker to time table manager, expense manager. It is all in one solution for every students problem. Discover the tools that will help you stay organized and focused on your academic journey."
speaker="GaganDeep"
post="(Senior Developer)"
image={showcase1}
link="https://studentify-inc.netlify.com"
link="https://studentify-inc.netlify.app"
/>
<ShowcaseComponentReverse
heading="ADLIFE NGO"
Expand Down Expand Up @@ -45,7 +47,7 @@ export default function showcase() {
speaker="GaganDeep"
post="(Senior Developer)"
image={showcase1}
link="https://studentify-inc.netlify.com"
link="https://studentify-inc.netlify.app"
/>
<ShowcaseMobile
heading="ADLIFE NGO"
Expand Down

0 comments on commit 23fa62f

Please sign in to comment.