Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/front/assets/img/Testimonials/clientProfile3.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified src/front/assets/img/Testimonials/companylogo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/front/components/HeaderAbout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const HeaderAbout = () => {
</p>

<div className="d-flex flex-column justify-content-center flex-md-row gap-3 w-100">
<Link to="/proyectos" className="btn btn-outline-light btn-lg rounded-pill px-5">{t('headerAbout.portfolioButton')}</Link>
<Link to="/contacto" className="btn btn-outline-yellow btn-lg rounded-pill px-5">{t('headerAbout.contactButton')}</Link>
<Link to="/proyectos" className="btn btn-outline-light btn-lg rounded-pill px-5">{t('headers.headerAbout.portfolioButton')}</Link>
<Link to="/contacto" className="btn btn-outline-yellow btn-lg rounded-pill px-5">{t('headers.headerAbout.contactButton')}</Link>
</div>
</div>
</div>
Expand Down
7 changes: 4 additions & 3 deletions src/front/utils/testimonialsContent.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import client1 from "../assets/img/Testimonials/clientprofile1.jpg"
import company1 from "../assets/img/Testimonials/companylogo1.png"
import client2 from "../assets/img/Testimonials/clientprofile2.png"
import client2 from "../assets/img/Testimonials/clientProfile2.png"
import company2 from "../assets/img/Testimonials/companylogo2.png"
import client3 from "../assets/img/Testimonials/clientProfile3.jpg"
import client3 from "../assets/img/Testimonials/clientProfile3.png"
import company3 from "../assets/img/Testimonials/companylogo3.png"

export const testimonialsContent = [
{
Expand All @@ -29,7 +30,7 @@ export const testimonialsContent = [
position: 'testimonials.testimony3.position',
review: 'testimonials.testimony3.review',
profilePicture: client1,
logo: company1
logo: company3

}
]