From c47462d348b08cb1d850096640e0008a3de20267 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:11:45 +0000 Subject: [PATCH 1/2] Update src/app/apply/page.tsx --- src/app/apply/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/apply/page.tsx b/src/app/apply/page.tsx index 2b3515a..ed2d5c9 100644 --- a/src/app/apply/page.tsx +++ b/src/app/apply/page.tsx @@ -22,7 +22,7 @@ export default function ApplyPage() { headingFontWeight="normal" > Date: Wed, 20 May 2026 17:11:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1700b76..038d698 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Values", id: "#values" }, { name: "Apply", id: "/apply" }, { name: "Contact", id: "#contact" }, - { name: "Language", id: "#lang" } + { name: "Language", id: "#lang", dropdownItems: [{label: "German", value: "de"}, {label: "English", value: "en"}, {label: "French", value: "fr"}, {label: "Spanish", value: "es"}] } ]} brandName="Artemis Agency" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzkD2uz35Ou1bcDokeeXdpdXCv/uploaded-1779296716411-d4fpppan.jpg" @@ -73,8 +73,8 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { title: "Strategic Scaling", description: "Methodical growth strategies.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-matches-representing-graph_23-2148749506.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-concept-logotype-collection_52683-13459.jpg", buttonText: "Learn More" }, - { title: "Revenue Optimization", description: "Maximized efficiency per channel.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-cool-background_181624-26156.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/gradient-social-media-logo-collection_23-2148306808.jpg", buttonText: "Learn More" }, + { title: "Strategic Scaling", description: "Methodical growth strategies.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-matches-representing-graph_23-2148749506.jpg", titleImageSrc: "http://img.b2bvec.net/free-vector/gradient-technology-concept-logotype-collection_52683-13459.jpg", buttonText: "Learn More" }, + { title: "Revenue Optimization", description: "Maximized efficiency per channel.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-cool-background_181624-26156.jpg", titleImageSrc: "http://img.b2bvec.net/free-vector/gradient-social-media-logo-collection_23-2148306808.jpg", buttonText: "Learn More" }, { title: "Discreet Management", description: "High-level professional privacy.", imageSrc: "http://img.b2bpic.net/free-vector/vintage-golden-art-nouveau-badge-vector_53876-57477.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/minus-icon-left-side_187299-44679.jpg", buttonText: "Learn More" }, ]} title="Premium Operational Systems" -- 2.49.1