Update src/app/page.tsx

This commit is contained in:
2026-06-02 02:18:15 +00:00
parent 9b5b4d24d6
commit f9d95edb32

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-facility-engineering-team-reviewing-photovoltaic-system-performance_482257-125131.jpg", imageAlt: "Instructor enseñando en un taller de capacitación"},
imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-facility-engineering-team-reviewing-photovoltaic-photovoltaic-system-performance_482257-125131.jpg", imageAlt: "Instructor enseñando en un taller de capacitación"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-engineer_23-2148836104.jpg", imageAlt: "Vista de un edificio moderno en construcción"},
{
@@ -101,7 +101,7 @@ export default function LandingPage() {
{
type: "image", src: "http://img.b2bpic.net/free-vector/coloured-abstract-shapes-collection_1222-7.jpg", alt: "Colección de formas abstractas coloreadas"},
]}
titleClassName="text-center text-8xl text-black"
titleClassName="text-center text-6xl text-black"
/>
</div>