Skip to content

Commit 1d086ae

Browse files
authored
Merge pull request #28 from Cloudtech-web-dev/sm-frontend
fix: button names and testimonials content
2 parents c91ffec + 39ce771 commit 1d086ae

File tree

8 files changed

+6
-5
lines changed

8 files changed

+6
-5
lines changed
259 KB
Loading
-35.5 KB
Binary file not shown.
1.16 MB
Loading
-380 KB
Binary file not shown.
2.94 KB
Loading
6.4 KB
Loading

src/front/components/HeaderAbout.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export const HeaderAbout = () => {
2222
</p>
2323

2424
<div className="d-flex flex-column justify-content-center flex-md-row gap-3 w-100">
25-
<Link to="/proyectos" className="btn btn-outline-light btn-lg rounded-pill px-5">{t('headerAbout.portfolioButton')}</Link>
26-
<Link to="/contacto" className="btn btn-outline-yellow btn-lg rounded-pill px-5">{t('headerAbout.contactButton')}</Link>
25+
<Link to="/proyectos" className="btn btn-outline-light btn-lg rounded-pill px-5">{t('headers.headerAbout.portfolioButton')}</Link>
26+
<Link to="/contacto" className="btn btn-outline-yellow btn-lg rounded-pill px-5">{t('headers.headerAbout.contactButton')}</Link>
2727
</div>
2828
</div>
2929
</div>

src/front/utils/testimonialsContent.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import client1 from "../assets/img/Testimonials/clientprofile1.jpg"
22
import company1 from "../assets/img/Testimonials/companylogo1.png"
3-
import client2 from "../assets/img/Testimonials/clientprofile2.png"
3+
import client2 from "../assets/img/Testimonials/clientProfile2.png"
44
import company2 from "../assets/img/Testimonials/companylogo2.png"
5-
import client3 from "../assets/img/Testimonials/clientProfile3.jpg"
5+
import client3 from "../assets/img/Testimonials/clientProfile3.png"
6+
import company3 from "../assets/img/Testimonials/companylogo3.png"
67

78
export const testimonialsContent = [
89
{
@@ -29,7 +30,7 @@ export const testimonialsContent = [
2930
position: 'testimonials.testimony3.position',
3031
review: 'testimonials.testimony3.review',
3132
profilePicture: client1,
32-
logo: company1
33+
logo: company3
3334

3435
}
3536
]

0 commit comments

Comments
 (0)