diff --git a/src/app/page.tsx b/src/app/page.tsx index 5595aa1..fb2fe0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,12 +51,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ku02hf", imageAlt: "Professional office desk with translation documents and computer" }, - { id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hyssk3", imageAlt: "Poland and Hungary flags representing bilingual translation services" }, - { id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cmxeah", imageAlt: "Official business documents ready for translation" }, - { id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zw4h45", imageAlt: "Translation software CAT tools on computer screen" }, - { id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2c8io8", imageAlt: "Professional proofreading and document editing" }, - { id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n36b2o", imageAlt: "IT and technology translation work environment" } + { id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ku02hf&_wi=1", imageAlt: "Professional office desk with translation documents and computer" }, + { id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hyssk3&_wi=1", imageAlt: "Poland and Hungary flags representing bilingual translation services" }, + { id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cmxeah&_wi=1", imageAlt: "Official business documents ready for translation" }, + { id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zw4h45&_wi=1", imageAlt: "Translation software CAT tools on computer screen" }, + { id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2c8io8&_wi=1", imageAlt: "Professional proofreading and document editing" }, + { id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n36b2o&_wi=1", imageAlt: "IT and technology translation work environment" } ]} autoPlay={true} autoPlayInterval={5000} @@ -91,22 +91,22 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Polish ↔ Hungarian Translations", description: "Professional translations between Polish and Hungarian for any document type, with precision and cultural accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hyssk3", imageAlt: "Poland and Hungary flags" + title: "Polish ↔ Hungarian Translations", description: "Professional translations between Polish and Hungarian for any document type, with precision and cultural accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hyssk3&_wi=2", imageAlt: "Poland and Hungary flags" }, { - title: "Business & Official Documents", description: "Contracts, letters, correspondence, certificates, and official documentation handled with meticulous attention to detail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cmxeah", imageAlt: "Business documents and contracts" + title: "Business & Official Documents", description: "Contracts, letters, correspondence, certificates, and official documentation handled with meticulous attention to detail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cmxeah&_wi=2", imageAlt: "Business documents and contracts" }, { - title: "Proofreading & Editing", description: "Comprehensive text refinement services ensuring your content is polished, error-free, and professionally presented.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2c8io8", imageAlt: "Document proofreading and editing" + title: "Proofreading & Editing", description: "Comprehensive text refinement services ensuring your content is polished, error-free, and professionally presented.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2c8io8&_wi=2", imageAlt: "Document proofreading and editing" }, { title: "Marketing & Content", description: "Professional creation of media content, newsletters, magazines, and social media materials in Polish and Hungarian.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3r04v", imageAlt: "Marketing content creation" }, { - title: "Technical Translations", description: "Specialized translation of technical manuals, IT documentation, and specialized industry content with CAT software expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zw4h45", imageAlt: "Computer and technical translation" + title: "Technical Translations", description: "Specialized translation of technical manuals, IT documentation, and specialized industry content with CAT software expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zw4h45&_wi=2", imageAlt: "Computer and technical translation" }, { - title: "Multi-Industry Expertise", description: "Experience across marketing, IT, architecture, tourism, pharmaceuticals, literature, sports, and more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n36b2o", imageAlt: "IT and technology services" + title: "Multi-Industry Expertise", description: "Experience across marketing, IT, architecture, tourism, pharmaceuticals, literature, sports, and more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n36b2o&_wi=2", imageAlt: "IT and technology services" } ]} ariaLabel="Services section" @@ -206,7 +206,7 @@ export default function LandingPage() {