Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-15 13:23:20 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Kezdőlap",
id: "hero",
},
name: "Kezdőlap", id: "hero"},
{
name: "Rólunk",
id: "about",
},
name: "Rólunk", id: "about"},
{
name: "Állások",
id: "jobs",
},
name: "Állások", id: "jobs"},
{
name: "Nyelvtanfolyam",
id: "language",
},
name: "Nyelvtanfolyam", id: "language"},
{
name: "Kapcsolat",
id: "contact",
},
name: "Kapcsolat", id: "contact"},
]}
brandName="AusztriaJobs"
/>
@@ -59,70 +49,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Építsd Karriered Ausztriában"
description="Megbízható közvetítés szezonális munkákra. Kezdj velünk egy új életet, ahol a célunk a te sikered."
buttons={[
{
text: "Állások megtekintése",
href: "#jobs",
},
text: "Állások megtekintése", href: "#jobs"},
{
text: "Kapcsolat",
href: "#contact",
},
text: "Kapcsolat", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/rural-travelers-exploring-surroundings-together_23-2149125467.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/rural-travelers-exploring-surroundings-together_23-2149125467.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/hiker-takes-moment-admire-panoramic-view-mountains_482257-125781.jpg",
alt: "Hiker takes a moment to admire the panoramic view of mountains",
},
src: "http://img.b2bpic.net/free-photo/hiker-takes-moment-admire-panoramic-view-mountains_482257-125781.jpg", alt: "Hiker takes a moment to admire the panoramic view of mountains"},
{
src: "http://img.b2bpic.net/free-photo/hiker-dressed-warm-clothing-stands-mountain-peak_482257-119837.jpg",
alt: "Hiker dressed in warm clothing stands on a mountain peak",
},
src: "http://img.b2bpic.net/free-photo/hiker-dressed-warm-clothing-stands-mountain-peak_482257-119837.jpg", alt: "Hiker dressed in warm clothing stands on a mountain peak"},
{
src: "http://img.b2bpic.net/free-photo/nature-lover-mountain-peak-breathes-crisp-fresh-air_482257-121042.jpg",
alt: "Nature lover on a mountain peak breathes in the crisp fresh air",
},
src: "http://img.b2bpic.net/free-photo/nature-lover-mountain-peak-breathes-crisp-fresh-air_482257-121042.jpg", alt: "Nature lover on a mountain peak breathes in the crisp fresh air"},
{
src: "http://img.b2bpic.net/free-photo/rear-view-young-man-with-backpack-traveling_329181-19210.jpg",
alt: "Rear view of young man with backpack traveling",
},
src: "http://img.b2bpic.net/free-photo/rear-view-young-man-with-backpack-traveling_329181-19210.jpg", alt: "Rear view of young man with backpack traveling"},
{
src: "http://img.b2bpic.net/free-photo/man-with-laptop-city-terrace_23-2148573042.jpg",
alt: "Man with laptop at city terrace",
},
src: "http://img.b2bpic.net/free-photo/man-with-laptop-city-terrace_23-2148573042.jpg", alt: "Man with laptop at city terrace"},
]}
avatarText="Már több mint 500 elégedett munkavállaló választott minket."
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/elderly-man-talking-by-telephone_23-2148116324.jpg",
alt: "Elderly man talking by telephone",
},
type: "image", src: "http://img.b2bpic.net/free-photo/elderly-man-talking-by-telephone_23-2148116324.jpg", alt: "Elderly man talking by telephone"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/portrait-young-female-student-woman-with-notebook-sitting-cafe-drinking-coffee-smiling_1258-206055.jpg",
alt: "Portrait of young female student woman with notebook sitting in cafe and drinking coffee smiling",
},
type: "image", src: "http://img.b2bpic.net/free-photo/portrait-young-female-student-woman-with-notebook-sitting-cafe-drinking-coffee-smiling_1258-206055.jpg", alt: "Portrait of young female student woman with notebook sitting in cafe and drinking coffee smiling"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/image-smiling-beautiful-young-woman-wireless-headphones-connects-online-meeting-video_1258-205413.jpg",
alt: "Image of smiling beautiful young woman in wireless headphones connects to online meeting video",
},
type: "image", src: "http://img.b2bpic.net/free-photo/image-smiling-beautiful-young-woman-wireless-headphones-connects-online-meeting-video_1258-205413.jpg", alt: "Image of smiling beautiful young woman in wireless headphones connects to online meeting video"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/village-beautiful-valley-with-snow-caped-mountains_181624-24517.jpg",
alt: "Village in a beautiful valley with snow caped mountains",
},
type: "image", src: "http://img.b2bpic.net/free-photo/village-beautiful-valley-with-snow-caped-mountains_181624-24517.jpg", alt: "Village in a beautiful valley with snow caped mountains"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/beautiful-shot-diablerets-glacier-blue-sky-switzerland_181624-23044.jpg",
alt: "Beautiful shot of the Diablerets glacier under a blue sky in Switzerland",
},
type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-shot-diablerets-glacier-blue-sky-switzerland_181624-23044.jpg", alt: "Beautiful shot of the Diablerets glacier under a blue sky in Switzerland"},
]}
/>
</div>
@@ -133,9 +93,7 @@ export default function LandingPage() {
title="Miért minket válassz?"
buttons={[
{
text: "Ismerj meg minket",
href: "#about",
},
text: "Ismerj meg minket", href: "#about"},
]}
/>
</div>
@@ -147,20 +105,10 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Kétlépcsős Díjazás",
description: "Fizess csak a siker után, mikor a munka már garantált.",
bentoComponent: "reveal-icon",
icon: Shield,
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336840.jpg?_wi=1",
imageAlt: "friendly job agency meeting",
title: "Kétlépcsős Díjazás", description: "Fizess csak a siker után, mikor a munka már garantált.", bentoComponent: "reveal-icon", icon: Shield,
},
{
title: "Személyes Támogatás",
description: "Nem vagy egyedül, az első naptól kezdve mellettünk vagy.",
bentoComponent: "reveal-icon",
icon: Users,
imageSrc: "http://img.b2bpic.net/free-photo/rural-travelers-exploring-surroundings-together_23-2149125467.jpg?_wi=2",
imageAlt: "friendly job agency meeting",
title: "Személyes Támogatás", description: "Nem vagy egyedül, az első naptól kezdve mellettünk vagy.", bentoComponent: "reveal-icon", icon: Users,
},
]}
title="Szolgáltatásaink"
@@ -176,41 +124,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "job1",
name: "Szobalány",
price: "1800 EUR",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-working-woman-outdoor-cafe-wearing-wireless-headphones-student-frowning-while-looking_1258-205445.jpg?_wi=1",
},
id: "job1", name: "Szobalány", price: "1800 EUR", imageSrc: "http://img.b2bpic.net/free-photo/portrait-working-woman-outdoor-cafe-wearing-wireless-headphones-student-frowning-while-looking_1258-205445.jpg"},
{
id: "job2",
name: "Pincér",
price: "2000 EUR",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountain-landscape_1398-5063.jpg?_wi=1",
},
id: "job2", name: "Pincér", price: "2000 EUR", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountain-landscape_1398-5063.jpg"},
{
id: "job3",
name: "Szakács",
price: "2400 EUR",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-rocky-seiser-alm-wide-pasture-compatsch-italy_181624-13425.jpg",
},
id: "job3", name: "Szakács", price: "2400 EUR", imageSrc: "http://img.b2bpic.net/free-photo/landscape-rocky-seiser-alm-wide-pasture-compatsch-italy_181624-13425.jpg"},
{
id: "job4",
name: "Mosogató",
price: "1700 EUR",
imageSrc: "http://img.b2bpic.net/free-photo/train-runs-through-beautiful-landscape-swiss-alps_181624-37124.jpg",
},
id: "job4", name: "Mosogató", price: "1700 EUR", imageSrc: "http://img.b2bpic.net/free-photo/train-runs-through-beautiful-landscape-swiss-alps_181624-37124.jpg"},
{
id: "job5",
name: "Recepciós",
price: "1900 EUR",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-trees-snowy-mountains-clear-sky-countryside_181624-37264.jpg",
},
id: "job5", name: "Recepciós", price: "1900 EUR", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-trees-snowy-mountains-clear-sky-countryside_181624-37264.jpg"},
{
id: "job6",
name: "Konyhai kisegítő",
price: "1750 EUR",
imageSrc: "http://img.b2bpic.net/free-photo/look-from-afar-church-somewhere-italian-dolomites_8353-8485.jpg",
},
id: "job6", name: "Konyhai kisegítő", price: "1750 EUR", imageSrc: "http://img.b2bpic.net/free-photo/look-from-afar-church-somewhere-italian-dolomites_8353-8485.jpg"},
]}
title="Aktuális Állások"
description="Találd meg a neked való pozíciót Ausztriában."
@@ -223,9 +147,7 @@ export default function LandingPage() {
title="Német Nyelvi Segítség"
buttons={[
{
text: "Tanfolyam részletei",
href: "#language",
},
text: "Tanfolyam részletei", href: "#language"},
]}
/>
</div>
@@ -237,50 +159,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Kovács Gábor",
handle: "@gabor",
testimonial: "Kiváló segítség volt az indulásban!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-girl-red-hat-walks-around-city-with-digital-tablet-connects-public-internet-wifi_1258-196481.jpg",
imageAlt: "online german course tablet",
},
id: "1", name: "Kovács Gábor", handle: "@gabor", testimonial: "Kiváló segítség volt az indulásban!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-girl-red-hat-walks-around-city-with-digital-tablet-connects-public-internet-wifi_1258-196481.jpg", imageAlt: "online german course tablet"},
{
id: "2",
name: "Nagy Éva",
handle: "@eva",
testimonial: "Gyors és precíz ügyintézés.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/rural-travelers-exploring-surroundings-together_23-2149125467.jpg?_wi=3",
imageAlt: "online german course tablet",
},
id: "2", name: "Nagy Éva", handle: "@eva", testimonial: "Gyors és precíz ügyintézés.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/rural-travelers-exploring-surroundings-together_23-2149125467.jpg", imageAlt: "online german course tablet"},
{
id: "3",
name: "Szabó Tamás",
handle: "@tamas",
testimonial: "Szakmai hozzáállás.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336840.jpg?_wi=2",
imageAlt: "online german course tablet",
},
id: "3", name: "Szabó Tamás", handle: "@tamas", testimonial: "Szakmai hozzáállás.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336840.jpg", imageAlt: "online german course tablet"},
{
id: "4",
name: "Tóth Anna",
handle: "@anna",
testimonial: "Végre valódi munkát kaptam.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-working-woman-outdoor-cafe-wearing-wireless-headphones-student-frowning-while-looking_1258-205445.jpg?_wi=2",
imageAlt: "online german course tablet",
},
id: "4", name: "Tóth Anna", handle: "@anna", testimonial: "Végre valódi munkát kaptam.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-working-woman-outdoor-cafe-wearing-wireless-headphones-student-frowning-while-looking_1258-205445.jpg", imageAlt: "online german course tablet"},
{
id: "5",
name: "Varga Zoltán",
handle: "@zoltan",
testimonial: "Ajánlom mindenkinek.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountain-landscape_1398-5063.jpg?_wi=2",
imageAlt: "online german course tablet",
},
id: "5", name: "Varga Zoltán", handle: "@zoltan", testimonial: "Ajánlom mindenkinek.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mountain-landscape_1398-5063.jpg", imageAlt: "online german course tablet"},
]}
showRating={true}
title="Vélemények"
@@ -293,20 +185,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Mennyibe kerül a közvetítés?",
content: "Két részletben fizetendő, sikerfüggő díj.",
},
id: "q1", title: "Mennyibe kerül a közvetítés?", content: "Két részletben fizetendő, sikerfüggő díj."},
{
id: "q2",
title: "Kell német nyelvtudás?",
content: "Pozíciófüggő, de nyelvtanfolyamot biztosítunk.",
},
id: "q2", title: "Kell német nyelvtudás?", content: "Pozíciófüggő, de nyelvtanfolyamot biztosítunk."},
{
id: "q3",
title: "Meddig tart az ügyintézés?",
content: "Általában 1-2 hét alatt találsz munkát.",
},
id: "q3", title: "Meddig tart az ügyintézés?", content: "Általában 1-2 hét alatt találsz munkát."},
]}
sideTitle="GYIK"
faqsAnimation="slide-up"
@@ -317,8 +200,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Elérhetőség"
title="Lépj kapcsolatba velünk!"
description="Kérdésed van? Írj nekünk e-mailt a support@ausztriajobs.hu címre vagy töltsd ki az alábbi űrlapot."