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
2 changes: 1 addition & 1 deletion src/components/home/OfficilaCloudProviderSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const PARTNER_CONFIG = {
rounded: false,
},
levante: {
image: '/images/home/NewDesign/levante.png',
image: '/images/home/NewDesign/LevanteHomeImage.webp',
alt: 'Internxt official cloud storage partner of Levante UD',
dimensions: { height: 430, width: 352 },
blogUrl: {
Expand Down
8 changes: 4 additions & 4 deletions src/components/layout/footers/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ export default function Footer({
className={`flex w-full flex-col overflow-hidden ${darkMode ? 'bg-[#1C1C1C] text-white' : ''}`}
>
{lang === 'es' && (
<div className="flex w-full flex-col items-center justify-center pt-10 sm:py-12 lg:px-10 lg:pt-16 xl:px-32 3xl:px-80">
<div className="flex w-full items-center justify-center ">
<Image
src={getImage('/images/footer/ProyectoGeneralitat.webp')}
alt="Proyecto Financiado por la generalitat"
width={800}
height={350}
width={330}
height={140}
/>
</div>
)}
<div
className="flex w-full flex-col items-center justify-center pt-10 sm:py-12 lg:px-10 lg:pt-16 xl:px-32 3xl:px-80"
className="flex w-full flex-col items-center justify-center pt-10 sm:py-12 lg:px-10 lg:pt-10 xl:px-32 3xl:px-80"
style={{ background: darkMode ? '' : 'linear-gradient(180deg, #FFFFFF 0%, #E5EFFF 100%)' }}
>
<div className={`w-full bg-green-120 ${darkMode ? 'bg-cool-gray-90' : 'bg-cool-gray-10'} h-[1px] lg:mb-10`} />
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/sections/FaqSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const FAQSection = ({
}: FAQSectionProps) => {
return (
<section className={`overflow-hidden ${bgColor ?? 'bg-white'}`}>
<div className="flex flex-col items-center justify-center space-y-10 px-10 py-10 pb-16 lg:py-20">
<div className="flex flex-col items-center justify-center space-y-10 px-10 py-10 pb-16 lg:pb-10 lg:pt-20">
<p className={`text-center text-30 font-semibold ${textColor ? textColor : 'text- gray-100'} lg:text-3xl`}>
{textContent.title}
</p>
Expand Down
Loading